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 | 21 +++++++++++++++------
1 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index 6a5137e..a9323e2 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -1,24 +1,25 @@
/* 瀵艰埅 */
.nav {
- background-color: #FFFF00; /*todo*/
+ 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,.2)
+ box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}
.nav li {
float: left;
- border-right: 1px solid #e1e100; /*todo*/
+ border-right: 1px solid #f1f1f1; /*todo*/
}
.nav li a {
- font-size: 16px;
+ 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: #000;
@@ -31,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