2024-08-27 08:44:50 +08:00
|
|
|
/* pages/home/home.wxss */
|
|
|
|
|
.container{
|
2024-11-23 10:06:22 +08:00
|
|
|
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;
|
2024-08-27 08:44:50 +08:00
|
|
|
}
|
|
|
|
|
.topcontainer{
|
2024-11-23 10:06:22 +08:00
|
|
|
width: 630rpx;
|
2024-08-27 08:44:50 +08:00
|
|
|
height: 900rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
2024-11-23 10:06:22 +08:00
|
|
|
background: #fff;
|
|
|
|
|
border-radius: 20rpx;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: -450rpx;
|
2024-08-27 08:44:50 +08:00
|
|
|
}
|
|
|
|
|
.topcontainer image{
|
2024-11-23 10:06:22 +08:00
|
|
|
width: 256rpx;
|
2024-08-27 08:44:50 +08:00
|
|
|
}
|
2024-11-23 10:06:22 +08:00
|
|
|
.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;
|
2024-08-27 08:44:50 +08:00
|
|
|
}
|
|
|
|
|
.topcontainer text{
|
|
|
|
|
width: 90%;
|
|
|
|
|
text-align: center;
|
2024-11-23 10:06:22 +08:00
|
|
|
color: #999999;
|
|
|
|
|
font-size: 32rpx;
|
2024-08-27 08:44:50 +08:00
|
|
|
word-spacing: 5px;
|
2024-11-23 10:06:22 +08:00
|
|
|
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;
|
2024-08-27 08:44:50 +08:00
|
|
|
}
|
|
|
|
|
|