From 69923b81b0ac6d4c468f2a8a71f85a4006d566d9 Mon Sep 17 00:00:00 2001 From: sexygoat <1538832180@qq.com> Date: Fri, 24 Apr 2026 14:17:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=92=B1=E5=8C=85=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/my-wallet/my-wallet.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/my-wallet/my-wallet.vue b/pages/my-wallet/my-wallet.vue index badac0b..a017bc5 100644 --- a/pages/my-wallet/my-wallet.vue +++ b/pages/my-wallet/my-wallet.vue @@ -606,12 +606,10 @@ } .wallet-card { - background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); + background: #0a84ff; border-radius: var(--radius-large); padding: 40rpx; color: #fff; - box-shadow: 0 8rpx 24rpx rgba(102, 126, 234, 0.25); - .wallet-header { display: flex; align-items: flex-start;