|
|
|
@charset "UTF-8";
|
|
|
|
/**
|
|
|
|
* 这里是uni-app内置的常用样式变量
|
|
|
|
*
|
|
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
/**
|
|
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
|
|
*
|
|
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
|
|
*/
|
|
|
|
/* 颜色变量 */
|
|
|
|
/* 行为相关颜色 */
|
|
|
|
/* 文字基本颜色 */
|
|
|
|
/* 背景颜色 */
|
|
|
|
/* 边框颜色 */
|
|
|
|
/* 尺寸变量 */
|
|
|
|
/* 文字尺寸 */
|
|
|
|
/* 图片尺寸 */
|
|
|
|
/* Border Radius */
|
|
|
|
/* 水平间距 */
|
|
|
|
/* 垂直间距 */
|
|
|
|
/* 透明度 */
|
|
|
|
/* 文章场景相关 */
|
|
|
|
.bg.data-v-08961c89 {
|
|
|
|
min-height: 100vh;
|
|
|
|
background: #F9F5F0;
|
|
|
|
padding: 200rpx 0;
|
|
|
|
}
|
|
|
|
.top-box.data-v-08961c89 {
|
|
|
|
position: fixed;
|
|
|
|
top: calc(44px + env(safe-area-inset-top));
|
|
|
|
width: 750rpx;
|
|
|
|
height: 180rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
padding: 20rpx 26.67rpx 0;
|
|
|
|
z-index: 999;
|
|
|
|
}
|
|
|
|
.top-box .search.data-v-08961c89 {
|
|
|
|
width: 697rpx;
|
|
|
|
height: 60rpx;
|
|
|
|
background: rgba(255, 255, 255, 0.7);
|
|
|
|
border: 1rpx solid #96684F;
|
|
|
|
padding: 0 29rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.top-box .search .search-img.data-v-08961c89 {
|
|
|
|
width: 29rpx;
|
|
|
|
height: 29rpx;
|
|
|
|
margin-right: 21rpx;
|
|
|
|
}
|
|
|
|
.top-box .search input.data-v-08961c89 {
|
|
|
|
flex: 1;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
.top-box .type-box.data-v-08961c89 {
|
|
|
|
height: 40rpx;
|
|
|
|
margin-top: 35rpx;
|
|
|
|
}
|
|
|
|
.top-box .type-box .type-item.data-v-08961c89 {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 27rpx;
|
|
|
|
color: #333333;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.top-box .type-box .type-item .type-num.data-v-08961c89 {
|
|
|
|
width: 27rpx;
|
|
|
|
height: 27rpx;
|
|
|
|
background: #DC2525;
|
|
|
|
border-radius: 50%;
|
|
|
|
font-size: 20rpx;
|
|
|
|
color: #FFFFFF;
|
|
|
|
margin-left: 3rpx;
|
|
|
|
}
|
|
|
|
.top-box .type-box .type-item .type-icon.data-v-08961c89 {
|
|
|
|
width: 15.33rpx;
|
|
|
|
height: 8.67rpx;
|
|
|
|
margin-left: 8rpx;
|
|
|
|
}
|
|
|
|
.top-box .type-box .type-active.data-v-08961c89 {
|
|
|
|
font-weight: bold;
|
|
|
|
color: #96684F;
|
|
|
|
}
|
|
|
|
.item.data-v-08961c89 {
|
|
|
|
margin: 26rpx auto;
|
|
|
|
width: 697rpx;
|
|
|
|
height: 273rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
border-radius: 7rpx;
|
|
|
|
background-image: url("https://static.ticket.sz-trip.com/tourist/daoyou/itemBg.png");
|
|
|
|
background-size: 100% 100%;
|
|
|
|
padding: 14rpx;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.item .item-img.data-v-08961c89 {
|
|
|
|
width: 204rpx;
|
|
|
|
height: 244rpx;
|
|
|
|
border: 1rpx solid #96684F;
|
|
|
|
flex-shrink: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.item .item-img .item-line.data-v-08961c89 {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.item .item-img image.data-v-08961c89 {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
.item .item-content.data-v-08961c89 {
|
|
|
|
margin-left: 20rpx;
|
|
|
|
padding: 5rpx 0 15rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 420rpx;
|
|
|
|
}
|
|
|
|
.item .item-content .item-title.data-v-08961c89 {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 31rpx;
|
|
|
|
color: #010101;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
.item .item-content .item-title view.data-v-08961c89 {
|
|
|
|
line-height: 30.67rpx;
|
|
|
|
margin-left: 5rpx;
|
|
|
|
background-image: url("https://static.ticket.sz-trip.com/tourist/daoyou/rankBg.png");
|
|
|
|
background-size: 100% 100%;
|
|
|
|
padding: 0 8rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 23rpx;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
.item .item-content .item-tags.data-v-08961c89 {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #96684F;
|
|
|
|
}
|
|
|
|
.item .item-content .item-tags > view.data-v-08961c89:first-child::after {
|
|
|
|
content: "丨";
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 5rpx;
|
|
|
|
}
|
|
|
|
.item .item-content .item-subtitle.data-v-08961c89 {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #888888;
|
|
|
|
}
|
|
|
|
.sex-box.data-v-08961c89 {
|
|
|
|
width: 750rpx;
|
|
|
|
height: 333rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
padding: 0 30rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 31rpx;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
.sex-box view.data-v-08961c89 {
|
|
|
|
height: 33.3%;
|
|
|
|
}
|
|
|
|
.sex-box view.data-v-08961c89:nth-child(2) {
|
|
|
|
border-top: 1rpx solid #D8D8D8;
|
|
|
|
border-bottom: 1rpx solid #D8D8D8;
|
|
|
|
}
|
|
|
|
.scenic-box.data-v-08961c89 {
|
|
|
|
width: 750rpx;
|
|
|
|
height: 937rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
padding-bottom: 155rpx;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-top.data-v-08961c89 {
|
|
|
|
height: 100rpx;
|
|
|
|
border-bottom: 1rpx solid #D8D8D8;
|
|
|
|
padding: 26rpx 26rpx 0 0;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-top .cha-img.data-v-08961c89 {
|
|
|
|
display: block;
|
|
|
|
width: 31.33rpx;
|
|
|
|
height: 31.33rpx;
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center.data-v-08961c89 {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-types.data-v-08961c89 {
|
|
|
|
width: 147rpx;
|
|
|
|
height: 680rpx;
|
|
|
|
background: #F7F7F7;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-types .scenic-type.data-v-08961c89 {
|
|
|
|
line-height: 107rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 25rpx;
|
|
|
|
color: #111111;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-types .scenic-typeActive.data-v-08961c89 {
|
|
|
|
background: #FFFFFF;
|
|
|
|
color: #96684F;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-type.data-v-08961c89::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-items.data-v-08961c89 {
|
|
|
|
width: 603rpx;
|
|
|
|
height: 680rpx;
|
|
|
|
padding: 26rpx 0 0 20rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-items .scenic-item.data-v-08961c89 {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 30rpx;
|
|
|
|
line-height: 67rpx;
|
|
|
|
text-align: center;
|
|
|
|
border-radius: 7rpx;
|
|
|
|
border: 1rpx solid #111111;
|
|
|
|
margin-bottom: 26rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 25rpx;
|
|
|
|
color: #111111;
|
|
|
|
margin-right: 20rpx;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-items .scenic-active.data-v-08961c89 {
|
|
|
|
position: relative;
|
|
|
|
background: #F9F5F0;
|
|
|
|
border: 1rpx solid #96684F;
|
|
|
|
color: #96684F;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-items .scenic-active .scenic-selectImg.data-v-08961c89 {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 28rpx;
|
|
|
|
height: 28rpx;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-center .scenic-items.data-v-08961c89::-webkit-scrollbar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-btn.data-v-08961c89 {
|
|
|
|
width: 750rpx;
|
|
|
|
height: 153rpx;
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(82, 82, 82, 0.25);
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
.scenic-box .scenic-btn view.data-v-08961c89 {
|
|
|
|
width: 697rpx;
|
|
|
|
height: 73rpx;
|
|
|
|
background: #DC2525;
|
|
|
|
border-radius: 11rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|