From b5aeb5f89a5af2af1ea8cc4a83a72b287916e710 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Sun, 15 Sep 2024 16:27:42 +0800
Subject: [PATCH] fix: 首页页码问题、申请结案问题

---
 gz-wxparty/pages/homePage/index.wxss |   23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/gz-wxparty/pages/homePage/index.wxss b/gz-wxparty/pages/homePage/index.wxss
index 870cd82..bf1953e 100644
--- a/gz-wxparty/pages/homePage/index.wxss
+++ b/gz-wxparty/pages/homePage/index.wxss
@@ -14,9 +14,30 @@
   height: 300rpx;
 }
 
+.swiper-main-image {
+  position: relative;
+  height: 100%;
+  width: 100%;
+}
+
 .swiper-item {
   height: 100%;
   width: 100%;
+}
+
+.swiper-item1 {
+  position: absolute;
+  top: 60px;
+  left: 10px;
+  height: 42px;
+}
+
+.swiper-item2 {
+  position: absolute;
+  top: 72rpx;
+  left: 20px;
+  width: 200px;
+  height: 61px;
 }
 
 .homePage-main {
@@ -178,7 +199,7 @@
 .swiper-head {
   position: absolute;
   width: 100%;
-  z-index: 100;
+  z-index: 1;
   bottom: -64rpx;
 }
 

--
Gitblit v1.8.0