From ef52095f5e9f0a9fe2da779bb1573947d77d75b6 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 22 May 2026 10:53:01 +0800
Subject: [PATCH] 1

---
 src/assets/theme/white/index.scss |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/assets/theme/white/index.scss b/src/assets/theme/white/index.scss
index 7ab3c1f..452fc5e 100644
--- a/src/assets/theme/white/index.scss
+++ b/src/assets/theme/white/index.scss
@@ -1,32 +1,32 @@
-$main_background:#fff;
+$main_background:#f6f5fa;
 $text_color:#333;
 $text_color1:#868C9A;
 $text_color2:#B7BDD1;
-$text_color3: #000000; // 
-$tab_background:#F5F5F5;
+$text_color3: #000000; //
+$tab_background:#f6f5fa;
 $active_line:#1194F7;
-$footer_background:#fff;
+$footer_background:#ffffff;
 $btn_main: #1194F7;
 $color_main: #1194F7;
 $btn_background: #1194F7; //按钮颜色
-$input_background: #F5F5F5;
-$cont_background: #f6f6f6;
+$input_background: #f6f5fa;
+$cont_background: #f6f5fa;
 $title_color: #000;
 $line_color:#E5E7ED;
 $bg_dark:#C8CAD2;
 $border_color:#E5E7ED;
 $divi_line:#E5E7ED;
 $bg_step:#E5E9F0;
-$bg_Bottom: #fff;
-$chat_bg:#E5E7ED;
-$upload_bg: #f7f8fa;
-$grey_bg:#E5E7ED;
-$input_background1:#f5f5f5;
+$bg_Bottom: #f6f5fa;
+$chat_bg:#f6f5fa;
+$upload_bg: #f6f5fa;
+$grey_bg:#f6f5fa;
+$input_background1:#f6f5fa;
 $c2c_color: #000;
 $c2c_background:#1194F7;
-$c2c_background1: #f5f5f5;
-$c2c_tab_background: #fff;
-$c2c_tip_background:#eff7ff;
+$c2c_background1: #f6f5fa;
+$c2c_tab_background: #f6f5fa;
+$c2c_tip_background:#f6f5fa;
 
 .mainBackground{
     // background: $main_background;

--
Gitblit v1.9.3