| ¶Ô±ÈÐÂÎļþ |
| | |
| | | @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; |
| | | } |
| | | |