50 lines
735 B
Plaintext
Raw Normal View History

2024-02-21 17:43:11 +08:00
.page {
width: 100%;
height: 100%;
padding: 26rpx;
box-sizing: border-box;
}
.sectionBox {
background: white;
padding: 0 26rpx;
border-radius: 24rpx;
overflow: hidden;
margin-bottom: 20rpx;
}
.section {
border-bottom: 1rpx solid #F5F6F8;
display: flex;
padding: 6% 0;
box-sizing: border-box;
}
.section__title {
font-size: 28rpx;
width: 20%;
line-height: 44rpx;
}
input {
width: 80%;
font-size: 30rpx;
font-weight: 600;
}
picker {
width: 80%;
font-size: 30rpx;
font-weight: 600
}
button {
font-size: 34rpx;
width: 100% !important;
background-color: #4C84FF;
color: white;
text-align: center;
line-height: 100rpx !important;
padding: 0 !important;
border-radius: 8rpx;
}