From 1e4b7107d1eb58c0c209ae838930c15f6619c119 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 22 四月 2026 09:24:36 +0800
Subject: [PATCH] 代码提交

---
 small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss |   48 +++++++++++++++++++++++++++++++-----------------
 1 files changed, 31 insertions(+), 17 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 221a1e5..e19003f 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
@@ -137,6 +137,7 @@
 }
 .store-list-scroll.data-v-c13e4c60 {
   max-height: 70vh;
+  min-height: 50vh;
   margin-top: 30rpx;
 }
 .store-option.data-v-c13e4c60 {
@@ -257,11 +258,25 @@
   flex-direction: column;
   justify-content: center;
 }
-.store-cell-copy-addr.data-v-c13e4c60 {
+.store-cell-copy-addr1.data-v-c13e4c60 {
   display: flex;
   align-items: baseline;
 }
-.store-cell-copy-addr image.data-v-c13e4c60 {
+.store-cell-copy-addr1 image.data-v-c13e4c60 {
+  width: 24rpx;
+  height: 24rpx;
+  margin-right: 4rpx;
+}
+.store-cell-copy-addr.data-v-c13e4c60 {
+  display: flex;
+  flex-direction: column;
+}
+.store-cell-copy-addr .store-cell-subtitle-container.data-v-c13e4c60 {
+  display: flex;
+  align-items: center;
+}
+.store-cell-copy-addr .store-cell-subtitle-container image.data-v-c13e4c60 {
+  flex-shrink: 0;
   width: 24rpx;
   height: 24rpx;
   margin-right: 4rpx;
@@ -276,6 +291,10 @@
   font-size: 30rpx;
   color: #222222;
   line-height: 1.3;
+}
+.cell-title.placeholder.data-v-c13e4c60 {
+  color: #9097a3;
+  font-weight: 400;
 }
 .store-cell-subtitle.data-v-c13e4c60 {
   margin-top: 8rpx;
@@ -495,16 +514,8 @@
   gap: 18rpx;
 }
 .step-btn.data-v-c13e4c60 {
-  width: 36rpx;
-  height: 36rpx;
-  border-radius: 18rpx;
-  background: #eef1f5;
-  display: flex;
-  align-items: center;
-  justify-content: center;
-}
-.step-btn.active.data-v-c13e4c60 {
-  background: #27aef8;
+  width: 44rpx;
+  height: 44rpx;
 }
 .step-count.data-v-c13e4c60 {
   font-size: 28rpx;
@@ -520,6 +531,7 @@
 .goods-upload-row.data-v-c13e4c60 {
   display: flex;
   align-items: center;
+  flex-wrap: wrap;
   gap: 12rpx;
   margin-top: 8rpx;
 }
@@ -540,12 +552,14 @@
   left: 0;
   right: 0;
   bottom: 0;
-  height: 28rpx;
-  line-height: 28rpx;
+  height: 40rpx;
+  line-height: 40rpx;
   text-align: center;
-  font-size: 18rpx;
-  color: #ffffff;
-  background: rgba(0, 0, 0, 0.48);
+  font-weight: 400;
+  font-size: 24rpx;
+  color: #FFFFFF;
+  background: rgba(0, 0, 0, 0.5);
+  border-radius: 0rpx 0rpx 8rpx 8rpx;
 }
 .service-time-card.data-v-c13e4c60 {
   padding: 0 24rpx 24rpx;

--
Gitblit v1.9.3