From 1136b8d80116008cc1f8da51f0f53dc746d52f86 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sun, 12 Oct 2025 15:41:09 +0800
Subject: [PATCH] 1

---
 src/components/Transform/mining-account/index.vue |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/components/Transform/mining-account/index.vue b/src/components/Transform/mining-account/index.vue
index ab2af43..c328974 100644
--- a/src/components/Transform/mining-account/index.vue
+++ b/src/components/Transform/mining-account/index.vue
@@ -262,13 +262,9 @@
 
 	#cryptos {
 		.account_card {
-			background: $inp-b !important;
+			background: #282A41;
 			border-radius: 2.5rem;
 			padding: 1.2rem 2.5rem;
-
-			div {
-				background: $inp-b !important;
-			}
 		}
 
 		.exchange-btn {
@@ -315,7 +311,7 @@
 		}
 
 		.btnMain {
-			background: linear-gradient(90deg, #2C64D4 0%, #38AEEA 100%);
+			background: #8675F9;
 			border-radius: 5px;
 			font-weight: bold;
 		}

--
Gitblit v1.9.3