From 0f06d28a6bf043087d658b6cf59864fec9bb63dd Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 22 九月 2025 09:19:26 +0800
Subject: [PATCH] ss
---
server/src/main/resources/templates/mobile/css/index.css | 29 ++++++++++++++++++++++++++---
1 files changed, 26 insertions(+), 3 deletions(-)
diff --git a/server/src/main/resources/templates/mobile/css/index.css b/server/src/main/resources/templates/mobile/css/index.css
index 7c2be4d..523cec2 100644
--- a/server/src/main/resources/templates/mobile/css/index.css
+++ b/server/src/main/resources/templates/mobile/css/index.css
@@ -1,17 +1,40 @@
+a {
+ text-decoration: none; /* 绉婚櫎涓嬪垝绾� */
+ color: inherit; /* 缁ф壙鐖跺厓绱犵殑鏂囨湰棰滆壊 */
+}
+
+a:hover {
+ text-decoration: underline; /* 榧犳爣鎮仠鏃跺彲浠ラ噸鏂版坊鍔犱笅鍒掔嚎 */
+}
+
.box {
width: 100%;
+ padding-top:44px;
}
.banner {
width: 100%;
height: 211px;
+}
+.swiper-container2 {
+ width: 100%;
+ height: 211px;
+}
+.swiper-slide1 {
+ width: 100%;
padding: 0 30px;
box-sizing: border-box;
- background-image: url("../images/home_banner@2x.png");
- background-repeat: no-repeat;
- background-size: 100% 100%;
display: flex;
flex-direction: column;
justify-content: center;
+ position: relative;
+}
+.swiper-slide1 img {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ z-index: -1;
}
.banner_title {
font-weight: bold;
--
Gitblit v1.9.3