58 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2026-01-30 09:54:46 +08:00
.popup_merchant_select_body.data-v-94efb991 {
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-94efb991 {
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-94efb991 {
width: 100%;
height: 660rpx;
}
.popup_merchant_select_body .popup_merchant_body.data-v-94efb991 {
font-size: 30rpx;
color: #333;
}
.popup_merchant_select_body .popup_merchant_body .merchant_item.data-v-94efb991 {
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-94efb991 {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 50rpx;
}
.popup_merchant_select_body .popup_merchant_footer .btn.data-v-94efb991 {
flex: 1;
}
.popup_merchant_select_body .popup_merchant_footer .btn.data-v-94efb991:last-child {
margin-left: 30rpx;
}
.select_day_btn.data-v-94efb991 {
display: flex;
align-items: center;
background-color: #eee;
border-radius: 50rpx;
text-align: center;
font-size: 28rpx;
padding: 14rpx 20rpx;
}
.select_day_btn .name.data-v-94efb991 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 10rpx;
max-width: 180rpx;
}