2025-10-29 13:53:05 +08:00
|
|
|
.hs_modal_picker.data-v-cc8caa34 {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
2025-08-29 09:51:02 +08:00
|
|
|
.popup_merchant_select_body.data-v-cc8caa34 {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding-bottom: calc(48px + constant(safe-area-inset-bottom));
|
|
|
|
|
padding-bottom: calc(48px + env(safe-area-inset-bottom));
|
|
|
|
|
border-top-left-radius: 20rpx;
|
|
|
|
|
border-top-right-radius: 20rpx;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.popup_merchant_select_body .popup_merchant_select_title.data-v-cc8caa34 {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 30rpx 0;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
|
border-bottom: 1rpx solid #eee;
|
|
|
|
|
}
|
|
|
|
|
.popup_merchant_select_body .scroll-Y.data-v-cc8caa34 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 660rpx;
|
|
|
|
|
}
|
|
|
|
|
.popup_merchant_select_body .popup_merchant_body.data-v-cc8caa34 {
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
.popup_merchant_select_body .popup_merchant_body .merchant_item.data-v-cc8caa34 {
|
|
|
|
|
padding: 30rpx;
|
|
|
|
|
border-bottom: 1rpx solid #f8f8f8;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.popup_merchant_select_body .popup_merchant_footer.data-v-cc8caa34 {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 30rpx 50rpx;
|
|
|
|
|
}
|
|
|
|
|
.popup_merchant_select_body .popup_merchant_footer .btn.data-v-cc8caa34 {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
.popup_merchant_select_body .popup_merchant_footer .btn.data-v-cc8caa34:last-child {
|
|
|
|
|
margin-left: 30rpx;
|
|
|
|
|
}
|
|
|
|
|
.select_day_btn.data-v-cc8caa34 {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-radius: 50rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 28rpx;
|
2025-10-29 13:53:05 +08:00
|
|
|
padding: 14rpx 0;
|
2025-08-29 09:51:02 +08:00
|
|
|
}
|
|
|
|
|
.select_day_btn .name.data-v-cc8caa34 {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
padding-right: 10rpx;
|
|
|
|
|
max-width: 180rpx;
|
|
|
|
|
}
|