34 lines
505 B
Plaintext
Raw Normal View History

2024-02-21 17:43:11 +08:00
.page {
background-color: white !important;
}
.page {
font-size: 30rpx;
width: 100%;
height: 100%;
overflow: hidden;
box-sizing: border-box;
background-color: #F3F3F3;
}
.btnbox{
width: 100%;
position: fixed;
bottom: 24rpx;
}
.btn {
font-size: 34rpx;
width: 100% !important;
background-color: #4C84FF;
color: white;
text-align: center;
line-height: 100rpx;
border-radius: 8rpx;
}
.header {
background-color: white;
padding: 0 4% 2% 4%;
box-sizing: border-box;
}