From f39ca3c49d26abd10f76fc67506b9c603a13547c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 17 四月 2026 20:20:30 +0800
Subject: [PATCH] 调接口加页面

---
 small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss |   19 +++++++++----------
 1 files changed, 9 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..daed962 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;
@@ -229,10 +224,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