From a59ff44b2eaa7020f0529632d9ec064c4dc38e27 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期二, 28 四月 2026 22:08:46 +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 | 31 ++++++++++++++++++++++++-------
1 files changed, 24 insertions(+), 7 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..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 {
@@ -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;
}
@@ -465,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;
@@ -488,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;
@@ -699,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 {
@@ -799,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