From f39ca3c49d26abd10f76fc67506b9c603a13547c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 17 四月 2026 20:20:30 +0800
Subject: [PATCH] 调接口加页面
---
small-program/unpackage/dist/dev/mp-weixin/pages/luggage-storage/luggage-storage.wxss | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 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..5df4bea 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 {
@@ -276,6 +277,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 +500,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 +517,7 @@
.goods-upload-row.data-v-c13e4c60 {
display: flex;
align-items: center;
+ flex-wrap: wrap;
gap: 12rpx;
margin-top: 8rpx;
}
@@ -540,12 +538,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