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{