From 7fc6bfe900790ec7c92bce85d5b20a95fbc06e65 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 15 Oct 2025 10:29:30 +0800
Subject: [PATCH] 其他人改的版本

---
 src/assets/css/variable.scss |   27 +++++++++++++--------------
 1 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/src/assets/css/variable.scss b/src/assets/css/variable.scss
index 7c029c5..656f1cc 100644
--- a/src/assets/css/variable.scss
+++ b/src/assets/css/variable.scss
@@ -2,14 +2,14 @@
 $mainTextColor: #fff;
 $mainbgWhiteColor: #fff;
 
-$main_background:#f7f7f7; //主题色
+$main_background:#fff; //主题色
 $main2_background:#1F233D; //主题浅色背景
 $text_color:#333;  //文字颜色
-$text_color1:#555;  //文字浅色
+$text_color1:#868D9A;  //文字浅色
 $text_color2:#fff;  // 白色文字
-$text_color3:#CFD5EC;  // 
+$text_color3:#CFD5EC;  //
 $text_color4:#333;  //浅色标题背景文字颜色
-$text_color5:#878A96;  // 
+$text_color5:#878A96;  //
 $text_color6:#B7BDD1;  // 文字更浅色
 // $tab_background:#27293B; //tab切换背景颜色
 $tab_background:#f7f7f7; //tab切换背景颜色
@@ -48,23 +48,22 @@
 $search_background: #1B233B;
 $pledgeLoan_background:#00E3FF;
 $bg_yellow:#f7b600;
-$log-c: #282828;
+//$log-c: #282828;
+$log-c: #fff;
 $icon-bg:#dbdbdb;
 $inp-b: #f7f7f7;
 // $text_color:$log-c;
 .yellow-bg{
     background: $bg_yellow;
 }
-.mainBackground{
-    // background: $main_background;
-    background: $inp-b;
-}
+// .mainBackground{
+//     background: $main_background;
+// }
 // .textColor{color:$text_color}
 .textColor{color:$log-c}
-// .textColor1{color:$text_color1}
+.textColor1{color:$text_color1}
 // .textColor2{color:$text_color2}
 // .textColor3{color:$text_color3}
-.textColor1{color:$log-c}
 .textColor2{color:$log-c}
 .textColor3{color:$log-c}
 .c2cColor{color:$c2c_color}
@@ -176,7 +175,7 @@
   $border-grey: #E5E7ED;
   $blue: #1194F7;
   $light-blue: #1199FA;
-  $red: #F43368;
-  $green: #06CDA5;
+  $red: #f14b3f;
+  $green: #24c18d;
   $purple: #9A4DFD;
-  $night: #131a2e;
\ No newline at end of file
+  $night: #131a2e;

--
Gitblit v1.9.3