From c17311ba1351cd5e64654c3fc7b2fe765b1e7382 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:53:12 +0800
Subject: [PATCH] 1

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

diff --git a/src/assets/css/variable.scss b/src/assets/css/variable.scss
index 7c029c5..4802f02 100644
--- a/src/assets/css/variable.scss
+++ b/src/assets/css/variable.scss
@@ -2,10 +2,10 @@
 $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_color4:#333;  //浅色标题背景文字颜色
@@ -55,16 +55,14 @@
 .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}

--
Gitblit v1.9.3