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.
452 lines
9.7 KiB
452 lines
9.7 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-0d6c4dc4 {
|
|
width: 750rpx;
|
|
overflow-x: hidden;
|
|
min-height: 100vh;
|
|
background-color: #F7F7F7;
|
|
padding-bottom: 200rpx;
|
|
}
|
|
.top-box.data-v-0d6c4dc4 {
|
|
width: 750rpx;
|
|
height: 240rpx;
|
|
background: url("https://static.ticket.sz-trip.com/tourist/user/topBg.png") no-repeat;
|
|
background-size: 100% 100%;
|
|
padding: 50rpx 0 0 50rpx;
|
|
font-weight: bold;
|
|
font-size: 43rpx;
|
|
color: #000000;
|
|
}
|
|
.top-box .close-time.data-v-0d6c4dc4 {
|
|
font-weight: 400;
|
|
font-size: 27rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.qrcode-remain.data-v-0d6c4dc4 {
|
|
font-weight: bold;
|
|
font-size: 29rpx;
|
|
color: #000000;
|
|
text-align: center;
|
|
}
|
|
.qrcode-remain ._span.data-v-0d6c4dc4 {
|
|
width: 60rpx;
|
|
text-align: center;
|
|
color: #ee3e3b;
|
|
display: inline-block;
|
|
}
|
|
.qrcode-box.data-v-0d6c4dc4 {
|
|
height: 456rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 32rpx;
|
|
}
|
|
.qrcode-box .qrcode-item.data-v-0d6c4dc4 {
|
|
width: 467rpx !important;
|
|
height: 456rpx !important;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 0rpx 33rpx 0rpx rgba(102, 102, 102, 0.2);
|
|
border-radius: 20rpx;
|
|
padding: 25rpx 0;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.qrcode-box .qrcode-item image.data-v-0d6c4dc4 {
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
}
|
|
.qrcode-box .qrcode-item .qrcode-title.data-v-0d6c4dc4 {
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
}
|
|
.qrcode-box .qrcode-item .qrcode-subtitle.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #888888;
|
|
}
|
|
.qrcode-box .qrcode-item .complete-text.data-v-0d6c4dc4 {
|
|
position: absolute;
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: auto;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.qrcode-box .qrcode-item .complete-text view.data-v-0d6c4dc4 {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 100rpx;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
}
|
|
.swiper-point.data-v-0d6c4dc4 {
|
|
height: 63rpx;
|
|
}
|
|
.swiper-point view.data-v-0d6c4dc4 {
|
|
width: 11rpx;
|
|
height: 11rpx;
|
|
background: #CCCCCC;
|
|
border-radius: 50%;
|
|
}
|
|
.swiper-point view.data-v-0d6c4dc4:not(:first-child) {
|
|
margin-left: 13rpx;
|
|
}
|
|
.swiper-point .swiper-points.data-v-0d6c4dc4 {
|
|
background: #71B580;
|
|
}
|
|
.swiper-prompt.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 29rpx;
|
|
color: #EE3E3B;
|
|
text-align: center;
|
|
margin-bottom: 45rpx;
|
|
}
|
|
.scenic-detail.data-v-0d6c4dc4 {
|
|
width: 697rpx;
|
|
height: auto;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 26rpx;
|
|
margin: auto;
|
|
}
|
|
.scenic-detail > view.data-v-0d6c4dc4:nth-child(2) {
|
|
margin: 30rpx 0;
|
|
border-top: 1rpx solid rgba(216, 216, 216, 0.5);
|
|
}
|
|
.scenic-detail .scenic-title.data-v-0d6c4dc4 {
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
}
|
|
.scenic-detail .scenic-title image.data-v-0d6c4dc4 {
|
|
width: 17.33rpx;
|
|
height: 29.33rpx;
|
|
margin-left: 20rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.scenic-detail .scenic-subtitle.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #666666;
|
|
margin-top: 20rpx;
|
|
}
|
|
.scenic-detail .scenic-subtitle ._span.data-v-0d6c4dc4 {
|
|
color: #000;
|
|
}
|
|
.scenic-detail .specifications-item.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #000000;
|
|
margin: 25rpx 0;
|
|
}
|
|
.novice-box.data-v-0d6c4dc4 {
|
|
width: 697rpx;
|
|
height: auto;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
padding: 26rpx;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #010101;
|
|
margin: 20rpx auto;
|
|
}
|
|
.novice-box .novice-item view.data-v-0d6c4dc4 {
|
|
margin: 20rpx 0;
|
|
}
|
|
.novice-box .novice-item .novice-title.data-v-0d6c4dc4 {
|
|
font-weight: 800;
|
|
font-size: 27rpx;
|
|
color: #333333;
|
|
}
|
|
.novice-box .novice-subtitle.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #000000;
|
|
}
|
|
.novice-box .novice-subtitle ._span.data-v-0d6c4dc4 {
|
|
display: inline-block;
|
|
width: 130rpx;
|
|
color: #666666;
|
|
}
|
|
.novice-box .novice-item.data-v-0d6c4dc4:nth-child(n+2) {
|
|
border-top: 1rpx solid #D8D8D8;
|
|
}
|
|
.public-price.data-v-0d6c4dc4 {
|
|
margin-top: 50rpx;
|
|
}
|
|
.public-price view.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #666666;
|
|
margin-top: 25rpx;
|
|
}
|
|
.public-price view ._span.data-v-0d6c4dc4 {
|
|
font-weight: bold;
|
|
font-size: 27rpx;
|
|
color: #111111;
|
|
}
|
|
.order-info.data-v-0d6c4dc4 {
|
|
width: 697rpx;
|
|
height: auto;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
margin: 20rpx auto;
|
|
padding: 33rpx 26rpx;
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #000000;
|
|
}
|
|
.order-info .order-subtitle.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #000;
|
|
margin: 30rpx 0;
|
|
}
|
|
.order-info .order-subtitle ._span.data-v-0d6c4dc4 {
|
|
display: inline-block;
|
|
width: 130rpx;
|
|
color: #666666;
|
|
white-space: nowrap;
|
|
}
|
|
.order-info .copy.data-v-0d6c4dc4 {
|
|
width: 93rpx;
|
|
height: 37rpx;
|
|
border-radius: 11rpx;
|
|
border: 1rpx solid #515150;
|
|
font-weight: 500;
|
|
font-size: 22rpx;
|
|
color: #515150;
|
|
margin-left: 30rpx;
|
|
}
|
|
.order-info .copy .copy-img.data-v-0d6c4dc4 {
|
|
width: 22rpx;
|
|
height: 23.33rpx;
|
|
-webkit-filter: brightness(0);
|
|
filter: brightness(0);
|
|
}
|
|
.kefu-box.data-v-0d6c4dc4 {
|
|
width: 697rpx;
|
|
height: 96rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
margin: 20rpx auto;
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 500;
|
|
font-size: 31rpx;
|
|
color: #000000;
|
|
padding-left: 27rpx;
|
|
}
|
|
.kefu-box .kefu-img.data-v-0d6c4dc4 {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin-right: 14rpx;
|
|
}
|
|
._footer.data-v-0d6c4dc4 {
|
|
width: 750rpx;
|
|
height: 167rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
border-top: 10rpx solid #F7F7F7;
|
|
padding: 0 26rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
._footer .bottom-price.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 28rpx;
|
|
color: #000000;
|
|
}
|
|
._footer .bottom-price ._span.data-v-0d6c4dc4 {
|
|
font-weight: bold;
|
|
font-size: 48rpx;
|
|
color: #EE3E3B;
|
|
}
|
|
._footer .bottom-price ._span.data-v-0d6c4dc4::before {
|
|
content: '¥';
|
|
font-size: 27rpx;
|
|
}
|
|
._footer .btn-box.data-v-0d6c4dc4 {
|
|
margin-left: auto;
|
|
display: flex;
|
|
}
|
|
._footer .btn-box .btn.data-v-0d6c4dc4 {
|
|
width: 200rpx;
|
|
height: 73rpx;
|
|
line-height: 73rpx;
|
|
border-radius: 11rpx;
|
|
border: 1rpx solid #D8D8D8;
|
|
text-align: center;
|
|
margin-right: 14rpx;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
}
|
|
._footer .btn-box .btn.data-v-0d6c4dc4:last-of-type {
|
|
margin-right: 0;
|
|
}
|
|
._footer .btn-box .pay-btn.data-v-0d6c4dc4 {
|
|
background: #DC2525;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
.mask.data-v-0d6c4dc4 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
z-index: 1000;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: center;
|
|
}
|
|
.mask-bg.data-v-0d6c4dc4 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
}
|
|
.mask-content.data-v-0d6c4dc4 {
|
|
width: 100%;
|
|
padding: 28rpx 0;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
background: white;
|
|
height: 70%;
|
|
position: relative;
|
|
overflow-y: auto;
|
|
}
|
|
.mask-content .icon-close.data-v-0d6c4dc4 {
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 20rpx;
|
|
}
|
|
.mask-content .close-btn.data-v-0d6c4dc4 {
|
|
background-image: url("https://static.ticket.sz-trip.com/taizhou/images/close.png");
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
position: absolute;
|
|
bottom: -100rpx;
|
|
left: 0;
|
|
right: 0;
|
|
margin: auto;
|
|
}
|
|
.mask-title.data-v-0d6c4dc4 {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
padding-left: 37rpx;
|
|
}
|
|
.mask-content .iconfont.data-v-0d6c4dc4 {
|
|
position: absolute;
|
|
right: 30rpx;
|
|
top: 20rpx;
|
|
}
|
|
.express-all.data-v-0d6c4dc4 {
|
|
margin: 40rpx;
|
|
position: relative;
|
|
}
|
|
.express-item.data-v-0d6c4dc4 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-bottom: 60rpx;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.line.data-v-0d6c4dc4 {
|
|
width: 1rpx;
|
|
height: 100%;
|
|
background: #CCCCCC;
|
|
position: absolute;
|
|
left: 13rpx;
|
|
}
|
|
.express-info.data-v-0d6c4dc4 {
|
|
width: 600rpx;
|
|
font-size: 26rpx;
|
|
line-height: 40rpx;
|
|
color: #999;
|
|
}
|
|
.express-info.active.data-v-0d6c4dc4 {
|
|
color: #000;
|
|
}
|
|
.express-time.data-v-0d6c4dc4 {
|
|
font-size: 22rpx;
|
|
color: #666;
|
|
margin-top: 10rpx;
|
|
}
|
|
.express-item-icon.data-v-0d6c4dc4 {
|
|
width: 27rpx;
|
|
height: 27rpx;
|
|
background: #CCCCCC;
|
|
border-radius: 50%;
|
|
position: relative;
|
|
}
|
|
.express-item-icons.data-v-0d6c4dc4 {
|
|
background: #71B580;
|
|
}
|
|
.consult-popup.data-v-0d6c4dc4 {
|
|
width: 487rpx;
|
|
height: 367rpx;
|
|
background: #F0F0F0;
|
|
border-radius: 20rpx;
|
|
padding: 65rpx 0 23rpx;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
text-align: center;
|
|
}
|
|
.consult-popup .consult-subtitle.data-v-0d6c4dc4 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #333333;
|
|
margin-top: 43rpx;
|
|
}
|
|
.consult-popup .consult-btns.data-v-0d6c4dc4 {
|
|
display: flex;
|
|
margin-top: 75rpx;
|
|
}
|
|
.consult-popup .consult-btns view.data-v-0d6c4dc4 {
|
|
width: 50%;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #71B580;
|
|
line-height: 54rpx;
|
|
}
|
|
.consult-popup .consult-btns view.data-v-0d6c4dc4:first-child {
|
|
border-right: 1rpx solid #D8D8D8;
|
|
color: #000000;
|
|
}
|
|
|
|
|