From c350b737713fe518c22036dfc9a2574bcafcb15c Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期二, 02 六月 2020 15:18:08 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index b631b8f..a9323e2 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -1,6 +1,6 @@
 /* 瀵艰埅 */
 .nav {
-    background-color: #FFFF00; /*todo*/
+    background-color: #fff; /*todo*/
     color: #000;
     list-style-type: none;
     position: fixed;
@@ -10,7 +10,7 @@
 }
 .nav li {
     float: left;
-    border-right: 1px solid #e1e100; /*todo*/
+    border-right: 1px solid #f1f1f1; /*todo*/
 }
 .nav li a {
     font-size: 15px;
@@ -32,11 +32,19 @@
     color: #666;
 }
 .nav-select {
-    background-color: #ffe75c;  /*todo*/
+    background-color: #f1f1f1;  /*todo*/
     color: #000;
 }
 
-/*搴曢儴*/
+/* 涓讳綋 */
+#content {
+    box-sizing: border-box;
+    padding-top: 46px;
+    width: 100%;
+    height: 100%;
+}
+
+/* 搴曢儴 */
 footer {
     border-top: 1px solid #e3e3e3;
     position: fixed;

--
Gitblit v1.9.1