常熟
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.
 
 
 
 

300 lines
7.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 {
min-height: 100vh;
overflow-x: hidden;
background: #F2FFFE;
padding: 0 26.67rpx 66rpx;
}
.top-box.data-v-57280228 {
margin-top: 26.67rpx;
}
.top-box .top-banner.data-v-57280228 {
width: 100%;
height: 367rpx;
border-radius: 13rpx;
}
.menu-box.data-v-57280228 {
margin: 40rpx 0 40rpx;
flex-wrap: wrap;
font-weight: 500;
font-size: 24rpx;
color: #111111;
}
.menu-box > view.data-v-57280228 {
width: 20%;
text-align: center;
}
.menu-box > view image.data-v-57280228 {
width: 93.33rpx;
height: 93.33rpx;
margin-bottom: 17rpx;
}
.menu-box > view.data-v-57280228:nth-child(n+6) {
margin-top: 24rpx;
}
.small-banner.data-v-57280228 {
width: 697rpx;
height: 153rpx;
border-radius: 13rpx;
}
.title-img.data-v-57280228 {
height: 66.67rpx;
margin: 52rpx 0 24rpx;
}
.winnow-box.data-v-57280228 {
width: calc(100vw - 26.67rpx);
display: flex;
overflow-x: auto;
}
.winnow-box > view.data-v-57280228 {
width: 533rpx;
height: 625rpx;
background: linear-gradient(135deg, rgba(170, 204, 250, 0.5), rgba(111, 163, 252, 0.5));
border-radius: 13rpx;
padding: 0 20rpx;
margin-right: 26rpx;
flex-shrink: 0;
}
.winnow-box > view .winnow-title.data-v-57280228 {
height: 92rpx;
font-weight: normal;
font-size: 40rpx;
color: #0F74D4;
justify-content: baseline;
}
.winnow-box > view .winnow-title ._span.data-v-57280228 {
font-size: 27rpx;
}
.winnow-box > view .winnow-item.data-v-57280228 {
width: 493rpx;
height: 153rpx;
background: #FFFFFF;
border-radius: 13rpx;
display: flex;
margin-bottom: 20rpx;
}
.winnow-box > view .winnow-item .winnow-img.data-v-57280228 {
width: 157rpx;
height: 153rpx;
border-radius: 13rpx 0rpx 0rpx 13rpx;
}
.winnow-box > view .winnow-item .winnow-content.data-v-57280228 {
margin-left: 13rpx;
width: 310rpx;
height: 153rpx;
padding: 12rpx 0;
justify-content: space-between;
}
.winnow-box > view .winnow-item .winnow-content .title.data-v-57280228 {
font-weight: 500;
font-size: 27rpx;
color: #333333;
}
.winnow-box > view .winnow-item .winnow-content .price-box .price.data-v-57280228 {
font-weight: bold;
font-size: 30rpx;
color: #ED1C19;
}
.winnow-box > view .winnow-item .winnow-content .price-box .price.data-v-57280228::before {
content: "¥";
font-size: 24rpx;
}
.winnow-box > view .winnow-item .winnow-content .price-box .btn.data-v-57280228 {
width: 93rpx;
height: 37rpx;
background: #ED1C19;
border-radius: 19rpx;
text-align: center;
line-height: 37rpx;
font-weight: 500;
font-size: 27rpx;
color: #FFFFFF;
}
.winnow-box > view.data-v-57280228:nth-child(2) {
background: linear-gradient(135deg, rgba(253, 171, 112, 0.5), rgba(254, 127, 25, 0.5));
}
.winnow-box > view:nth-child(2) .winnow-title.data-v-57280228 {
color: #EE710C;
}
.winnow-box.data-v-57280228::-webkit-scrollbar {
display: none;
}
.calendar-item.data-v-57280228 {
width: 697rpx;
height: 417rpx;
background: rgba(255, 255, 255, 0.6);
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(89, 166, 160, 0.32);
border-radius: 13rpx;
overflow: hidden;
}
.calendar-item .calendar-img.data-v-57280228 {
width: 100%;
height: 300rpx;
display: block;
}
.calendar-item .calendar-content.data-v-57280228 {
height: 117rpx;
padding: 0 20rpx;
justify-content: space-around;
}
.calendar-item .calendar-content .title.data-v-57280228 {
font-weight: bold;
font-size: 31rpx;
color: #111111;
}
.calendar-item .calendar-content .subtitle.data-v-57280228 {
font-weight: 500;
font-size: 24rpx;
color: #111111;
}
.calendar-more.data-v-57280228 {
width: 240rpx;
height: 53rpx;
border-radius: 27rpx;
border: 1rpx solid #CCCCCC;
text-align: center;
line-height: 53rpx;
margin: 40rpx auto 0;
font-weight: 500;
font-size: 28rpx;
color: #111111;
}
.travel-img.data-v-57280228 {
width: 220rpx;
height: 173.33rpx;
}
.public-box.data-v-57280228 {
display: flex;
flex-wrap: wrap;
font-weight: 500;
font-size: 25rpx;
color: #111111;
}
.public-box > view.data-v-57280228 {
width: 25%;
text-align: center;
}
.public-box > view image.data-v-57280228 {
width: 57.33rpx;
height: 57.33rpx;
margin-bottom: 15rpx;
}
.public-box > view.data-v-57280228:nth-child(n+5) {
margin-top: 40rpx;
}
.hot-type.data-v-57280228 {
font-weight: 500;
font-size: 31rpx;
color: #666666;
}
.hot-type .type-active.data-v-57280228 {
font-weight: bold;
font-size: 31rpx;
color: #111111;
position: relative;
}
.hot-type .type-active.data-v-57280228::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -10rpx;
margin: auto;
width: 35rpx;
height: 2px;
background-color: #00C1B1;
}
.hot-box.data-v-57280228 {
margin-top: 30rpx;
display: flex;
justify-content: space-between;
}
.hot-box .hot-column.data-v-57280228 {
width: 340rpx;
display: flex;
flex-direction: column;
}
.hot-box .hot-item.data-v-57280228 {
width: 340rpx;
background: rgba(255, 255, 255, 0.6);
box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(89, 166, 160, 0.32);
border-radius: 13rpx;
overflow: hidden;
margin-bottom: 20rpx;
}
.hot-box .hot-item .image-container.data-v-57280228 {
position: relative;
}
.hot-box .hot-item .image-container .hot-img.data-v-57280228 {
height: 267rpx;
}
.hot-box .hot-item .image-container .play-img.data-v-57280228 {
width: 66.67rpx;
height: 66.67rpx;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.hot-box .hot-item .hot-content.data-v-57280228 {
padding: 10rpx 15rpx 20rpx;
}
.hot-box .hot-item .hot-content .title.data-v-57280228 {
font-weight: bold;
font-size: 31rpx;
color: #111111;
}
.hot-box .hot-item .hot-content > view.data-v-57280228:nth-child(2) {
margin-top: 15rpx;
}
.hot-box .hot-item .hot-content .tags.data-v-57280228 {
display: flex;
}
.hot-box .hot-item .hot-content .tags .tag.data-v-57280228 {
height: 37rpx;
border: 1rpx solid #82DFD8;
padding: 0 10rpx;
font-weight: 500;
font-size: 24rpx;
color: #00AEA0;
overflow-y: hidden;
}
.hot-box .hot-item .hot-content .tags .tag.data-v-57280228:nth-child(2) {
margin-left: 10rpx;
}
.hot-box .hot-item .hot-content .subtitle.data-v-57280228 {
font-weight: 500;
font-size: 24rpx;
color: #666666;
}
.hot-box .hot-item .hot-content .price.data-v-57280228 {
font-weight: bold;
font-size: 31rpx;
color: #ED1C18;
}