From afc12f9bbd372b55a4539c1fc40b17dbd5949cb1 Mon Sep 17 00:00:00 2001
From: zhang <zc857179121@qq.com>
Date: 星期二, 19 八月 2025 13:44:38 +0800
Subject: [PATCH] 1
---
src/main/webapp/static/css/index.css | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/main/webapp/static/css/index.css b/src/main/webapp/static/css/index.css
index 547a1f5..60e071c 100644
--- a/src/main/webapp/static/css/index.css
+++ b/src/main/webapp/static/css/index.css
@@ -7,11 +7,11 @@
}
.sidebar {
- width: 8%;
- height: 40%;
+ width: 10%;
+ height: 50%;
line-height: 5.625em;
position: fixed;
- top: 50%;
+ top: 40%;
transform: translateY(-50%);
}
.nav ul {
@@ -76,11 +76,11 @@
.nav-unselect {
- color: #FFFFFF;
+ color: #000000;
}
.nav-select {
font-weight: 900;
- color: #fff;
+ color: #ffe100;
}
--
Gitblit v1.9.1