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)">评价晒单