@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .bg.data-v-57280228 { min-height: 100vh; background: url("https://static.ticket.sz-trip.com/tourist/index/topBg.png") no-repeat; background-size: 100% auto; background-color: #F9F5F0; padding-bottom: 250rpx; } .search-box.data-v-57280228 { padding: 20rpx 26.67rpx; } .search-box .search.data-v-57280228 { width: 573rpx; height: 60rpx; background: rgba(255, 255, 255, 0.7); border: 1px solid #96684F; padding: 0 29rpx; font-weight: 500; font-size: 28rpx; color: #666666; display: flex; align-items: center; } .search-box .search .search-img.data-v-57280228 { width: 29.33rpx; height: 29.33rpx; margin-right: 20rpx; } .search-box .kefu.data-v-57280228 { font-weight: 500; font-size: 27rpx; color: #96684F; display: flex; align-items: center; } .search-box .kefu .kefu-img.data-v-57280228 { width: 33.33rpx; height: 33.33rpx; margin-right: 7rpx; } .top-banner.data-v-57280228 { width: 697rpx; height: 341rpx; margin: auto; } .title-box.data-v-57280228 { margin: 47rpx 26.67rpx 0; } .title-box .title-img.data-v-57280228 { width: 248rpx; height: 77.33rpx; } .title-box .title-btn.data-v-57280228 { width: 140rpx; height: 47rpx; border-radius: 7rpx; border: 1px solid #BFBFBF; font-weight: 500; font-size: 24rpx; color: #333333; } .title-box .title-btn .rightIcon.data-v-57280228 { width: 11.33rpx; height: 20rpx; } .type-box.data-v-57280228 { display: flex; padding: 34rpx 26.67rpx 29rpx; overflow-x: auto; } .type-box .type-item.data-v-57280228 { width: 166.67rpx; line-height: 53.33rpx; text-align: center; background-image: url("https://static.ticket.sz-trip.com/tourist/index/typeBg.png"); background-size: 100% 100%; font-weight: 500; font-size: 29rpx; color: #96684F; margin-right: 10rpx; } .type-box .type-active.data-v-57280228 { background-image: url("https://static.ticket.sz-trip.com/tourist/index/typeBgs.png"); background-size: 100% 100%; color: #F9F5F0; } .type-box.data-v-57280228::-webkit-scrollbar { display: none; } .tour-box.data-v-57280228 { overflow-x: auto; overflow-y: hidden; padding-left: 26.67rpx; display: flex; } .tour-box .tour-item.data-v-57280228 { margin-right: 14rpx; position: relative; width: 266.73rpx; height: 333.4rpx; padding: 7rpx; box-sizing: border-box; } .tour-box .tour-item .tour-line.data-v-57280228 { width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .tour-box .tour-item .tour-img.data-v-57280228 { width: 252.73rpx; height: 319.4rpx; } .tour-box .tour-item .playImg.data-v-57280228 { width: 40rpx; height: 40rpx; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .tour-box .tour-item .time.data-v-57280228 { position: absolute; font-weight: 500; font-size: 28rpx; color: #FFFFFF; right: 19rpx; bottom: 30rpx; } .tour-box.data-v-57280228::-webkit-scrollbar { display: none; } .new-box.data-v-57280228 { overflow-x: auto; overflow-y: hidden; display: flex; margin: 26rpx 0 0 26rpx; } .new-box .new-item.data-v-57280228 { width: 466.67rpx; height: 306.67rpx; margin-right: 14rpx; padding: 7rpx; box-sizing: border-box; background-image: url("https://static.ticket.sz-trip.com/tourist/index/newBg.png"); background-size: 100% 100%; flex-shrink: 0; } .new-box .new-item > view.data-v-57280228 { width: 100%; height: 100%; background-size: cover; position: relative; } .new-box .new-item > view .new-content.data-v-57280228 { position: absolute; left: 12rpx; bottom: 13rpx; font-weight: 500; font-size: 28rpx; color: #FFFFFF; } .new-box .new-item > view .new-content .new-price.data-v-57280228 { font-weight: bold; } .new-box .new-item > view .new-content .new-price.data-v-57280228::before { font-size: 22.67rpx; content: "¥"; } .new-box .new-item > view .new-content .new-price.data-v-57280228::after { font-size: 22.67rpx; content: "起"; } .new-box.data-v-57280228::-webkit-scrollbar { display: none; } .line-box.data-v-57280228 { display: flex; flex-direction: column; justify-content: space-between; flex-wrap: wrap; overflow-x: auto; height: 820rpx; margin: 26rpx 0 0 26.67rpx; } .line-box .line-item.data-v-57280228 { width: 467rpx; height: 400rpx; border: 1rpx solid #96684F; margin-right: 13rpx; padding: 22rpx; box-sizing: border-box; position: relative; } .line-box .line-item .line-white.data-v-57280228 { width: 450rpx; height: 383rpx; background: #FFFFFF; position: absolute; top: 8.5rpx; left: 8.5rpx; } .line-box .line-item .line-img.data-v-57280228 { width: 423rpx; height: 233rpx; } .line-box .line-item .line-content.data-v-57280228 { height: 120rpx; display: flex; flex-direction: column; justify-content: space-between; position: relative; } .line-box .line-item .line-content .line-title.data-v-57280228 { font-weight: bold; font-size: 28rpx; color: #333333; line-height: 36rpx; } .line-box .line-item .line-content .line-price.data-v-57280228 { font-weight: bold; font-size: 29rpx; color: #DC2525; } .line-box .line-item .line-content .line-price.data-v-57280228::before { font-size: 23rpx; content: "¥"; } .line-box .line-item .line-content .line-price.data-v-57280228::after { font-size: 23rpx; content: "起"; color: #999999; } .line-box.data-v-57280228::-webkit-scrollbar { display: none; }