From b806c4ad52a661a1e5f0695650ec1a7e42f01633 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:48 +0800
Subject: [PATCH] 提交

---
 small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss |   48 ++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 44 insertions(+), 4 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss
index 60e3072..aa0fe51 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss
@@ -30,10 +30,40 @@
   min-height: 100vh;
   background: #f5f6f8;
 }
+.nav-bar.data-v-c13e4c60 {
+  position: -webkit-sticky;
+  position: sticky;
+  top: 0;
+  left: 0;
+  right: 0;
+  background: #ffffff;
+  z-index: 100;
+}
+.nav-bar .nav-content.data-v-c13e4c60 {
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+  padding: 0 30rpx;
+}
+.nav-bar .nav-content .nav-left.data-v-c13e4c60 {
+  width: 40rpx;
+  height: 40rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+.nav-bar .nav-content .nav-title.data-v-c13e4c60 {
+  font-size: 34rpx;
+  font-weight: 600;
+  color: #333333;
+}
+.nav-bar .nav-content .nav-right.data-v-c13e4c60 {
+  width: 40rpx;
+}
 .top-gradient-bg.data-v-c13e4c60 {
   position: absolute;
   left: 0;
-  top: 88rpx;
+  top: 0;
   width: 100%;
   height: 480rpx;
   background: linear-gradient(180deg, #15b9f7 0%, #f7f7f7 100%);
@@ -73,7 +103,6 @@
 }
 .page-scroll.data-v-c13e4c60 {
   position: relative;
-  z-index: 1;
   height: calc(100vh - 88rpx - 186rpx - env(safe-area-inset-bottom));
 }
 .page-content.data-v-c13e4c60 {
@@ -135,7 +164,7 @@
   color: #c1c6d0;
 }
 .store-list-scroll.data-v-c13e4c60 {
-  max-height: 70vh;
+  max-height: 60vh;
   min-height: 50vh;
   margin-top: 30rpx;
 }
@@ -884,6 +913,7 @@
   left: 0;
   right: 0;
   bottom: 0;
+  z-index: 1;
   padding: 0 0 env(safe-area-inset-bottom);
   background: #ffffff;
   box-sizing: border-box;
@@ -964,7 +994,17 @@
 }
 .coupon-list-scroll.data-v-c13e4c60 {
   max-height: 60vh;
+  min-height: 20vh;
   padding-bottom: 20rpx;
+}
+.coupon-list-scroll-wu.data-v-c13e4c60 {
+  width: 100%;
+  height: 20vh;
+  line-height: 20vh;
+  text-align: center;
+  font-weight: 400;
+  font-size: 30rpx;
+  color: #999999;
 }
 .coupon-item.data-v-c13e4c60 {
   background: #F7F8FA;
@@ -1059,7 +1099,7 @@
   font-weight: bold;
   font-size: 32rpx;
   color: #FFFFFF;
-  border-radius: 12rpx;
+  border-radius: 44rpx;
 }
 .coupon-value-red.data-v-c13e4c60 {
   font-weight: 400;

--
Gitblit v1.9.3