From e9a7cddce776382916e975402986144a88899ac5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 14 五月 2026 18:29:14 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss |   79 +++++++++++++++++++++++++++------------
 1 files changed, 55 insertions(+), 24 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..6f70f97 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
@@ -53,8 +53,8 @@
   position: relative;
   width: 50%;
   text-align: center;
-  font-size: 28rpx;
-  font-weight: 500;
+  font-weight: 600;
+  font-size: 32rpx;
   color: #9097a3;
 }
 .mode-tab.active.data-v-c13e4c60 {
@@ -83,8 +83,7 @@
 .store-popup-wrap.data-v-c13e4c60 {
   background: #ffffff;
   border-radius: 24rpx 24rpx 0 0;
-  padding: 0 30rpx;
-  box-sizing: border-box;
+  padding: 0 30rpx 16rpx 30rpx;
   box-sizing: border-box;
 }
 .store-popup-head.data-v-c13e4c60 {
@@ -137,6 +136,7 @@
 }
 .store-list-scroll.data-v-c13e4c60 {
   max-height: 70vh;
+  min-height: 50vh;
   margin-top: 30rpx;
 }
 .store-option.data-v-c13e4c60 {
@@ -191,14 +191,18 @@
 .store-option-address-row.data-v-c13e4c60 {
   margin-top: 8rpx;
   display: flex;
-  align-items: center;
+  align-items: flex-start;
+  flex-wrap: wrap;
 }
 .store-option-address-icon.data-v-c13e4c60 {
+  flex-shrink: 0;
   width: 24rpx;
   height: 24rpx;
   margin-right: 4rpx;
+  margin-top: 6rpx;
 }
 .store-option-address.data-v-c13e4c60 {
+  flex: 1;
   font-size: 26rpx;
   color: #9ea4af;
 }
@@ -257,11 +261,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 +294,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;
@@ -446,7 +468,7 @@
 }
 .luggage-item.data-v-c13e4c60 {
   display: flex;
-  align-items: baseline;
+  align-items: flex-end;
   justify-content: space-between;
   padding: 24rpx;
   box-sizing: border-box;
@@ -469,6 +491,9 @@
   height: 100rpx;
   border-radius: 8rpx;
   margin-right: 18rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
   background: #f0f1f4;
   overflow: hidden;
   margin-right: 24rpx;
@@ -495,16 +520,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 +537,7 @@
 .goods-upload-row.data-v-c13e4c60 {
   display: flex;
   align-items: center;
+  flex-wrap: wrap;
   gap: 12rpx;
   margin-top: 8rpx;
 }
@@ -540,12 +558,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;
@@ -685,6 +705,12 @@
   font-weight: 500;
   color: #333333;
   border: 2rpx solid transparent;
+  white-space: nowrap;
+  /* 闃叉鏂囨湰鎹㈣ */
+  overflow: hidden;
+  /* 闅愯棌婧㈠嚭鐨勫唴瀹� */
+  text-overflow: ellipsis;
+  /* 鏄剧ず鐪佺暐鍙锋潵浠h〃琚慨鍓殑鏂囨湰 */
   box-sizing: border-box;
 }
 .goods-tag.active.data-v-c13e4c60 {
@@ -785,12 +811,17 @@
   padding-bottom: 14rpx;
   display: flex;
   align-items: center;
-  justify-content: flex-end;
+  justify-content: space-between;
   font-size: 22rpx;
 }
 .insurance-tip-label.data-v-c13e4c60 {
   color: #999999;
 }
+.insurance-tip-warning.data-v-c13e4c60 {
+  color: #ff4d4f;
+  font-size: 22rpx;
+  font-weight: 400;
+}
 .insurance-tip-value.data-v-c13e4c60 {
   margin-left: 8rpx;
   color: #ff4d4f;

--
Gitblit v1.9.3