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 @@