42 lines
909 B
Plaintext
42 lines
909 B
Plaintext
page {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.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;
|
|
}
|
|
.bangding_form_data {
|
|
padding-bottom: calc(130rpx + constant(safe-area-inset-bottom));
|
|
padding-bottom: calc(130rpx + env(safe-area-inset-bottom));
|
|
}
|
|
.popup_custom_content {
|
|
text-align: center;
|
|
}
|
|
.popup_custom_content .popup_des {
|
|
line-height: 50rpx;
|
|
}
|
|
.popup_custom_content .popup_group_btn {
|
|
padding: 30rpx 50rpx 0 50rpx;
|
|
}
|
|
.popup_custom_content .popup_group_btn .display_btn {
|
|
padding: 30rpx 0 10rpx 0;
|
|
} |