2025-12-19 09:46:56 +08:00

38 lines
972 B
Plaintext

.footer_view.data-v-86c19eb0 {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #fff;
z-index: 100;
padding-bottom: calc(15rpx + constant(safe-area-inset-bottom));
padding-bottom: calc(15rpx + env(safe-area-inset-bottom));
}
.footer_view .select_fee.data-v-86c19eb0 {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #edf6ff;
padding: 25rpx 30rpx;
font-size: 28rpx;
}
.footer_view .select_fee .label.data-v-86c19eb0 {
color: #555;
}
.footer_view .select_fee .fee.data-v-86c19eb0 {
color: #df3600;
font-size: 33rpx;
font-weight: 550;
}
.footer_view .btn_group.data-v-86c19eb0 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20rpx 30rpx 0 30rpx;
}
.footer_view .btn_group_left.data-v-86c19eb0, .footer_view .btn_group_right.data-v-86c19eb0 {
width: 48%;
}
.footer_view .new_add_collection_fee.data-v-86c19eb0 {
padding: 20rpx 30rpx 0 30rpx;
}