From 552238172036acf08ccf36134282a06b5e21b936 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期五, 22 五月 2026 18:07:49 +0800
Subject: [PATCH] 代码生成
---
small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss
index d63878e..9f34467 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point-detail/storage-point-detail.wxss
@@ -62,6 +62,27 @@
padding: 24rpx 24rpx 0;
gap: 18rpx;
}
+.point-tips.data-v-f870f9f4 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ margin-top: 12rpx;
+}
+.point-tips .point-tips-item.data-v-f870f9f4 {
+ width: 130rpx;
+ height: 36rpx;
+ line-height: 36rpx;
+ text-align: center;
+ border-radius: 8rpx;
+ font-weight: 400;
+ font-size: 20rpx;
+ color: #10B2FA;
+ margin-right: 12rpx;
+ border: 1rpx solid #10B2FA;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+}
.search-box.data-v-f870f9f4 {
flex: 1;
height: 72rpx;
--
Gitblit v1.9.3