@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: 30;
|
}
|
.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: #999999;
|
background: transparent;
|
}
|
.search-placeholder.data-v-6bbaaa78 {
|
font-weight: 400;
|
font-size: 26rpx;
|
color: #999999;
|
}
|
.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;
|
}
|
.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.data-v-6bbaaa78 {
|
width: 100%;
|
height: 336rpx;
|
background: #eef2f8;
|
}
|
.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;
|
}
|