You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
399 lines
9.2 KiB
399 lines
9.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
.content.data-v-57280228 {
|
|
background: #DFEDE0;
|
|
min-height: 100vh;
|
|
overflow-x: hidden;
|
|
position: relative;
|
|
padding-bottom: 100rpx;
|
|
}
|
|
.top-box.data-v-57280228 {
|
|
position: relative;
|
|
}
|
|
.top-box .search-box.data-v-57280228 {
|
|
width: 487rpx;
|
|
height: 60rpx;
|
|
background: rgba(255, 255, 255, 0.4);
|
|
border-radius: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 26rpx;
|
|
font-weight: 400;
|
|
font-size: 27rpx;
|
|
color: #000000;
|
|
position: absolute;
|
|
top: 98rpx;
|
|
left: 26rpx;
|
|
z-index: 2;
|
|
}
|
|
.top-box .search-box image.data-v-57280228 {
|
|
margin-right: 14rpx;
|
|
width: 30.67rpx;
|
|
height: 30.67rpx;
|
|
}
|
|
.top-box .top-banner.data-v-57280228 {
|
|
width: 750rpx;
|
|
height: 800rpx;
|
|
}
|
|
.nav-box.data-v-57280228 {
|
|
width: 696.67rpx;
|
|
height: 520rpx;
|
|
background-image: url("https://static.ticket.sz-trip.com/yandu/images/index/navBg.png");
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
margin: -79rpx auto 0;
|
|
}
|
|
.nav-box .nav-top.data-v-57280228 {
|
|
height: 172rpx;
|
|
padding: 34rpx 19rpx 0 40rpx;
|
|
display: flex;
|
|
}
|
|
.nav-box .nav-top .nav-topLeft.data-v-57280228 {
|
|
font-weight: 400;
|
|
font-size: 27rpx;
|
|
color: #111111;
|
|
width: 424rpx;
|
|
}
|
|
.nav-box .nav-top .nav-topLeft .consultImg.data-v-57280228 {
|
|
width: 296rpx;
|
|
height: 45.33rpx;
|
|
}
|
|
.nav-box .nav-top .nav-topLeft .text-overflow.data-v-57280228 {
|
|
margin-top: 12rpx;
|
|
}
|
|
.nav-box .nav-top .nav-topRight.data-v-57280228 {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #000000;
|
|
margin: 20rpx 0 0 15rpx;
|
|
height: 73rpx;
|
|
border-left: 1rpx solid #95BE9E;
|
|
padding-left: 15rpx;
|
|
}
|
|
.nav-box .nav-top .nav-topRight .weather-img.data-v-57280228 {
|
|
width: 46.67rpx;
|
|
height: 46.67rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.nav-box .nav-item.data-v-57280228 {
|
|
width: 25%;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
font-size: 25rpx;
|
|
color: #111111;
|
|
display: inline-block;
|
|
}
|
|
.nav-box .nav-item .nav-img.data-v-57280228 {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.nav-box .nav-item.data-v-57280228:nth-child(n+5) {
|
|
margin-top: 20rpx;
|
|
}
|
|
.iconBg.data-v-57280228 {
|
|
width: 750rpx;
|
|
height: 364.67rpx;
|
|
position: absolute;
|
|
top: 974rpx;
|
|
left: 0;
|
|
}
|
|
.scenic-box.data-v-57280228 {
|
|
margin: 34rpx auto 0;
|
|
width: 696rpx;
|
|
height: 280rpx;
|
|
border-radius: 20rpx;
|
|
padding: 140rpx 39rpx 0 25rpx;
|
|
}
|
|
.scenic-box .scenic-title.data-v-57280228 {
|
|
text-align: right;
|
|
font-weight: 500;
|
|
font-size: 40rpx;
|
|
color: #FFFFFF;
|
|
text-shadow: 0rpx 1rpx 2rpx rgba(0, 0, 0, 0.36);
|
|
}
|
|
.scenic-box .scenic-subtitle.data-v-57280228 {
|
|
margin-top: 30rpx;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
text-shadow: 0rpx 1rpx 2rpx rgba(0, 0, 0, 0.36);
|
|
}
|
|
.scenic-box .scenic-subtitle .location.data-v-57280228 {
|
|
width: 20rpx;
|
|
height: 24.67rpx;
|
|
margin-right: 13rpx;
|
|
}
|
|
.calendar-box.data-v-57280228 {
|
|
width: 337rpx;
|
|
height: 253rpx;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx 0 0 26rpx;
|
|
}
|
|
.calendar-box .calendar-title.data-v-57280228 {
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.calendar-box .calendar-line.data-v-57280228 {
|
|
width: 40rpx;
|
|
height: 1rpx;
|
|
background: #FFFFFF;
|
|
margin: 10rpx 0 7rpx;
|
|
}
|
|
.calendar-box .calendar-subtitle.data-v-57280228 {
|
|
font-weight: 500;
|
|
font-size: 40rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.calendar-box .calendar-date.data-v-57280228 {
|
|
margin-top: 40rpx;
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.calendar-box .calendar-date ._span.data-v-57280228 {
|
|
font-size: 48rpx;
|
|
}
|
|
.title-box.data-v-57280228 {
|
|
margin-top: 60rpx;
|
|
padding-right: 26rpx;
|
|
font-weight: 400;
|
|
font-size: 27rpx;
|
|
color: #000000;
|
|
}
|
|
.title-box image.data-v-57280228 {
|
|
width: 464.67rpx;
|
|
height: 120rpx;
|
|
}
|
|
.title-box view.data-v-57280228 {
|
|
margin-top: -25rpx;
|
|
}
|
|
.box.data-v-57280228 {
|
|
margin-top: -14rpx;
|
|
}
|
|
.line-item.data-v-57280228 {
|
|
width: 697rpx;
|
|
height: 240rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
margin: 0 auto 20rpx;
|
|
display: flex;
|
|
padding: 6.67rpx 0 6.67rpx 6.67rpx;
|
|
position: relative;
|
|
}
|
|
.line-item .line-img.data-v-57280228 {
|
|
width: 267rpx;
|
|
height: 227rpx;
|
|
border-radius: 13rpx;
|
|
}
|
|
.line-item .hot.data-v-57280228 {
|
|
position: absolute;
|
|
left: 180rpx;
|
|
top: 6.67rpx;
|
|
width: 93rpx;
|
|
height: 47rpx;
|
|
background: #71B580;
|
|
border-radius: 0rpx 13rpx 0rpx 13rpx;
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #FFFFFF;
|
|
overflow-x: auto;
|
|
}
|
|
.line-item .hot.data-v-57280228::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.line-item .line-content.data-v-57280228 {
|
|
width: 368rpx;
|
|
height: 227rpx;
|
|
margin-left: 23rpx;
|
|
padding: 16rpx 0 18rpx;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
.line-item .line-content .line-title.data-v-57280228 {
|
|
width: 368rpx;
|
|
font-family: PingFang;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
}
|
|
.line-item .line-content .line-subtitle.data-v-57280228 {
|
|
width: 368rpx;
|
|
font-weight: 500;
|
|
font-size: 25rpx;
|
|
color: #999999;
|
|
}
|
|
.line-item .line-content .line-tag.data-v-57280228 {
|
|
line-height: 40rpx;
|
|
border: 1rpx solid #69AF78;
|
|
padding: 0 8rpx;
|
|
margin-right: 13rpx;
|
|
border-radius: 5rpx;
|
|
font-weight: 500;
|
|
font-size: 23rpx;
|
|
color: #71B580;
|
|
}
|
|
.line-item .line-content .line-price.data-v-57280228 {
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #EF2323;
|
|
}
|
|
.line-item .line-content .line-price.data-v-57280228::before {
|
|
font-size: 24rpx;
|
|
content: '¥';
|
|
}
|
|
.food-box.data-v-57280228 {
|
|
padding-left: 26.67rpx;
|
|
overflow-x: auto;
|
|
display: flex;
|
|
}
|
|
.food-box .food-item.data-v-57280228 {
|
|
width: 320rpx;
|
|
height: 293rpx;
|
|
border-radius: 20rpx;
|
|
opacity: 0.8;
|
|
margin-right: 20rpx;
|
|
position: relative;
|
|
flex-shrink: 0;
|
|
overflow: hidden;
|
|
}
|
|
.food-box .food-item .recommend.data-v-57280228 {
|
|
position: absolute;
|
|
top: 13.33rpx;
|
|
line-height: 47rpx;
|
|
text-align: center;
|
|
width: 153rpx;
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #FFFFFF;
|
|
background: #71B580;
|
|
border-radius: 0rpx 20rpx 0rpx 20rpx;
|
|
overflow-x: auto;
|
|
}
|
|
.food-box .food-item .recommend.data-v-57280228::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.food-box .food-item .food-content.data-v-57280228 {
|
|
background: linear-gradient(to top, black, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.01));
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 223rpx;
|
|
padding: 100rpx 0 0 20rpx;
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #FFFFFF;
|
|
}
|
|
.food-box .food-item .food-content .food-price.data-v-57280228 {
|
|
font-size: 33rpx;
|
|
}
|
|
.food-box .food-item .food-content .food-price.data-v-57280228::before {
|
|
font-size: 24rpx;
|
|
content: '¥';
|
|
}
|
|
.food-box .food-item .food-content .text-overflow.data-v-57280228 {
|
|
width: 280rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.food-box.data-v-57280228::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.strategy-box.data-v-57280228 {
|
|
padding: 0 26.67rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.strategy-box .strategy-item.data-v-57280228 {
|
|
width: 337rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 18rpx;
|
|
overflow: hidden;
|
|
margin-bottom: 28rpx;
|
|
position: relative;
|
|
}
|
|
.strategy-box .strategy-item .title-tag.data-v-57280228 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 153rpx;
|
|
line-height: 47rpx;
|
|
background: #71B580;
|
|
border-radius: 20rpx 0rpx 20rpx 0rpx;
|
|
text-align: center;
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #FFFFFF;
|
|
overflow-x: auto;
|
|
}
|
|
.strategy-box .strategy-item .title-tag.data-v-57280228::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.strategy-box .strategy-item .strategy-image.data-v-57280228 {
|
|
width: 337rpx;
|
|
display: block;
|
|
}
|
|
.strategy-box .strategy-item .strategy-content.data-v-57280228 {
|
|
background: #FFFFFF;
|
|
padding: 20rpx;
|
|
}
|
|
.strategy-box .strategy-item .strategy-content .strategy-title.data-v-57280228 {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #000000;
|
|
line-height: 40rpx;
|
|
}
|
|
.strategy-box .strategy-item .strategy-content .flex-between.data-v-57280228 {
|
|
font-weight: 500;
|
|
font-size: 24rpx;
|
|
color: #888888;
|
|
margin-top: 10rpx;
|
|
}
|
|
.strategy-box .strategy-item .strategy-content .flex-between .author-img.data-v-57280228 {
|
|
width: 37rpx;
|
|
height: 37rpx;
|
|
margin-right: 6rpx;
|
|
}
|
|
.strategy-box .strategy-item .strategy-content .flex-between .eye-img.data-v-57280228 {
|
|
width: 26.67rpx;
|
|
height: 18.67rpx;
|
|
margin-right: 6rpx;
|
|
}
|
|
.strategy-more.data-v-57280228 {
|
|
width: 200rpx;
|
|
line-height: 67rpx;
|
|
background: #DCEADD;
|
|
border-radius: 33rpx;
|
|
border: 1rpx solid #71B580;
|
|
margin: 44rpx auto 0;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #5BA06A;
|
|
}
|
|
|
|
|