From 8a899e63502939dbf034b90ba46741e0faa9023c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 08 五月 2026 18:49:32 +0800
Subject: [PATCH] 管理端bug修改
---
small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss | 460 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 460 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
new file mode 100644
index 0000000..ac0cd66
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
@@ -0,0 +1,460 @@
+@charset "UTF-8";
+/**
+ * 杩欓噷鏄痷ni-app鍐呯疆鐨勫父鐢ㄦ牱寮忓彉閲�
+ *
+ * uni-app 瀹樻柟鎵╁睍鎻掍欢鍙婃彃浠跺競鍦猴紙https://ext.dcloud.net.cn锛変笂寰堝涓夋柟鎻掍欢鍧囦娇鐢ㄤ簡杩欎簺鏍峰紡鍙橀噺
+ * 濡傛灉浣犳槸鎻掍欢寮�鍙戣�咃紝寤鸿浣犱娇鐢╯css棰勫鐞嗭紝骞跺湪鎻掍欢浠g爜涓洿鎺ヤ娇鐢ㄨ繖浜涘彉閲忥紙鏃犻渶 import 杩欎釜鏂囦欢锛夛紝鏂逛究鐢ㄦ埛閫氳繃鎼Н鏈ㄧ殑鏂瑰紡寮�鍙戞暣浣撻鏍间竴鑷寸殑App
+ *
+ */
+/**
+ * 濡傛灉浣犳槸App寮�鍙戣�咃紙鎻掍欢浣跨敤鑰咃級锛屼綘鍙互閫氳繃淇敼杩欎簺鍙橀噺鏉ュ畾鍒惰嚜宸辩殑鎻掍欢涓婚锛屽疄鐜拌嚜瀹氫箟涓婚鍔熻兘
+ *
+ * 濡傛灉浣犵殑椤圭洰鍚屾牱浣跨敤浜唖css棰勫鐞嗭紝浣犱篃鍙互鐩存帴鍦ㄤ綘鐨� scss 浠g爜涓娇鐢ㄥ涓嬪彉閲忥紝鍚屾椂鏃犻渶 import 杩欎釜鏂囦欢
+ */
+/* uni.scss */
+/* 棰滆壊鍙橀噺 */
+/* 琛屼负鐩稿叧棰滆壊 */
+/* 鏂囧瓧鍩烘湰棰滆壊 */
+/* 鑳屾櫙棰滆壊 */
+/* 杈规棰滆壊 */
+/* 灏哄鍙橀噺 */
+/* 鏂囧瓧灏哄 */
+/* 鍥剧墖灏哄 */
+/* Border Radius */
+/* 姘村钩闂磋窛 */
+/* 鍨傜洿闂磋窛 */
+/* 閫忔槑搴� */
+/* 鏂囩珷鍦烘櫙鐩稿叧 */
+.storage-page.data-v-6bbaaa78 {
+ position: relative;
+ min-height: 100vh;
+ background: #ffffff;
+}
+.top-fixed.data-v-6bbaaa78 {
+ position: fixed;
+ left: 0;
+ top: 0;
+ width: 100%;
+ background: #ffffff;
+ z-index: 20;
+}
+.dropdown-mask.data-v-6bbaaa78 {
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 184rpx;
+ bottom: 0;
+ background: rgba(0, 0, 0, 0.18);
+ z-index: 14;
+}
+.content-wrap.data-v-6bbaaa78 {
+ padding-top: 184rpx;
+ min-height: 100vh;
+ box-sizing: border-box;
+}
+.search-row.data-v-6bbaaa78,
+.filter-row.data-v-6bbaaa78,
+.content-wrap.data-v-6bbaaa78 {
+ position: relative;
+ z-index: 1;
+}
+.search-row.data-v-6bbaaa78 {
+ display: flex;
+ align-items: center;
+ padding: 24rpx 24rpx 0;
+ gap: 18rpx;
+}
+.search-box.data-v-6bbaaa78 {
+ flex: 1;
+ height: 72rpx;
+ background: #F9F9FB;
+ border-radius: 16rpx;
+ border: 1rpx solid #EEEEEE;
+ padding: 0 22rpx;
+ display: flex;
+ align-items: center;
+ gap: 14rpx;
+}
+.search-box image.data-v-6bbaaa78 {
+ width: 32rpx;
+ height: 32rpx;
+}
+.search-input.data-v-6bbaaa78 {
+ flex: 1;
+ height: 72rpx;
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #111111;
+ background: transparent;
+}
+.map-entry.data-v-6bbaaa78 {
+ width: 70rpx;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ gap: 4rpx;
+}
+.map-icon.data-v-6bbaaa78 {
+ width: 40rpx;
+ height: 40rpx;
+ border-radius: 12rpx;
+ background: rgba(255, 255, 255, 0.92);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+.map-icon image.data-v-6bbaaa78 {
+ width: 100%;
+ height: 100%;
+}
+.map-text.data-v-6bbaaa78 {
+ font-size: 22rpx;
+ line-height: 1;
+ color: #6a7485;
+}
+.filter-row.data-v-6bbaaa78 {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ padding: 22rpx 30rpx 20rpx;
+ background: #ffffff;
+}
+.dropdown-panel.data-v-6bbaaa78 {
+ position: absolute;
+ left: 0;
+ right: 0;
+ top: 184rpx;
+ padding: 10rpx 0 18rpx;
+ background: #ffffff;
+ box-shadow: 0 12rpx 32rpx rgba(0, 0, 0, 0.08);
+ z-index: 21;
+}
+.dropdown-option.data-v-6bbaaa78 {
+ height: 76rpx;
+ padding: 0 30rpx;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ font-size: 28rpx;
+ color: #555555;
+ box-sizing: border-box;
+}
+.dropdown-option.active.data-v-6bbaaa78 {
+ color: #2f86f6;
+ font-weight: 500;
+}
+.filter-item.data-v-6bbaaa78 {
+ display: flex;
+ align-items: center;
+ gap: 8rpx;
+ font-weight: 400;
+ font-size: 28rpx;
+ color: #777777;
+}
+.filter-item image.data-v-6bbaaa78 {
+ width: 20rpx;
+ height: 20rpx;
+}
+.filter-item.active.data-v-6bbaaa78 {
+ color: #222222;
+}
+.filter-text-bold.data-v-6bbaaa78 {
+ font-weight: 700;
+ color: #000000;
+}
+.card-list.data-v-6bbaaa78 {
+ padding: 30rpx;
+ box-sizing: border-box;
+}
+.map-panel.data-v-6bbaaa78 {
+ position: relative;
+ height: calc(100vh - 184rpx);
+}
+.store-map.data-v-6bbaaa78 {
+ width: 100%;
+ height: 100%;
+}
+.location-btn.data-v-6bbaaa78 {
+ position: absolute;
+ right: 24rpx;
+ bottom: 32rpx;
+ width: 72rpx;
+ height: 72rpx;
+ border-radius: 16rpx;
+ background: #ffffff;
+ box-shadow: 0 8rpx 24rpx rgba(0, 0, 0, 0.12);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 2;
+}
+.store-popup-mask.data-v-6bbaaa78 {
+ position: fixed;
+ left: 0;
+ right: 0;
+ top: 0;
+ bottom: 0;
+ background: rgba(0, 0, 0, 0.36);
+ z-index: 998;
+}
+.store-popup.data-v-6bbaaa78 {
+ position: fixed;
+ left: 0;
+ right: 0;
+ bottom: 0;
+ height: 80vh;
+ background: #ffffff;
+ border-radius: 28rpx 28rpx 0 0;
+ z-index: 999;
+ overflow: hidden;
+ -webkit-animation: popup-slide-up-data-v-6bbaaa78 0.25s ease-out;
+ animation: popup-slide-up-data-v-6bbaaa78 0.25s ease-out;
+}
+.popup-scroll.data-v-6bbaaa78 {
+ position: relative;
+ height: calc(80vh - 132rpx);
+}
+.popup-close.data-v-6bbaaa78 {
+ position: absolute;
+ right: 24rpx;
+ top: 24rpx;
+ width: 56rpx;
+ height: 56rpx;
+ border-radius: 28rpx;
+ background: rgba(255, 255, 255, 0.92);
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ z-index: 2;
+}
+.popup-banner-swiper.data-v-6bbaaa78 {
+ width: 100%;
+ height: 422rpx;
+}
+.popup-banner-image.data-v-6bbaaa78 {
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+.popup-body.data-v-6bbaaa78 {
+ padding: 24rpx 30rpx 0;
+ box-sizing: border-box;
+ padding-bottom: 32rpx;
+}
+.popup-gap.data-v-6bbaaa78 {
+ width: 100%;
+ height: 20rpx;
+ background: #f7f7f7;
+}
+.popup-title.data-v-6bbaaa78 {
+ display: block;
+ font-size: 40rpx;
+ font-weight: 600;
+ line-height: 1.35;
+ color: #222222;
+}
+.popup-hours.data-v-6bbaaa78 {
+ display: inline-block;
+ margin-top: 18rpx;
+ padding: 10rpx 16rpx;
+ border-radius: 8rpx;
+ background: #f5f7fb;
+ font-size: 24rpx;
+ color: #8c939f;
+}
+.popup-desc.data-v-6bbaaa78 {
+ display: block;
+ margin-top: 24rpx;
+ font-size: 28rpx;
+ line-height: 1.7;
+ color: #444444;
+}
+.popup-address-row.data-v-6bbaaa78 {
+ padding: 24rpx 0;
+ border-top: 1rpx solid #ededed;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ gap: 20rpx;
+ margin-top: 20rpx;
+}
+.popup-address.data-v-6bbaaa78 {
+ flex: 1;
+ min-width: 0;
+ display: flex;
+ align-items: center;
+ font-size: 26rpx;
+ color: #8c939f;
+}
+.popup-address image.data-v-6bbaaa78 {
+ width: 26rpx;
+ height: 26rpx;
+ margin-right: 8rpx;
+}
+.popup-address text.data-v-6bbaaa78 {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+.popup-distance-wrap.data-v-6bbaaa78 {
+ flex-shrink: 0;
+ height: 52rpx;
+ display: flex;
+ align-items: center;
+ font-size: 28rpx;
+ color: #555555;
+}
+.popup-distance-wrap image.data-v-6bbaaa78 {
+ width: 48rpx;
+ height: 48rpx;
+ margin-right: 12rpx;
+}
+.popup-section.data-v-6bbaaa78 {
+ padding: 28rpx 0;
+ border-bottom: 1rpx solid #ededed;
+}
+.popup-section.no-border.data-v-6bbaaa78 {
+ border-bottom: none;
+ padding-bottom: 10rpx;
+}
+.popup-section-title.data-v-6bbaaa78 {
+ display: block;
+ margin-bottom: 20rpx;
+ font-size: 34rpx;
+ font-weight: 600;
+ color: #222222;
+}
+.popup-section-text.data-v-6bbaaa78 {
+ display: block;
+ font-size: 28rpx;
+ line-height: 1.8;
+ color: #4a4a4a;
+}
+.popup-footer.data-v-6bbaaa78 {
+ padding: 24rpx 30rpx calc(24rpx + env(safe-area-inset-bottom));
+ display: flex;
+ gap: 18rpx;
+}
+.popup-btn.data-v-6bbaaa78 {
+ flex: 1;
+ height: 84rpx;
+ border-radius: 42rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 32rpx;
+ font-weight: 600;
+}
+.popup-btn.ghost.data-v-6bbaaa78 {
+ border: 2rpx solid #23a7f6;
+ color: #23a7f6;
+ background: #eff9ff;
+}
+.popup-btn.primary.data-v-6bbaaa78 {
+ background: linear-gradient(90deg, #24b2ff 0%, #1d9ff3 100%);
+ color: #ffffff;
+}
+@-webkit-keyframes popup-slide-up-data-v-6bbaaa78 {
+from {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+ opacity: 0;
+}
+to {
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
+ opacity: 1;
+}
+}
+@keyframes popup-slide-up-data-v-6bbaaa78 {
+from {
+ -webkit-transform: translateY(100%);
+ transform: translateY(100%);
+ opacity: 0;
+}
+to {
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
+ opacity: 1;
+}
+}
+.point-card.data-v-6bbaaa78 {
+ display: flex;
+ gap: 22rpx;
+ padding: 30rpx;
+ box-sizing: border-box;
+ margin-bottom: 18rpx;
+ border-radius: 24rpx;
+ background: #F6F9FF;
+ box-shadow: 0 10rpx 30rpx rgba(38, 44, 56, 0.05);
+}
+.thumb.data-v-6bbaaa78 {
+ position: relative;
+ flex-shrink: 0;
+ width: 140rpx;
+ height: 140rpx;
+ border-radius: 8rpx;
+ overflow: hidden;
+}
+.thumb image.data-v-6bbaaa78 {
+ width: 100%;
+}
+.point-main.data-v-6bbaaa78 {
+ flex: 1;
+ min-width: 0;
+}
+.point-head.data-v-6bbaaa78 {
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+ gap: 12rpx;
+}
+.point-name.data-v-6bbaaa78 {
+ flex: 1;
+ line-height: 1.35;
+ font-weight: 600;
+ font-size: 30rpx;
+ color: #222222;
+}
+.point-distance.data-v-6bbaaa78 {
+ flex-shrink: 0;
+ font-size: 24rpx;
+ line-height: 1.4;
+ color: #8C939F;
+}
+.point-address.data-v-6bbaaa78 {
+ margin-top: 10rpx;
+ display: flex;
+ align-items: center;
+ gap: 6rpx;
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #6C717A;
+}
+.point-address image.data-v-6bbaaa78 {
+ width: 24rpx;
+ height: 24rpx;
+ margin-right: 4rpx;
+ flex-shrink: 0;
+}
+.point-address text.data-v-6bbaaa78 {
+ width: 425rpx;
+ display: -webkit-box;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ overflow: hidden;
+}
+.point-time.data-v-6bbaaa78 {
+ width: 425rpx;
+ display: -webkit-box;
+ -webkit-line-clamp: 1;
+ -webkit-box-orient: vertical;
+ overflow: hidden;
+ margin-top: 20rpx;
+ line-height: 1.5;
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #8C939F;
+}
+
--
Gitblit v1.9.3