From a77fba09924d4c8a5240acae5e7740dad7476cd2 Mon Sep 17 00:00:00 2001
From: 18516761980 <4761516tqsxp>
Date: 星期一, 21 九月 2020 15:57:51 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index b631b8f..2dbccdf 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -1,6 +1,12 @@
+html {
+    overflow: hidden;
+}
+body {
+    overflow: hidden;
+}
 /* 瀵艰埅 */
 .nav {
-    background-color: #FFFF00; /*todo*/
+    background-color: #fff; /*todo*/
     color: #000;
     list-style-type: none;
     position: fixed;
@@ -10,7 +16,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 +38,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