From 9a8fc6e7b16d22db32bcf7d2b664ca5802da814a Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 16 Apr 2024 00:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E5=AE=A2=E6=9C=8D=E3=80=81?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E3=80=81=E9=97=A8=E5=BA=97=E5=AE=A2?= =?UTF-8?q?=E6=9C=8D=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 6 +- components/coupon-card/coupon-card.vue | 2 +- lang/en.json | 2 +- lang/zh.json | 2 +- pages/plugins/binding/index/index.vue | 5 +- pages/plugins/coupon/shop/shop.css | 11 ++ pages/plugins/coupon/shop/shop.vue | 165 ++++++++++------------ pages/plugins/realstore/detail/detail.css | 2 +- pages/plugins/realstore/detail/detail.vue | 8 +- pages/plugins/shop/design/design.vue | 12 +- pages/plugins/shop/detail/detail.vue | 12 +- 11 files changed, 107 insertions(+), 120 deletions(-) create mode 100644 pages/plugins/coupon/shop/shop.css 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 @@