|
|
@@ -605,7 +605,7 @@ onUnload(() => {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/* 优惠券弹窗层级:需盖住底部确认订单按钮(z-index:999) */
|
|
|
+/* 优惠券弹窗层级:需盖住底部确认订单按钮(z-index:999);确认订单页减小底部留白 */
|
|
|
.coupon-modal-wrapper {
|
|
|
position: relative;
|
|
|
z-index: 99999;
|
|
|
@@ -619,6 +619,12 @@ onUnload(() => {
|
|
|
:deep(.uni-popup__wrapper) {
|
|
|
z-index: 99999 !important;
|
|
|
}
|
|
|
+ :deep(.select-coupon-modal__list) {
|
|
|
+ padding-bottom: calc( env(safe-area-inset-bottom));
|
|
|
+ }
|
|
|
+ :deep(.select-coupon-modal__empty) {
|
|
|
+ margin-bottom: 60rpx;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.bottom-button {
|