From ea1ce7fa5367c30ab2a1255759371e1135f2331c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 23 九月 2025 15:01:45 +0800
Subject: [PATCH] 优化

---
 server/src/main/resources/templates/assets/common.css |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/server/src/main/resources/templates/assets/common.css b/server/src/main/resources/templates/assets/common.css
index a7ed219..53f9866 100644
--- a/server/src/main/resources/templates/assets/common.css
+++ b/server/src/main/resources/templates/assets/common.css
@@ -191,7 +191,7 @@
     transform: translate(-50%, 0);
     background: #FF7900;
 }
-.nav-btn {
+/*.nav-btn {
     margin-left: 80px;
     flex-shrink: 0;
     width: 100px;
@@ -206,10 +206,8 @@
     border: none;
     cursor: pointer;
     transition: .5s;
-}
-.nav-btn:hover {
-    background: #FF8C24;
-}
+}*/
+
 .index-banner-c-c {
     width: 124px;
     height: 46px;

--
Gitblit v1.9.3