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.
310 lines
6.9 KiB
310 lines
6.9 KiB
@charset "UTF-8";
|
|
/**
|
|
* 这里是uni-app内置的常用样式变量
|
|
*
|
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
|
*
|
|
*/
|
|
/**
|
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
|
*
|
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
|
*/
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
view.data-v-80842834 {
|
|
box-sizing: border-box;
|
|
}
|
|
.data-v-80842834 .uni-countdown {
|
|
font-size: 20px !important;
|
|
}
|
|
.data-v-80842834 .uni-countdown /deep/.uni-countdown__splitor {
|
|
font-size: 20px !important;
|
|
}
|
|
.bg.data-v-80842834 {
|
|
min-height: 100vh;
|
|
overflow-x: hidden;
|
|
background: url("https://static.ticket.sz-trip.com/yandu/images/user/topBg.png") no-repeat;
|
|
background-size: 100%;
|
|
background-color: #F7F7F7;
|
|
padding-bottom: 100rpx;
|
|
}
|
|
.title.data-v-80842834 {
|
|
font-weight: bold;
|
|
font-size: 36rpx;
|
|
color: #333333;
|
|
position: absolute;
|
|
top: 110rpx;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, 0);
|
|
transform: translate(-50%, 0);
|
|
}
|
|
.topBox.data-v-80842834 {
|
|
width: 750rpx;
|
|
height: 373rpx;
|
|
padding: 100rpx 0 0 26rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
margin-top: 90rpx;
|
|
}
|
|
.topBox .avatar-box.data-v-80842834 {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
}
|
|
.topBox .headImg.data-v-80842834 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.topBox .username.data-v-80842834 {
|
|
margin: 40rpx 0 0 28rpx;
|
|
font-weight: 500;
|
|
font-size: 40rpx;
|
|
color: #000000;
|
|
}
|
|
.orderBox.data-v-80842834 {
|
|
width: 697rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0rpx 0rpx 23rpx 0rpx rgba(80, 80, 80, 0.12);
|
|
border-radius: 20rpx;
|
|
margin: -48rpx auto 0;
|
|
padding-bottom: 30.6rpx;
|
|
}
|
|
.orderBox .moreBox.data-v-80842834 {
|
|
height: 84rpx;
|
|
margin: auto;
|
|
font-size: 31rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
padding-left: 26rpx;
|
|
}
|
|
.orderBox .moreBox ._span.data-v-80842834 {
|
|
width: 173rpx;
|
|
height: 40rpx;
|
|
background: #D6F2F0;
|
|
border-radius: 20rpx 0rpx 0rpx 20rpx;
|
|
padding: 0 24rpx;
|
|
font-size: 25rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #00AEA0;
|
|
box-sizing: border-box;
|
|
}
|
|
.orderBox .moreBox ._span ._img.data-v-80842834 {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
}
|
|
.orderBox .orderItem.data-v-80842834 {
|
|
font-size: 24rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
width: 20%;
|
|
text-align: center;
|
|
}
|
|
.orderBox .orderItem ._img.data-v-80842834 {
|
|
width: 62rpx;
|
|
height: 62rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.lxwm.data-v-80842834 {
|
|
width: 696rpx;
|
|
height: 447rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 4rpx 12rpx 0px rgba(150, 149, 149, 0.3);
|
|
border-radius: 20rpx;
|
|
margin: auto;
|
|
padding: 27rpx 19rpx 0 19rpx;
|
|
font-size: 31rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
.lxwm .midBox.data-v-80842834 {
|
|
padding: 26rpx 43rpx 21rpx 44rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.lxwm .midBox ._img.data-v-80842834 {
|
|
width: 265rpx;
|
|
height: 252rpx;
|
|
border-radius: 15rpx;
|
|
}
|
|
.lxwm .botBox.data-v-80842834 {
|
|
padding: 0 30rpx 0 51rpx;
|
|
font-size: 27rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
}
|
|
.cygj.data-v-80842834 {
|
|
width: 697rpx;
|
|
background: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
margin: 30rpx auto 0;
|
|
padding: 0 27rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
box-sizing: border-box;
|
|
}
|
|
.cygj .cyItem.data-v-80842834 {
|
|
height: 106rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #D8D8D8;
|
|
}
|
|
.cygj .cyItem .headIcon.data-v-80842834 {
|
|
width: 42rpx;
|
|
height: 42rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
.cygj .cyItem .rightIcon.data-v-80842834 {
|
|
width: 20rpx;
|
|
height: 20rpx;
|
|
}
|
|
.cygj .cyItem.data-v-80842834:last-child {
|
|
border: none;
|
|
}
|
|
.my-swipe.data-v-80842834 {
|
|
margin: 0 30rpx;
|
|
margin-top: 37.3rpx;
|
|
}
|
|
swiper.data-v-80842834 {
|
|
height: 111rpx !important;
|
|
}
|
|
.dfkBox.data-v-80842834 {
|
|
width: 100%;
|
|
height: 111rpx;
|
|
background: #F7F7F7;
|
|
margin: 0 auto 30.64rpx;
|
|
display: flex;
|
|
}
|
|
.dfkBox image.data-v-80842834 {
|
|
width: 137rpx;
|
|
height: 111rpx;
|
|
border-radius: 13rpx;
|
|
flex-shrink: 0;
|
|
}
|
|
.dfkBox .contentBox.data-v-80842834 {
|
|
padding-left: 5rpx;
|
|
padding-right: 5rpx;
|
|
height: 111rpx;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
.orderBtn.data-v-80842834 {
|
|
width: 152rpx;
|
|
height: 56rpx;
|
|
background: linear-gradient(270deg, #FC5109, #FDC43A);
|
|
border-radius: 28rpx;
|
|
text-align: center;
|
|
line-height: 56rpx;
|
|
font-size: 27rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 400;
|
|
color: #FFFFFF;
|
|
}
|
|
#contact.data-v-80842834 {
|
|
-webkit-tap-highlight-color: transparent;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-radius: 0;
|
|
box-sizing: border-box;
|
|
color: transparent;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
padding: 0 27rpx;
|
|
position: relative;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
border: transparent 0px solid;
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #000000;
|
|
}
|
|
button.data-v-80842834::after {
|
|
border: none;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.more.data-v-80842834 {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
.more image.data-v-80842834 {
|
|
width: 646rpx;
|
|
height: 959rpx;
|
|
}
|
|
.more ._img.data-v-80842834 {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
.consult-popup.data-v-80842834 {
|
|
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-80842834 {
|
|
font-weight: 500;
|
|
font-size: 27rpx;
|
|
color: #333333;
|
|
margin-top: 43rpx;
|
|
}
|
|
.consult-popup .consult-btns.data-v-80842834 {
|
|
display: flex;
|
|
margin-top: 75rpx;
|
|
}
|
|
.consult-popup .consult-btns view.data-v-80842834 {
|
|
width: 50%;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #00AEA0;
|
|
line-height: 54rpx;
|
|
}
|
|
.consult-popup .consult-btns view.data-v-80842834:first-child {
|
|
border-right: 1rpx solid #D8D8D8;
|
|
color: #000000;
|
|
}
|
|
.confirm.data-v-80842834 {
|
|
height: 58rpx;
|
|
line-height: 58rpx;
|
|
background: none;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
color: #00AEA0;
|
|
}
|
|
|
|
|