From 37a2a0a7b7c7a0a13c1f4c23121532fae45ef26c Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Mon, 13 Feb 2023 15:31:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=96=E9=87=91=E8=B4=A6=E6=88=B7=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E4=BD=A3=E9=87=91=E5=8F=91=E6=94=BE=E5=92=8C=E5=BE=85?= =?UTF-8?q?=E5=8F=91=E6=94=BE=E5=8F=8A=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/account/bonus.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages/account/bonus.vue b/pages/account/bonus.vue index 5466a75..adaaa89 100644 --- a/pages/account/bonus.vue +++ b/pages/account/bonus.vue @@ -35,7 +35,9 @@ {{item.created_at}} - {{item.amount}} + + {{item.amount}} + @@ -268,6 +270,9 @@ text-align: right; font-weight: bold; color: #9675FF; + .active{ + color: $text-price; + } } .type{ font-weight: bold; @@ -281,7 +286,7 @@ span{ font-size: 22rpx; font-weight: normal; - background-color: rgba(green, 0.4); + background-color: rgba(#9675FF, 0.4); padding: 2rpx 20rpx; border-radius: 40rpx; color: #fff; @@ -290,7 +295,7 @@ top: -6rpx; } .active{ - background-color: rgba(red, 0.4); + background-color: rgba($text-price, 0.4); } } .remark{