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/_themes.scss | 84 +++++++++++++++++++++---------------------
1 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/src/assets/theme/_themes.scss b/src/assets/theme/_themes.scss
index ec0d017..1c7e2ef 100644
--- a/src/assets/theme/_themes.scss
+++ b/src/assets/theme/_themes.scss
@@ -1,47 +1,47 @@
$themes: (
light:(
- main_background: #ffffff, //主题色
- text_color: #333, //文字颜色
- text_color1: #868C9A, //文字浅色
- text_color2: #B7BDD1, // 资金页面所用对应
- text_color3: #000000, //
- tab_background: #F5F5F5, //tab切换背景颜色
- tab_background1: #ffffff, //tab切换背景颜色
- tab_background2: #ffffff, //tab切换背景颜色
- active_line: #f7b328, //tab选中样式颜色
- footer_background: #ffffff, // 底部颜色
- btn_main: #f7b328, //主题色按钮
- color_main: #f7b328, //主题色文字
- btn_background: #ffffff, //按钮颜色
- btn_background1: #ffffff, //按钮颜色
- btn_background2: #111, //按钮颜色
- btn_text: #fff, //按钮文字颜色
- input_background: #f5f5f5, //input背景颜色
- cont_background: #ffffff, //title背景色
- title_color: #B8BDC5,
- line_color: #ffffff,
- bg_dark: #ffffff,
- border_color: #e5e5e5, // 通用边框颜色
- border_color1: #ffffff,
- divi_line: #f5f5f5, //分割线
- bg_step: #868D9A,
- bg_Bottom: #ffffff,
- chat_bg: #e5e5e5,
- upload_bg: #ffffff,
- grey_bg: #f7f7f7,
- input_background1: #f5f5f5, //质押借币input
- c2c_color: #868C9A,
- c2c_background: #ffffff,
- c2c_background1: #ffffff,
- c2c_tab_background: #ffffff,
- c2c_tip_background: #ffffff,
- light-greybg:#ffffff,
- dark-greybg:#000,
- home_bg: #ffffff,
- cont_round: #ffffff,
- cont_nav: #ffffff,
- tab_color:#333, //tab文字颜色
- input_border:#e5e5e5, //输入框边框颜色
+ main_background: #f6f5fa, // 主背景
+ text_color: #1a1a1a, // 主文字:黑色
+ text_color1: #666666, // 次要文字:灰色
+ text_color2: #999999, // 辅助文字:浅灰
+ text_color3: #1a1a1a, // 标题/强调
+ tab_background: #f6f5fa, // tab 背景
+ tab_background1: #f6f5fa,
+ tab_background2: #f6f5fa,
+ active_line: #1a1a1a, // 选中线:深色
+ footer_background: #ffffff,
+ btn_main: #1a1a1a, // 主按钮:深色
+ color_main: #1a1a1a,
+ btn_background: #ffffff, // 次要按钮/输入区:白底凸显
+ btn_background1: #ffffff,
+ btn_background2: #1a1a1a,
+ btn_text: #ffffff,
+ input_background: #ffffff,
+ cont_background: #f6f5fa,
+ title_color: #666666,
+ line_color: #eeeeee,
+ bg_dark: #f6f5fa,
+ border_color: #e8e8e8, // 通用边框
+ border_color1: #eeeeee,
+ divi_line: #eeeeee,
+ bg_step: #666666,
+ bg_Bottom: #f6f5fa,
+ chat_bg: #f6f5fa,
+ upload_bg: #f6f5fa,
+ grey_bg: #f6f5fa,
+ input_background1: #ffffff,
+ c2c_color: #666666,
+ c2c_background: #f6f5fa,
+ c2c_background1: #f6f5fa,
+ c2c_tab_background: #f6f5fa,
+ c2c_tip_background: #f6f5fa,
+ light-greybg: #f6f5fa,
+ dark-greybg: #1a1a1a,
+ home_bg: #f6f5fa,
+ cont_round: #f6f5fa,
+ cont_nav: #f6f5fa,
+ tab_color: #1a1a1a,
+ input_border: #e8e8e8,
),
dark:(
main_background: #121212, //主题色
--
Gitblit v1.9.3