2025-07-15 16:18:34 +08:00
|
|
|
page {
|
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
|
}
|
|
|
|
|
.form_card {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding: 0 30rpx;
|
|
|
|
|
margin-bottom: 30rpx;
|
|
|
|
|
}
|
2025-08-29 09:51:02 +08:00
|
|
|
.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;
|
|
|
|
|
}
|
2025-07-15 16:18:34 +08:00
|
|
|
.bangding_form_data {
|
|
|
|
|
padding-bottom: calc(130rpx + constant(safe-area-inset-bottom));
|
|
|
|
|
padding-bottom: calc(130rpx + env(safe-area-inset-bottom));
|
2025-08-29 09:51:02 +08:00
|
|
|
}
|
|
|
|
|
.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;
|
2025-12-15 18:19:04 +08:00
|
|
|
}
|
|
|
|
|
.myCanvas {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -500%;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 390px;
|
|
|
|
|
height: 844px;
|
2025-07-15 16:18:34 +08:00
|
|
|
}
|