From bfd70830b78bc42e0a284baa044efacc29897cd5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 22:02:46 +0800
Subject: [PATCH] 小程序改bug

---
 small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
index de82e39..4f8d16a 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
@@ -45,7 +45,7 @@
   top: 184rpx;
   bottom: 0;
   background: rgba(0, 0, 0, 0.18);
-  z-index: 30;
+  z-index: 14;
 }
 .content-wrap.data-v-6bbaaa78 {
   padding-top: 184rpx;
@@ -84,13 +84,8 @@
   height: 72rpx;
   font-weight: 400;
   font-size: 26rpx;
-  color: #999999;
+  color: #111111;
   background: transparent;
-}
-.search-placeholder.data-v-6bbaaa78 {
-  font-weight: 400;
-  font-size: 26rpx;
-  color: #999999;
 }
 .map-entry.data-v-6bbaaa78 {
   width: 70rpx;
@@ -164,6 +159,10 @@
 .filter-item.active.data-v-6bbaaa78 {
   color: #222222;
 }
+.filter-text-bold.data-v-6bbaaa78 {
+  font-weight: 700;
+  color: #000000;
+}
 .card-list.data-v-6bbaaa78 {
   padding: 30rpx;
   box-sizing: border-box;
@@ -229,10 +228,14 @@
   justify-content: center;
   z-index: 2;
 }
-.popup-banner.data-v-6bbaaa78 {
+.popup-banner-swiper.data-v-6bbaaa78 {
   width: 100%;
-  height: 336rpx;
-  background: #eef2f8;
+  height: 422rpx;
+}
+.popup-banner-image.data-v-6bbaaa78 {
+  width: 100%;
+  height: 100%;
+  object-fit: cover;
 }
 .popup-body.data-v-6bbaaa78 {
   padding: 24rpx 30rpx 0;

--
Gitblit v1.9.3