From bcadfb6de692c138774688efd7928a973d59860f Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 23 九月 2025 13:51:42 +0800
Subject: [PATCH] H5静态化

---
 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