mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 05:29:37 +08:00
34 lines
505 B
Plaintext
34 lines
505 B
Plaintext
.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;
|
|
} |