You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/**app.wxss**/
|
|
|
|
page{
|
|
|
|
min-height: calc(100vh);
|
|
|
|
background:#F1F2F3;
|
|
|
|
/* position: relative; */
|
|
|
|
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 200rpx 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
.header{
|
|
|
|
height:320rpx;
|
|
|
|
background:#209F84;
|
|
|
|
}
|
|
|
|
.contentContainer{
|
|
|
|
width:91%;
|
|
|
|
margin:-260rpx auto 46rpx auto;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid transparent;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding-bottom:66rpx;
|
|
|
|
/* border:1px solid red; */
|
|
|
|
box-shadow: 0px 0px 7px 0px
|
|
|
|
rgba(0, 0, 0, 0.22);
|
|
|
|
}
|
|
|
|
|
|
|
|
.zixun{
|
|
|
|
position:fixed;
|
|
|
|
right:16rpx;
|
|
|
|
bottom:18rpx;
|
|
|
|
height:82rpx !important;
|
|
|
|
background:transparent;
|
|
|
|
padding:0 !important;
|
|
|
|
z-index:9
|
|
|
|
}
|
|
|
|
.zixun::after{
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.online::after{
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.zixun image{
|
|
|
|
width:82rpx;
|
|
|
|
height:82rpx;
|
|
|
|
}
|