From 7d2c445d4d27bf6a16eed7634e3b5eb1212620eb Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 03 三月 2022 11:00:45 +0800
Subject: [PATCH] #
---
src/main/webapp/static/css/index.css | 78 ++++++++++++++++++++-------------------
1 files changed, 40 insertions(+), 38 deletions(-)
diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index 4416c24..15641b0 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -1,63 +1,65 @@
* {
- margin: 0;
- overflow: hidden;
+ margin: 0;
+ overflow: hidden;
}
html,body {
- height: 100%;
+ height: 100%;
}
.nav {
- width: 100%;
- height: 90px;
- line-height: 90px;
- list-style: none;
- color: #fff;
- position: fixed;
- text-align: center;
- letter-spacing:3px;
-
+ width: 100%;
+ height: 90px;
+ line-height: 90px;
+ list-style: none;
+ color: #fff;
+ position: fixed;
+ text-align: center;
+ letter-spacing:3px;
+
}
.right {
- float: right;
- margin-right: 1%;
- margin-top: 1%;
-
+ float: right;
+ margin-right: 1%;
+ margin-top: 1%;
+
}
#about {
- width: 47px;
- height: 47px;
- display: inline-block;
- background-image: url(../images/cancellation.png);
+ width: 47px;
+ height: 47px;
+ display: inline-block;
+ background-image: url(../images/cancellation.png);
}
.sidebar {
- width: 7%;
- height: 40%;
- line-height: 90px;
- position: fixed;
- top: 50%;
- transform: translateY(-50%);
-
+ width: 7%;
+ height: 40%;
+ line-height: 90px;
+ position: fixed;
+ top: 50%;
+ transform: translateY(-50%);
+
+
}
.sidebar ul {
- font-size: 20px;
- font-weight: 500;
- padding-left: 15%;
+ font-size: 20px;
+ font-weight: 700;
+ padding-left: 15%;
+
}
.sidebar a {
- text-decoration: none;
- /* color: #fff; */
+ text-decoration: none;
+ /*color: #cbcbcb;*/
}
.sidebar a:hover {
- color: rgb(87,214,201);
+ color: rgb(87,214,201);
}
.nav-unselect {
- color: #fff;
+ color: #5D7677;
}
-.nav-select {
+.nav-select {
color: rgb(87,214,201);
}
@@ -66,9 +68,9 @@
/* 涓讳綋 */
iframe {
- width: 100%;
- height: 100%;
- border-width: 0;
+ width: 100%;
+ height: 100%;
+ border-width: 0;
}
/* 搴曢儴 */
footer {
--
Gitblit v1.9.1