diff --git a/common/css/page.css b/common/css/page.css index 6d60b7a0..355fd8ea 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -1080,10 +1080,10 @@ button[disabled].bg-grey { * 客服 */ .header-service { - width: 400rpx; + width: 430rpx; left: 80rpx; - top: 210rpx; - z-index: 2; + top: 240rpx; + z-index: 10; font-size: 24rpx; -webkit-box-shadow: 0 10px 10px rgb(0 0 0 / 30%); box-shadow: 0 10px 10px rgb(0 0 0 / 30%); diff --git a/components/coupon-card/coupon-card.vue b/components/coupon-card/coupon-card.vue index 8be18a4e..6ae631df 100644 --- a/components/coupon-card/coupon-card.vue +++ b/components/coupon-card/coupon-card.vue @@ -174,7 +174,7 @@ } .card-right.failure { - background: #ffffff; + background: linear-gradient(95deg, #f8f8f8 0%, #e0dede 100%); } .card-info.failure { diff --git a/lang/en.json b/lang/en.json index ea332f48..c91de806 100644 --- a/lang/en.json +++ b/lang/en.json @@ -597,7 +597,7 @@ }, "detail": { "detail": { - "324777": "To {shop. close_weekname}}, {shop. open-time}}-", + "324777": "To", "455787": "recommendation", "b4f3nw": "Activity products", "ans2p4": "More activities", diff --git a/lang/zh.json b/lang/zh.json index bb86841b..fdd1982d 100644 --- a/lang/zh.json +++ b/lang/zh.json @@ -588,7 +588,7 @@ }, "detail": { "detail": { - "324777": "至{{ shop.close_week_name }},{{ shop.open_time }}-", + "324777": "至", "455787": "推荐", "b4f3nw": "活动商品", "ans2p4": "更多活动", diff --git a/pages/plugins/binding/index/index.vue b/pages/plugins/binding/index/index.vue index 1daee35b..a13a7696 100644 --- a/pages/plugins/binding/index/index.vue +++ b/pages/plugins/binding/index/index.vue @@ -19,10 +19,7 @@ - + diff --git a/pages/plugins/coupon/shop/shop.css b/pages/plugins/coupon/shop/shop.css new file mode 100644 index 00000000..e94b3146 --- /dev/null +++ b/pages/plugins/coupon/shop/shop.css @@ -0,0 +1,11 @@ +/** + * 领券中心 + */ +.coupon-content .item { + padding: 0 24rpx 24rpx 24rpx; +} + +.popup-bottom { + box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08); + z-index: 2; +} \ No newline at end of file diff --git a/pages/plugins/coupon/shop/shop.vue b/pages/plugins/coupon/shop/shop.vue index c2019d07..8a4618f0 100644 --- a/pages/plugins/coupon/shop/shop.vue +++ b/pages/plugins/coupon/shop/shop.vue @@ -1,44 +1,25 @@