From cb15c6400b7dfc3855e5fdd76b8b217bf6bc9567 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <xltys1995>
Date: 星期三, 30 十二月 2020 10:55:09 +0800
Subject: [PATCH] #

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

diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index 320bb06..2dbccdf 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -1,31 +1,75 @@
+html {
+    overflow: hidden;
+}
+body {
+    overflow: hidden;
+}
 /* 瀵艰埅 */
 .nav {
-    background-color: #333;
+    background-color: #fff; /*todo*/
+    color: #000;
     list-style-type: none;
     position: fixed;
     width: 100%;
     overflow: hidden;
+    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
 }
 .nav li {
     float: left;
+    border-right: 1px solid #f1f1f1; /*todo*/
 }
 .nav li a {
+    font-size: 15px;
+    letter-spacing: 1px;
     display: block;
     text-decoration: none;
     padding: 12px 16px;
     text-align: center;
+    font-weight: bold;
 }
 .nav li a:hover {
-    color: #fff;
+    color: #000;
 }
 .nav li.right {
     float: right;
 }
 
 .nav-unselect {
-    color: rgba(255,255,255,.7);
+    color: #666;
 }
 .nav-select {
-    background-color: #a62d2d;
-    color: #fff;
+    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;
+    bottom: 0;
+    right: 0;
+    left: 0;
+    text-align: center;
+    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
+    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.0);
+    box-sizing: border-box;
+    background-color: #fff;
+    z-index: 999;
+    height: 30px;
+    font-size: 13px;
+    line-height: 30px;
+}
+footer a {
+    color: #3573ab;
+    font-weight: bold;
+    text-decoration: none;
+    cursor: pointer;
+}
\ No newline at end of file

--
Gitblit v1.9.1