diff --git a/pages/cart/cart.wxml b/pages/cart/cart.wxml index f97e611..d59ca6a 100644 --- a/pages/cart/cart.wxml +++ b/pages/cart/cart.wxml @@ -66,8 +66,8 @@ - - 总计:¥{{amount}}元 {{'-' + coupon['coupon-value'] + '元优惠券' }} + + 总计:¥{{amount}}元 {{'-' + coupon['coupon-value'] + '元优惠券' }} 总计:¥{{amount}}元 diff --git a/pages/cart/cart.wxss b/pages/cart/cart.wxss index ae188b9..6a70e2f 100644 --- a/pages/cart/cart.wxss +++ b/pages/cart/cart.wxss @@ -92,6 +92,7 @@ } .quantity .number { + z-index: 1; border-top: 1rpx solid lightgrey; border-bottom: 1rpx solid lightgrey; line-height: 50rpx; @@ -109,6 +110,7 @@ } .billing-btn { + z-index:2; position: fixed; bottom: 0; width: 100%;