From 16a4fd21b1b50242093d17414eed88acf8568d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=BD=E6=97=A5=E6=99=9A=E9=A3=8E?= <1811466536@qq.com> Date: Wed, 6 Dec 2023 17:56:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E5=85=A8=E9=83=A8=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E5=BE=85=E5=8F=91=E8=B4=A7-=E5=BE=85?= =?UTF-8?q?=E8=AF=84=E4=BB=B7-=E8=AF=84=E4=BB=B7=E6=99=92=E5=8D=95=20=20?= =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/coupon/list.vue | 459 +++++++++--------- pages/goods/comment/add.vue | 330 +++++++------ pages/order/detail.vue | 10 +- pages/user/wallet/money.vue | 13 +- sheep/api/coupon.js | 77 +-- sheep/api/order.js | 12 +- .../s-coupon-card/s-coupon-card.vue | 142 +++--- .../s-coupon-list/s-coupon-list.vue | 327 ++++++------- sheep/store/user.js | 302 ++++++------ 9 files changed, 892 insertions(+), 780 deletions(-) diff --git a/pages/coupon/list.vue b/pages/coupon/list.vue index 4d6a156e..4bb02a0e 100644 --- a/pages/coupon/list.vue +++ b/pages/coupon/list.vue @@ -1,242 +1,261 @@ + .card-btn { + // width: 144rpx; + padding: 0 16rpx; + height: 50rpx; + border-radius: 40rpx; + background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient)); + color: #ffffff; + font-size: 24rpx; + font-weight: 400; + } + + .border-btn { + background: linear-gradient(90deg, var(--ui-BG-Main-opacity-4), var(--ui-BG-Main-light)); + color: #fff !important; + } + + .disabled-btn { + background: #cccccc; + background-color: #cccccc !important; + color: #fff !important; + } + \ No newline at end of file diff --git a/pages/goods/comment/add.vue b/pages/goods/comment/add.vue index 0392516e..a0902194 100644 --- a/pages/goods/comment/add.vue +++ b/pages/goods/comment/add.vue @@ -1,157 +1,209 @@ + .star-box { + height: 100rpx; + padding: 0 25rpx; + } + + .star-title { + font-weight: 600; + } + } + + .area-box { + width: 690rpx; + min-height: 306rpx; + background: rgba(249, 250, 251, 1); + border-radius: 20rpx; + padding: 28rpx; + margin: auto; + + .img-box { + margin-top: 20rpx; + } + } + + .post-btn { + width: 690rpx; + line-height: 80rpx; + border-radius: 40rpx; + color: rgba(#fff, 0.9); + margin-bottom: 20rpx; + } + \ No newline at end of file diff --git a/pages/order/detail.vue b/pages/order/detail.vue index 8a748f9f..c6b370fc 100644 --- a/pages/order/detail.vue +++ b/pages/order/detail.vue @@ -200,7 +200,7 @@ + @tap="onComment(state.orderInfo.id,state.orderInfo)">评价晒单