From 28a2f7a48f508970a10413c8aa2367a4e4790b1b Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 16:08:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 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 e19003f..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 {
@@ -192,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;
}
@@ -799,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