From c4b2cfbdc4b31a6e37a9b51c5f69620bd5e7841f Mon Sep 17 00:00:00 2001
From: pjb <pjb123456>
Date: 星期六, 23 八月 2025 08:38:58 +0800
Subject: [PATCH] wcs功能完善
---
src/main/webapp/static/css/index.css | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index c895384..7c5a292 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -5,17 +5,17 @@
html,body {
height: 100%;
}
-.nav {
- width: 100%;
- height: 90px;
- line-height: 90px;
- list-style: none;
- color: #fff;
- position: fixed;
- text-align: center;
- letter-spacing:3px;
+/*.nav {*/
+/* 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%;
@@ -82,20 +82,20 @@
transform: translateY(0px);
}
/* Effect 1: Brackets 馃憜*/
-.sidebar ul {
- font-size: 20px;
- font-weight: 500;
- padding-left: 5%;
+/*.sidebar ul {*/
+/* font-size: 20px;*/
+/* font-weight: 500;*/
+/* padding-left: 5%;*/
-}
-.sidebar a {
- text-decoration: none;
- /*color: #cbcbcb;*/
-}
+/*}*/
+/*.sidebar a {*/
+/* text-decoration: none;*/
+/* !*color: #cbcbcb;*!*/
+/*}*/
-.sidebar a:hover {
- color: rgb(255, 148, 111);
-}
+/*.sidebar a:hover {*/
+/* color: rgb(255, 148, 111);*/
+/*}*/
--
Gitblit v1.9.1