From e00cb9b52221a711058ccba7452f93df304032ae Mon Sep 17 00:00:00 2001 From: 77 <270260644@qq.com> Date: Wed, 16 Oct 2024 18:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96101?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 11 + pages/app/sign.vue | 296 ++++++++++---- pages/commission/components/account-info.vue | 280 +++++++++----- .../commission/components/commission-info.vue | 302 ++++++++++----- .../commission/components/commission-menu.vue | 337 ++++++++++------ pages/commission/index.vue | 11 +- pages/coupon/list.vue | 4 +- pages/goods/groupon.vue | 2 +- pages/goods/seckill.vue | 17 +- pages/order/confirm.vue | 48 ++- .../reservation_record/reservation_record.vue | 179 +++++---- .../components/s-block-item/s-block-item.vue | 7 +- .../s-coupon-list/s-coupon-list.vue | 366 ++++++++++-------- .../s-goods-column/s-goods-column.vue | 33 +- .../s-groupon-block/s-groupon-block.vue | 2 +- sheep/components/s-menu-grid/s-menu-grid.vue | 7 +- sheep/components/s-menu-list/s-menu-list.vue | 5 +- .../s-notice-block/s-notice-block.vue | 70 ++-- .../components/s-order-card/s-order-card.vue | 27 +- .../s-seckill-block/s-seckill-block.vue | 2 +- sheep/ui/su-navbar/su-navbar.vue | 5 +- .../uni-grid-item/uni-grid-item.vue | 6 +- .../uni-list-item/uni-list-item.vue | 8 +- 23 files changed, 1274 insertions(+), 751 deletions(-) diff --git a/pages.json b/pages.json index d87cd70..788cc06 100644 --- a/pages.json +++ b/pages.json @@ -756,6 +756,17 @@ "title": "秒杀活动", "group": "营销活动" } + }, + { + "path": "point/exchange_list", + "style": { + "navigationBarTitleText": "兑换记录" + }, + "meta": { + "sync": true, + "title": "兑换记录", + "group": "营销活动" + } } ] } diff --git a/pages/app/sign.vue b/pages/app/sign.vue index 6268882..6200c44 100644 --- a/pages/app/sign.vue +++ b/pages/app/sign.vue @@ -1,6 +1,6 @@ + .card-box-header { + padding: 0 45rpx; + height: 72rpx; + // box-shadow: 0px 2px 6px #f2debe; + + .header-title { + font-size: 24rpx; + font-weight: 500; + color: #a17545; + line-height: 30rpx; + } + + .cicon-play-arrow { + color: #a17545; + font-size: 24rpx; + line-height: 30rpx; + } + } + + .card-content { + height: 190rpx; + // background: #fdfae9; + + .item-title { + font-size: 24rpx; + font-weight: 500; + color: rgba(139, 105, 87, 1); + line-height: 30rpx; + margin-bottom: 24rpx; + } + + .item-detail { + font-size: 36rpx; + font-family: OPPOSANS; + font-weight: bold; + color: #692e04; + line-height: 30rpx; + } + } + } + } + \ No newline at end of file diff --git a/pages/commission/components/commission-info.vue b/pages/commission/components/commission-info.vue index 25285aa..60d33e9 100644 --- a/pages/commission/components/commission-info.vue +++ b/pages/commission/components/commission-info.vue @@ -1,112 +1,226 @@ + .tag-title { + font-size: 24rpx; + padding: 0 10rpx; + font-weight: 500; + line-height: 36rpx; + color: #fff; + } + } + } + } + \ No newline at end of file diff --git a/pages/commission/components/commission-menu.vue b/pages/commission/components/commission-menu.vue index 1f2777f..f160acd 100644 --- a/pages/commission/components/commission-menu.vue +++ b/pages/commission/components/commission-menu.vue @@ -1,147 +1,226 @@ + .cicon-forward { + font-size: 30rpx; + font-weight: 400; + color: #ffffff; + line-height: 30rpx; + } + } + + .menu-list { + padding: 50rpx 0 10rpx 0; + background: #fdfae9; + border-radius: 0 0 12rpx 12rpx; + } + + .item-box { + width: 25%; + margin-bottom: 40rpx; + } + + .menu-icon { + width: 45rpx; + height: 45rpx; + background: #ffffff; + border-radius: 50%; + } + .menu-icon-you{ + width: 48rpx; + height: 48rpx; + } + + .menu-title { + font-size: 26rpx; + font-weight: 500; + color: #ffffff; + } + \ No newline at end of file diff --git a/pages/commission/index.vue b/pages/commission/index.vue index b633c25..af3b62b 100644 --- a/pages/commission/index.vue +++ b/pages/commission/index.vue @@ -1,20 +1,21 @@