From 1c418796b632684fe332c42dcff0dfcaa5c1d5fd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 16 二月 2022 14:50:15 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/css/index.css |  112 ++++++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 88 insertions(+), 24 deletions(-)

diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index 6e91fac..4416c24 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -1,31 +1,95 @@
-/* 瀵艰埅 */
+* {
+	margin: 0;
+	overflow: hidden;
+}
+html,body {
+	height: 100%;
+}
 .nav {
-    background-color: #333;
-    list-style-type: none;
-    position: fixed;
-    width: 100%;
-    overflow: hidden;
+	width: 100%;
+	height: 90px;
+	line-height: 90px;
+	list-style: none;
+	color: #fff;
+	position: fixed;
+	text-align: center;
+	letter-spacing:3px;
+	
 }
-.nav li {
-    float: left;
+.right {
+	float: right;
+	margin-right: 1%;
+	margin-top: 1%;
+	
 }
-.nav li a {
-    display: block;
-    text-decoration: none;
-    padding: 12px 16px;
-    text-align: center;
-}
-.nav li a:hover {
-    color: #fff;
-}
-.nav li.right {
-    float: right;
+#about {
+	width: 47px;
+	height: 47px;
+	display: inline-block;
+	background-image: url(../images/cancellation.png);
 }
 
-.nav-unselect {
-    color: rgba(255,255,255,.7);
+.sidebar {
+	width: 7%;
+	height: 40%;
+	line-height: 90px;
+	position: fixed;
+	top: 50%;
+	transform: translateY(-50%);
+	
 }
-.nav-select {
-    background-color: #a62d2d;
+.sidebar ul {
+	font-size: 20px;
+	font-weight: 500;
+	padding-left: 15%;
+}
+.sidebar a {
+	text-decoration: none;
+	/* color: #fff; */
+}
+
+.sidebar a:hover {
+	color: rgb(87,214,201);
+}
+
+
+
+.nav-unselect {
     color: #fff;
-}
\ No newline at end of file
+}
+.nav-select {	
+    color: rgb(87,214,201);
+}
+
+
+
+
+/* 涓讳綋 */
+iframe {
+	width: 100%;
+	height: 100%;
+	border-width: 0;
+}
+/* 搴曢儴 */
+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: rgba(255,255,255,.05);
+    z-index: 999;
+    height: 20px;
+    font-size: 13px;
+    line-height: 20px;
+}
+footer a {
+    color: #3573ab;
+    font-weight: bold;
+    text-decoration: none;
+    cursor: pointer;
+}

--
Gitblit v1.9.1