From 50add1caee430cc5e70e53cdae138abf30ae98a3 Mon Sep 17 00:00:00 2001
From: chen.llin <1442464845@qq.comm>
Date: 星期四, 22 一月 2026 17:47:25 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/yhfzwcs' into yhfzwcs

---
 src/main/webapp/static/css/index.css |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index c895384..8d07cd2 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -5,17 +5,17 @@
 html,body {
     height: 100%;
 }
-.nav {
-    width: 100%;
-    height: 90px;
-    line-height: 90px;
-    list-style: none;
-    color: #fff;
-    position: fixed;
-    text-align: center;
-    letter-spacing:3px;
+/*.nav {*/
+/*    width: 100%;*/
+/*    height: 90px;*/
+/*    line-height: 90px;*/
+/*    list-style: none;*/
+/*    color: #fff;*/
+/*    position: fixed;*/
+/*    text-align: center;*/
+/*    letter-spacing:3px;*/
 
-}
+/*}*/
 .right {
     float: right;
     margin-right: 1%;
@@ -30,7 +30,7 @@
 }
 
 .sidebar {
-    width: 8%;
+    width: 6%;
     height: 40%;
     line-height: 90px;
     position: fixed;
@@ -82,20 +82,20 @@
     transform: translateY(0px);
 }
 /* Effect 1: Brackets 馃憜*/
-.sidebar ul {
-    font-size: 20px;
-    font-weight: 500;
-    padding-left: 5%;
+/*.sidebar ul {*/
+/*    font-size: 20px;*/
+/*    font-weight: 500;*/
+/*    padding-left: 5%;*/
 
-}
-.sidebar a {
-    text-decoration: none;
-    /*color: #cbcbcb;*/
-}
+/*}*/
+/*.sidebar a {*/
+/*    text-decoration: none;*/
+/*    !*color: #cbcbcb;*!*/
+/*}*/
 
-.sidebar a:hover {
-    color: rgb(255, 148, 111);
-}
+/*.sidebar a:hover {*/
+/*    color: rgb(255, 148, 111);*/
+/*}*/
 
 
 

--
Gitblit v1.9.1