From bba4046da481abccecf541e76f17a2e32a4cc344 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 10 Jul 2025 18:10:29 +0800
Subject: [PATCH] 登录界面

---
 src/assets/theme/dark/index.scss |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/assets/theme/dark/index.scss b/src/assets/theme/dark/index.scss
index b7e6b74..39c9594 100644
--- a/src/assets/theme/dark/index.scss
+++ b/src/assets/theme/dark/index.scss
@@ -1,9 +1,9 @@
-$main_background:#131a2e; //主题色
-$text_color:#fff;  //文字颜色
+$main_background:#fff; //主题色
+$text_color:#333;  //文字颜色
 $text_color1:#868D9A;  //文字浅色
 $text_color2:#B7BDD1;  // 资金页面所用对应
 $text_color3:#CFD5EC;  // 
-$tab_background:#27293B; //tab切换背景颜色
+$tab_background:#fff; //tab切换背景颜色
 $active_line:#1194F7;  //tab选中样式颜色
 $footer_background:#252738;  // 底部颜色
 $btn_main: #1194F7;   //主题色按钮
@@ -14,14 +14,14 @@
 $title_color:#B8BDC5;
 $line_color: #393E49;
 $bg_dark: #474B62;
-$border_color: #474B62;
+$border_color: #e3e3e3;
 $divi_line: #151726; //分割线
 $bg_step: #868D9A;
 $bg_Bottom:#313346;
 $chat_bg: #474B62;
 $upload_bg:#474B62;
 $grey_bg: #474B62;
-$input_background1: #131a2e; //质押借币input
+$input_background1: #f5f5f5; //质押借币input
 $c2c_color: #fff;
 $c2c_background: #131a2e;
 $c2c_background1: #27293B;

--
Gitblit v1.9.3