2025-07-15 16:18:34 +08:00

37 lines
1.1 KiB
Plaintext

.popup_merchant_select_body.data-v-7ecd4980 {
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-7ecd4980 {
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-7ecd4980 {
width: 100%;
height: 860rpx;
}
.popup_merchant_select_body .popup_merchant_body.data-v-7ecd4980 {
font-size: 30rpx;
color: #333;
border-top: 1rpx solid #f8f8f8;
}
.popup_merchant_select_body .popup_merchant_body .merchant_item.data-v-7ecd4980 {
padding: 30rpx;
border-bottom: 1rpx solid #f8f8f8;
display: flex;
justify-content: space-between;
align-items: center;
}
.popup_search_input.data-v-7ecd4980 {
padding: 15rpx 20rpx;
margin: 20rpx 30rpx 0 30rpx;
border-radius: 100rpx;
border: 1rpx solid #eee;
}