From 631dc512b226b346fefaebbedf1ddd79c06cab71 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 09 Oct 2025 11:06:15 +0800
Subject: [PATCH] 二三给的
---
src/assets/css/variable.scss | 18 ++++++++----------
1 files changed, 8 insertions(+), 10 deletions(-)
diff --git a/src/assets/css/variable.scss b/src/assets/css/variable.scss
index 7c029c5..6d05b7c 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}
@@ -176,7 +174,7 @@
$border-grey: #E5E7ED;
$blue: #1194F7;
$light-blue: #1199FA;
- $red: #F43368;
- $green: #06CDA5;
+ $red: #ee0a24;
+ $green: #07c160;
$purple: #9A4DFD;
$night: #131a2e;
\ No newline at end of file
--
Gitblit v1.9.3