From 611d7b93462deeb994dc89ab7c5b39bbcf5f2596 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 11 五月 2026 18:22:27 +0800
Subject: [PATCH] 代码生成

---
 small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss |   37 ++++++++++++++++++++++++++-----------
 1 files changed, 26 insertions(+), 11 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..ac0cd66 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;
@@ -433,9 +436,21 @@
   width: 24rpx;
   height: 24rpx;
   margin-right: 4rpx;
+  flex-shrink: 0;
+}
+.point-address text.data-v-6bbaaa78 {
+  width: 425rpx;
+  display: -webkit-box;
+  -webkit-line-clamp: 2;
+  -webkit-box-orient: vertical;
+  overflow: hidden;
 }
 .point-time.data-v-6bbaaa78 {
-  display: block;
+  width: 425rpx;
+  display: -webkit-box;
+  -webkit-line-clamp: 1;
+  -webkit-box-orient: vertical;
+  overflow: hidden;
   margin-top: 20rpx;
   line-height: 1.5;
   font-weight: 400;

--
Gitblit v1.9.3