/* subpages/index/checkInUser/checkInUser.wxss */ page { background: #f8f8f8; } .cont { background: #f8f8f8; height: 80vh; position: relative; } .header { height: 240rpx; padding: 0rpx 64rpx 0 40rpx; background-size: 100% 100%; } .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; */ padding:30rpx 20rpx !important; }