FangDiYiTiHuaChaXunXiaoChengXu/pages/home/home.wxss

70 lines
1.2 KiB
Plaintext

/* pages/home/home.wxss */
.container{
width: 100vw;
height: 100vh;
background: #F5F5F5;
}
.topnavbarbox image{
width: 750rpx;
}
.navbartitlebox{
width: 630rpx;
font-family: PingFang SC;
font-weight: bold;
font-size: 46rpx;
color: #FFFFFF;
padding-bottom: 22rpx;
text-align: center;
border-bottom: 2px solid #fff;
position: fixed;
top: 50%;
margin-top: -620rpx;
}
.topcontainer{
width: 630rpx;
height: 900rpx;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 20rpx;
position: fixed;
top: 50%;
margin-top: -450rpx;
}
.topcontainer image{
width: 256rpx;
}
.topcontainer .btn{
width: 570rpx;
height: 88rpx;
line-height: 88rpx;
background: linear-gradient(90deg, #00C8F1 0%, #0B59E0 100%);
border-radius: 44rpx;
font-weight: bold;
font-size: 34rpx;
color: #FFFFFF;
margin-top: 154rpx;
}
.topcontainer text{
width: 90%;
text-align: center;
color: #999999;
font-size: 32rpx;
word-spacing: 5px;
margin-top: 38rpx;
}
.bottombox{
display: flex;
flex-direction: column;
padding-bottom: 50rpx;
font-weight: 400;
font-size: 30rpx;
color: #999999;
}
.bottombox text{
margin-top: 10rpx;
}