MrShi
2026-04-28 bfd70830b78bc42e0a284baa044efacc29897cd5
small-program/unpackage/dist/dev/mp-weixin/pages/storage-point/storage-point.wxss
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,448 @@
@charset "UTF-8";
/**
 * è¿™é‡Œæ˜¯uni-app内置的常用样式变量
 *
 * uni-app å®˜æ–¹æ‰©å±•插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
 * å¦‚果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import è¿™ä¸ªæ–‡ä»¶ï¼‰ï¼Œæ–¹ä¾¿ç”¨æˆ·é€šè¿‡æ­ç§¯æœ¨çš„æ–¹å¼å¼€å‘整体风格一致的App
 *
 */
/**
 * å¦‚果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
 *
 * å¦‚果你的项目同样使用了scss预处理,你也可以直接在你的 scss ä»£ç ä¸­ä½¿ç”¨å¦‚下变量,同时无需 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;
}
.point-time.data-v-6bbaaa78 {
  display: block;
  margin-top: 20rpx;
  line-height: 1.5;
  font-weight: 400;
  font-size: 24rpx;
  color: #8C939F;
}