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.
46 lines
643 B
46 lines
643 B
/* subpages/index/checkInUser/checkInUser.wxss */
|
|
page {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.cont {
|
|
background: #f8f8f8;
|
|
height: 80vh;
|
|
position: relative;
|
|
}
|
|
|
|
.header {
|
|
height: 240rpx;
|
|
padding: 0rpx 64rpx 0 40rpx;
|
|
}
|
|
|
|
.tit {
|
|
font-size: 44rpx;
|
|
font-weight: 600;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.des {
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.info {
|
|
margin-top: -80rpx;
|
|
|
|
}
|
|
|
|
.btn {
|
|
position: absolute;
|
|
bottom: -80rpx;
|
|
left: 0;
|
|
right: 0;
|
|
max-width: 440rpx;
|
|
width: calc(100% - 10rpx);
|
|
height: 80rpx;
|
|
margin: auto;
|
|
}
|
|
.van-cell{
|
|
/* line-height: 54rpx !important; */
|
|
}
|
|
|