From e89688f1c058bd9c4c505a2bb891643855e50a29 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 16:31:25 +0800
Subject: [PATCH] 小程序端和PC端bug修复

---
 small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss |   68 ++++++++++++++++++++++-----------
 1 files changed, 45 insertions(+), 23 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..4a80f05 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;
@@ -495,16 +517,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 +534,7 @@
 .goods-upload-row.data-v-c13e4c60 {
   display: flex;
   align-items: center;
+  flex-wrap: wrap;
   gap: 12rpx;
   margin-top: 8rpx;
 }
@@ -540,12 +555,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;
@@ -785,12 +802,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