导游中台-游客端
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.

168 lines
3.8 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.bg.data-v-f7498a66 {
min-height: 100vh;
background: #F7F7F7;
padding: 110rpx 0 40rpx;
}
.top-box.data-v-f7498a66 {
height: 84rpx;
padding: 12rpx 24rpx;
display: flex;
align-items: center;
justify-content: space-between;
background: white;
position: fixed;
z-index: 99;
top: 0;
left: 0;
right: 0;
}
.top-box .search-box.data-v-f7498a66 {
width: 493rpx;
height: 60rpx;
border: 1px solid #96684F;
display: flex;
align-items: center;
padding: 15rpx 19rpx;
font-size: 28rpx;
}
.top-box .search-box .input.data-v-f7498a66 {
flex: 1;
border: none;
outline: none;
background: none;
color: #000000;
margin: 0 20rpx;
font-size: 28rpx;
}
.top-box .btn.data-v-f7498a66 {
width: 120rpx;
height: 60rpx;
background: #96684F;
font-family: PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #FFFFFF;
line-height: 60rpx;
text-align: center;
}
.type-title.data-v-f7498a66 {
padding: 0 26rpx;
font-weight: bold;
font-size: 31rpx;
color: #000000;
display: flex;
align-items: center;
}
.type-title.data-v-f7498a66::before {
content: "";
width: 6rpx;
height: 33rpx;
background: #96684F;
display: block;
margin-right: 20rpx;
}
.item.data-v-f7498a66 {
margin: 26rpx auto;
width: 697rpx;
height: 200rpx;
background: #FFFFFF;
border-radius: 13rpx;
display: flex;
}
.item .item-img.data-v-f7498a66 {
width: 200rpx;
height: 200rpx;
flex-shrink: 0;
}
.item .item-img image.data-v-f7498a66 {
width: 200rpx;
height: 200rpx;
border-radius: 13rpx;
}
.item .item-content.data-v-f7498a66 {
flex: 1;
width: 1rpx;
padding: 10rpx 10rpx 10rpx 20rpx;
}
.item .item-content .item-title.data-v-f7498a66 {
font-weight: bold;
font-size: 31rpx;
color: #010101;
display: flex;
align-items: center;
}
.item .item-content .item-title .title.data-v-f7498a66 {
max-width: 320rpx;
}
.item .item-content .item-title .group_data_name.data-v-f7498a66 {
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;
flex-shrink: 0;
}
.item .item-content .item-tags.data-v-f7498a66 {
font-weight: 500;
font-size: 24rpx;
color: #96684F;
padding-top: 10rpx;
overflow: hidden;
width: 100%;
}
.money.data-v-f7498a66 {
text-align: right;
font-weight: bold;
font-size: 34rpx;
color: #DC2525;
}
.money.data-v-f7498a66::before {
font-size: 22rpx;
content: "¥";
}
.money.data-v-f7498a66::after {
font-size: 22rpx;
content: "起";
color: #999999;
font-weight: normal;
}
.list-common-empty.data-v-f7498a66 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 26rpx 0;
}
.list-common-empty-tip.data-v-f7498a66 {
color: #999;
}