From e2bce123902ddab9239709aef9f8c9563299df74 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Tue, 2 Jul 2024 10:41:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/vip/index.vue | 4 ++-- my/wallet/index.vue | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/my/vip/index.vue b/my/vip/index.vue index 68dfe4b..89ac7e5 100644 --- a/my/vip/index.vue +++ b/my/vip/index.vue @@ -84,7 +84,7 @@ @@ -684,7 +684,7 @@ width: 90%; margin: 0 auto; text-align: center; - background: linear-gradient(to right, #223845, #00a85b); + background: linear-gradient(to right, #019c88, #2ebe93); height: 80upx; border-radius: 60rpx; color: #ffffff; diff --git a/my/wallet/index.vue b/my/wallet/index.vue index ab2b903..0e4fc3a 100644 --- a/my/wallet/index.vue +++ b/my/wallet/index.vue @@ -29,15 +29,15 @@ - 充¥{{item.price}} - 赠¥{{item.sumMoney}} + ¥{{item.price}} + 到账¥{{item.sumMoney}} - 赠送 + 实得 {{item.money}} - 余额 + 金额 @@ -1234,6 +1234,7 @@ flex-direction: row; justify-content: space-between; align-items: center; + margin-top: 15rpx; } .bgimg { background: url(../../static/wallet/reduce.png); @@ -1352,7 +1353,7 @@ } .amount-balance span:nth-child(2){ font-weight: bold; - font-size: 36rpx; + font-size: 40rpx; color:#333; } .amount-block{