30 lines
643 B
Plaintext
30 lines
643 B
Plaintext
page {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.bangding_form_data {
|
|
padding-bottom: calc(130rpx + constant(safe-area-inset-bottom));
|
|
padding-bottom: calc(130rpx + env(safe-area-inset-bottom));
|
|
}
|
|
.form_card {
|
|
background-color: #fff;
|
|
padding: 0 30rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.form_card .form_card_title {
|
|
color: #333;
|
|
font-size: 28rpx;
|
|
font-weight: 500;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
padding: 30rpx 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.form_card .form_card_title text {
|
|
display: inline-block;
|
|
height: 30rpx;
|
|
line-height: 30rpx;
|
|
border-left: 3px solid #2a7efb;
|
|
margin-right: 15rpx;
|
|
border-radius: 10rpx;
|
|
} |