From dd37f7a757d46b6b2c43c60d292918ee8cb8634d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期二, 15 三月 2022 15:37:14 +0800
Subject: [PATCH] Merge branch 'bfwcs' of http://47.97.1.152:5880/r/zy-wcs into bfwcs

---
 src/main/webapp/static/css/index.css |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index 15641b0..089ed6d 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -41,7 +41,7 @@
 }
 .sidebar ul {
     font-size: 20px;
-    font-weight: 700;
+    font-weight: 5c00;
     padding-left: 15%;
 
 }
@@ -51,16 +51,17 @@
 }
 
 .sidebar a:hover {
-    color: rgb(87,214,201);
+    color: rgb(255, 148, 111);
 }
 
 
 
 .nav-unselect {
-    color: #5D7677;
+    color: #FFFFFF;
 }
 .nav-select {
-    color: rgb(87,214,201);
+    font-weight: 900;
+    color: rgb(255, 148, 111);
 }
 
 

--
Gitblit v1.9.1