@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* uni.scss */
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
.index-page.data-v-57280228 {
|
position: relative;
|
min-height: 100vh;
|
background: #f5f7fb;
|
padding-bottom: 160rpx;
|
}
|
.top-gradient-bg.data-v-57280228 {
|
position: absolute;
|
left: 0;
|
top: 0;
|
width: 100%;
|
height: 420rpx;
|
background-repeat: no-repeat;
|
background-size: 100% 100%;
|
z-index: 0;
|
}
|
.top-hero.data-v-57280228 {
|
position: relative;
|
z-index: 1;
|
padding: 0 30rpx 0 30rpx;
|
box-sizing: border-box;
|
}
|
.hero-banner.data-v-57280228 {
|
margin-top: 30rpx;
|
}
|
.hero-bar.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
}
|
.location-chip.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
gap: 6rpx;
|
max-width: 360rpx;
|
}
|
.location-chip image.data-v-57280228 {
|
width: 36rpx;
|
height: 36rpx;
|
margin-right: 8rpx;
|
}
|
.location-chip text.data-v-57280228 {
|
overflow: hidden;
|
text-overflow: ellipsis;
|
white-space: nowrap;
|
font-weight: 500;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
}
|
.hero-actions.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
padding: 6rpx 10rpx;
|
border-radius: 999rpx;
|
background: rgba(255, 255, 255, 0.7);
|
}
|
.hero-action.data-v-57280228 {
|
width: 52rpx;
|
height: 52rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.action-ring.data-v-57280228 {
|
border-left: 1rpx solid rgba(44, 44, 44, 0.12);
|
}
|
.search-box.data-v-57280228 {
|
height: 72rpx;
|
margin-top: 10rpx;
|
padding: 0 22rpx;
|
border-radius: 16rpx;
|
background: #ffffff;
|
display: flex;
|
align-items: center;
|
gap: 14rpx;
|
}
|
.search-box image.data-v-57280228 {
|
width: 28rpx;
|
height: 28rpx;
|
}
|
.search-text.data-v-57280228 {
|
font-size: 26rpx;
|
color: #b6bcc8;
|
}
|
.page-body.data-v-57280228 {
|
position: relative;
|
z-index: 1;
|
padding: 18rpx 22rpx 0;
|
}
|
.banner-card.data-v-57280228 {
|
position: relative;
|
height: 310rpx;
|
padding: 28rpx 26rpx;
|
border-radius: 20rpx;
|
overflow: hidden;
|
background: linear-gradient(180deg, #bde7ff 0%, #e9f9ff 38%, #90d16e 100%);
|
box-sizing: border-box;
|
}
|
.banner-card.data-v-57280228::before,
|
.banner-card.data-v-57280228::after {
|
content: '';
|
position: absolute;
|
top: 28rpx;
|
width: 140rpx;
|
height: 78rpx;
|
background: rgba(255, 255, 255, 0.62);
|
border-radius: 999rpx;
|
}
|
.banner-card.data-v-57280228::before {
|
left: -34rpx;
|
}
|
.banner-card.data-v-57280228::after {
|
right: -24rpx;
|
}
|
.banner-tag.data-v-57280228 {
|
display: inline-flex;
|
align-items: center;
|
height: 46rpx;
|
padding: 0 18rpx;
|
border-radius: 24rpx;
|
background: #ff7d51;
|
font-size: 24rpx;
|
font-weight: 600;
|
color: #ffffff;
|
}
|
.banner-copy.data-v-57280228 {
|
position: relative;
|
z-index: 1;
|
width: 196rpx;
|
margin-top: 44rpx;
|
padding: 20rpx 18rpx;
|
border: 4rpx solid rgba(255, 255, 255, 0.7);
|
border-radius: 18rpx;
|
background: rgba(112, 175, 92, 0.28);
|
}
|
.banner-copy text.data-v-57280228 {
|
display: block;
|
font-size: 48rpx;
|
font-weight: 700;
|
line-height: 1.25;
|
color: #ffffff;
|
}
|
.banner-image.data-v-57280228 {
|
position: absolute;
|
right: 10rpx;
|
bottom: 12rpx;
|
width: 320rpx;
|
height: 220rpx;
|
}
|
.service-grid.data-v-57280228 {
|
display: grid;
|
grid-template-columns: repeat(2, 1fr);
|
gap: 18rpx;
|
margin-top: 18rpx;
|
}
|
.service-card.data-v-57280228 {
|
width: 334rpx;
|
height: 176rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
box-sizing: border-box;
|
}
|
.service-image.data-v-57280228 {
|
width: 334rpx;
|
height: 176rpx;
|
}
|
.notice-card.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
margin-top: 30rpx;
|
padding: 30rpx;
|
box-sizing: border-box;
|
border-radius: 18rpx;
|
background: linear-gradient(135deg, #25a2f5 0%, #1eaef4 100%);
|
overflow: hidden;
|
}
|
.notice-icon-wrap.data-v-57280228 {
|
flex-shrink: 0;
|
width: 76rpx;
|
height: 76rpx;
|
border-radius: 38rpx;
|
background: rgba(255, 255, 255, 0.14);
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
}
|
.notice-icon.data-v-57280228 {
|
width: 38rpx;
|
height: 38rpx;
|
}
|
.notice-copy.data-v-57280228 {
|
margin-left: 18rpx;
|
min-width: 0;
|
}
|
.notice-title.data-v-57280228 {
|
display: block;
|
font-weight: bold;
|
font-size: 30rpx;
|
color: #FFFFFF;
|
}
|
.notice-text.data-v-57280228 {
|
display: block;
|
margin-top: 6rpx;
|
font-weight: 400;
|
font-size: 24rpx;
|
color: rgba(255, 255, 255, 0.85);
|
}
|
.section-head.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
margin-top: 40rpx;
|
}
|
.section-title.data-v-57280228 {
|
font-size: 36rpx;
|
font-weight: 700;
|
color: #202020;
|
}
|
.section-more.data-v-57280228 {
|
font-size: 24rpx;
|
color: #a4acb8;
|
}
|
.section-more.data-v-57280228::after {
|
content: ' >';
|
}
|
.recommend-list.data-v-57280228 {
|
margin-top: 14rpx;
|
}
|
.point-card.data-v-57280228 {
|
display: flex;
|
gap: 18rpx;
|
padding: 24rpx;
|
margin-bottom: 18rpx;
|
border-radius: 18rpx;
|
background: #f4f7fc;
|
}
|
.point-thumb.data-v-57280228 {
|
position: relative;
|
flex-shrink: 0;
|
width: 132rpx;
|
height: 104rpx;
|
border-radius: 12rpx;
|
overflow: hidden;
|
background: #dfe7f3;
|
}
|
.point-thumb-image.data-v-57280228 {
|
width: 100%;
|
height: 100%;
|
}
|
.point-main.data-v-57280228 {
|
flex: 1;
|
min-width: 0;
|
}
|
.point-head.data-v-57280228 {
|
display: flex;
|
align-items: flex-start;
|
justify-content: space-between;
|
gap: 10rpx;
|
}
|
.point-name.data-v-57280228 {
|
flex: 1;
|
font-size: 32rpx;
|
font-weight: 600;
|
line-height: 1.35;
|
color: #222222;
|
}
|
.point-distance.data-v-57280228 {
|
flex-shrink: 0;
|
font-size: 24rpx;
|
color: #a6aebb;
|
}
|
.point-address.data-v-57280228 {
|
display: flex;
|
align-items: center;
|
gap: 6rpx;
|
margin-top: 8rpx;
|
font-size: 24rpx;
|
color: #8f97a4;
|
}
|
.point-address image.data-v-57280228 {
|
width: 20rpx;
|
height: 20rpx;
|
}
|
.point-time.data-v-57280228 {
|
display: block;
|
margin-top: 10rpx;
|
font-size: 24rpx;
|
color: #9aa2ae;
|
}
|
.location-toast.data-v-57280228 {
|
position: fixed;
|
left: 20rpx;
|
right: 20rpx;
|
bottom: 8rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 18rpx 20rpx;
|
border-radius: 12rpx;
|
background: rgba(42, 42, 42, 0.88);
|
z-index: 30;
|
}
|
.toast-copy.data-v-57280228 {
|
min-width: 0;
|
padding-right: 16rpx;
|
}
|
.toast-title.data-v-57280228 {
|
display: block;
|
font-size: 28rpx;
|
font-weight: 600;
|
color: #ffffff;
|
}
|
.toast-text.data-v-57280228 {
|
display: block;
|
margin-top: 6rpx;
|
font-size: 22rpx;
|
line-height: 1.4;
|
color: rgba(255, 255, 255, 0.76);
|
}
|
.toast-btn.data-v-57280228 {
|
flex-shrink: 0;
|
height: 54rpx;
|
line-height: 54rpx;
|
padding: 0 20rpx;
|
border-radius: 27rpx;
|
background: linear-gradient(135deg, #18b2ff 0%, #0b95ff 100%);
|
font-size: 24rpx;
|
font-weight: 600;
|
color: #ffffff;
|
}
|