Commit ff830ab4 authored by 华国豪's avatar 华国豪 🙄

'价格显示,详情页图片模糊'

parent bd31977c
.detail-box{
}
.detail-box .topic{
padding: 15px 0;
border-bottom: 2px solid #EF4455;
font-size: 12px;
margin-bottom: 15px;
}
.el-breadcrumb .el-breadcrumb__item:last-child{
max-width: 200px;
overflow: hidden;
white-space: nowrap;
display: inline-block;
text-overflow: ellipsis;
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link{
font-weight: 400;
/*font-family: 'PingFangR';*/
}
.detail-box .left-team-box{
height: 465px;
overflow-y: auto;
background: #f1f1f1;
padding-top: 7px;
box-sizing: border-box;
}
.detail-box .left-team-box::-webkit-scrollbar,.right-team-box::-webkit-scrollbar{
width: 4px;
height: 8px;
}
.detail-box .left-team-box::-webkit-scrollbar-thumb,.right-team-box::-webkit-scrollbar{
border-radius: 4px;
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
background: #c9c9c9;
}
.detail-box .left-team-box .team-top-info{
display: flex;
}
.detail-box .left-team-box .team-top-info .xilie{
font-size: 18px;
font-weight: 300;
margin-right:15px;
display: block;
flex: 1;
}
.detail-box .left-team-box .team-top-info .code{
font-size: 12px;
color: gray;
display: block;
text-align: right;
flex: 1;
}
.detail-box .left-team-box .team-title{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 40px;
line-height: 20px;
font-size: 16px;
margin-top:15px;
color: #444;
}
.detail-box .left-team-box .price-box{
background: #fef9ee;
padding: 8px 15px;
font-size: 12px;
margin-top: 15px;
color: gray;
position: relative;
}
.detail-box .left-team-box .price-box span.red{
color: #EF4455;
}
.detail-box .left-team-box .price-box span.big{
font-size: 28px;
font-weight: 400;
}
.detail-box .left-team-box .price-box span.medium{
font-size: 20px;
font-weight: 400;
vertical-align: text-bottom
}
.detail-box .left-team-box .price-box span.tips{
margin-left:10px;
border-bottom: 1px dotted #333;
color: #333;
}
.detail-box .left-team-box .price-box span.split{
margin-left: 30px;
}
.detail-box .left-team-box .price-box span.blue{
color: #19a0f0;
border-bottom: 1px solid #19a0f0;
margin-right: 10px;
}
.detail-box .left-team-box .price-box span.blue:hover{
border-bottom: 1px dotted #19a0f0;
}
.detail-box .left-team-box .price-box span.pointer{
cursor: pointer;
}
.detail-box .left-team-box .price-box .activy{
margin-top:5px;
}
.detail-box .left-team-box .price-box span.tag{
border: 1px solid #ffc5c5;
color: #ff4646;
padding:0 1px;
}
.detail-box .left-team-box .price-box .huodong{
width: 128px;
background: url('../img/bg-zxyy.png');
height: 20px;
display: inline-block;
position: absolute;
right: 0px;
top:0px;
}
.detail-box .left-team-box .price-box .huodong span{
display: inline-block;
width: 64px;
text-align: center;
color: #f1f1f1;
line-height: 20px;
font-size: 12px;
vertical-align: top;
}
.detail-box .left-team-box .price-box .huodong span:last-child{
color: #000;
}
.detail-box .left-team-box .img-box{
height: 259px;
margin-top:10px;
}
.detail-box .left-team-box .img-box .last{
position: relative;
margin-top: 3px;
}
.detail-box .left-team-box .img-box .last .tip{
background: rgba(0,0,0,.4);
position: absolute;
top: 0px;
bottom: 4px;
left: 0;
right: 0;
text-align: center;
line-height: 126px;
font-size: 12px;
color: #f1f1f1;
cursor: pointer;
}
.detail-box .left-team-box .recome::after{
display: block;
content: '';
clear: both;
margin-top: 15px;
padding-bottom: 10px;
}
.detail-box .left-team-box .recome span{
display: inline-block;
}
.detail-box .left-team-box .recome span.left{
width: 100px;
float: left;
}
.detail-box .left-team-box .recome span.right{
width: calc(100% - 100px);
float: left;
color: gray;
}
.detail-box .left-team-box .recome span.big{
font-size: 14px;
}
.detail-box .left-team-box .recome span i{
color: #4CB781;
margin-right: 5px;
}
.detail-box .right-team-box{
height: 465px;
border:1px solid #ddd;
box-sizing: border-box;
margin-left: 10px;
overflow-y: auto;
}
.detail-box .right-team-box .title{
padding: 15px 10px 10px 10px;
/* height: 31px; */
overflow: hidden;
}
.playTime{
color: #999 !important;
font-size: 12px;
display: flex;
margin-top: 5px;
}
.playTime i.iconfont{
display: inline-block;
margin-right: 10px;
}
.detail-box .timeline .timeline-item .right .content.__title{
/*font-family: 'PingFangR';*/
font-weight: bold;
color: #333;
font-size: 26px;
margin-top: 0;
}
.detail-box .right-team-box .title .item{
height: 28px;
display: inline-block;
vertical-align: text-top;
margin-right: 20px;
line-height: 14px;
font-size: 12px;
padding-bottom: 10px;
cursor: pointer;
/*font-family: 'pingfangR';*/
border-bottom:2px solid #fff;
text-align: center;
}
.detail-box .right-team-box .title .avtice{
font-weight: 600 !important;
border-bottom:2px solid #FF5A00;
cursor: default;
}
.detail-box .right-team-box .title .avtice .price{
color:#FF5A00 !important;
}
.detail-box .right-team-box .title .item .price{
color: #999999;
font-size: 12px;
}
.detail-box .right-team-box .calendar{
width: 100%;
overflow: hidden;
table-layout: fixed;
}
.detail-box .right-team-box .calendar th{
height: 20px;
padding: 10px 0;
line-height: 20px;
background: #eee;
color: #333;
text-align: center;
font-size: 14px;
/*font-family: 'PingFangR';*/
}
.detail-box .right-team-box .calendar td{
height: 43px;
color: #aaa;
text-align: center;
font-size: 14px;
/*font-family: 'PingFangR';*/
padding-top:25px;
vertical-align: top;
cursor: default;
}
.detail-box .right-team-box .calendar .active{
cursor: pointer;
color: #000;
}
.detail-box .right-team-box .calendar .active .price{
color:#FF5A00;
font-size:12px;
}
.detail-box .right-team-box .calendar .active:hover{
background: #ddd;
cursor: pointer;
}
.detail-box .right-team-box .calendar .active.chosen,.detail-box .right-team-box .calendar .active.chosen .price{
background: #FF5A00;
color:#fff !important;
}
.detail-box .yuding{
background: #fffcf6;
border: #ffd2b8 1px solid;
padding: 15px 20px;
font-size: 12px;
position: relative;
margin-top: 30px;
box-sizing: border-box;
}
.detail-box .yuding .el-date-editor.el-input,.detail-box .yuding .el-date-editor.el-input__inner{
width: 140px;
}
.detail-box .yuding .el-input__inner{
border-radius:0px;
}
.detail-box .right-btn{
text-align: right;
}
.detail-box .right-btn .sumPrice{
font-size: 28px;
color: #EF4455;
margin-right: 10px;
/*font-family: 'PingFangR'*/
}
.detail-box .right-btn .sumPrice small{
font-size: 14px;
font-family: '微软雅黑'
}
.detail-box .yuding .underline{
border-bottom: 1px dotted #333;
cursor: pointer;
}
.detail-box .top-nav{
margin: 0;
padding: 0;
display: flex;
margin-top: 20px;
}
.detail-box .top-nav li{
height: 60px;
margin-right: 10px;
list-style: none;
border: 1px solid #e5e5e5;
text-align: center;
flex: 1;
font-size: 14px;
color: #7E7E7E;
cursor: pointer;
padding-top:10px;
box-sizing: border-box;
}
.detail-box .top-nav li i{
display: block;
font-size: 22px;
}
.detail-box .top-nav li:first-child{
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.detail-box .top-nav li:last-child{
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.detail-box .top-nav li.active{
background: #EF4455;
color: #fff;
border: 1px solid #EF4455;
}
.detail-box .customer{
height: 60px;
line-height: 30px;
width: 100%;
overflow: hidden;
margin-top: 20px;
}
.detail-box .customer .phone{
color: #4aacab;
font-size: 22px;
/*font-family: 'PingFangR';*/
text-align: right;
}
.detail-box .customer .phone i{
margin-right: 10px;
}
.detail-box .customer .tip{
font-size: 12px;
color: gray;
text-align: right;
}
.detail-box .fuben-nav{
position: fixed;
top:0;
left: 0;
right: 0px;
background: #FFF;
margin-top:-20px;
padding: 10px 0;
border-bottom: 1px solid #ddd;
z-index: 999999;
}
.detail-box .item-title{
padding: 20px 0;
text-align: center;
}
.detail-box .item-title span{
display: block;
text-align: center;
color:#ccc;
font-size: 12px;
/*font-family: 'PingFangR'*/
}
.top-nav a{
color:inherit;
text-decoration: none;
display: block;
height: 100%;
width: 100%;
}
.top-nav li:hover{
background: #EF4455;
color: #fff;
border: 1px solid #EF4455;
}
.detail-box .item-title span.t{
color:#333;
font-size: 18px;
}
.detail-box .item-title span .s{
width:32px;
height:2px;
background:rgba(238,68,84,1);
display: inline-block;
}
.detail-box .hangban-info{
background-color: #f7f7f7;
padding: 20px 15px 15px 15px;
width: 960px;
margin: 0 auto;
box-sizing: border-box;
}
.detail-box .flight_th {
font-size: 20px;
font-weight: 700;
width: 100%;
color: #000000;
}
.detail-box .flight_th span {
font-size: 12px;
font-weight: 400;
vertical-align: 3px;
margin-left: 1px;
color: #000000;
}
.flight_list {
width: 100%;
color: #000000;
letter-spacing: 3px;
line-height: 100%;
font-size: 15px;
margin: 0 auto;
}
._hangban_line{
height: 1px;
background-color: #929292;
margin-top: 8px;
margin-bottom: 13px;
}
.flight_list td {
font-size: 15px;
/* font-family: 'Titillium Web',"微軟正黑體",Microsoft JhengHei,sans-serif; */
height: 34px;
vertical-align: middle;
background-color: #eaeaea;
}
.detail-box .nin-box table{
width: 1000px;
margin: 0 auto;
}
.detail-box .nin-box table td{
height: 180px;
background-position:center center;
border-spacing:150px;
border-radius: 4px;
}
.detail-box .slider {
width: 1000px;
margin: 0 auto;
}
.detail-box .slider .el-carousel__item img{
height: 100%;
width: 100%;
}
.detail-box .zidingyi{
overflow: hidden;
width: 1000px;
margin: 0 auto;
}
.detail-box .template-box{
width:1123px;
/*width: 1000px;*/
/*margin: 0 auto;*/
}
.detail-box .template-box p{
margin: 0px;
}
.detail-box .zidingyi center{
/* width: 1000px;
margin: 0 auto; */
}
.detail-box .zidingyi *{
max-width: 100%;
}
.detail-box .map-box{
width: 1000px;
margin: 0 auto;
}
.detail-box .timeline{
position: relative;
}
.detail-box .timeline .timeline-box{
width: 1px;
background: #ccc;
position: absolute;
left: 20px;
top: 0;
bottom: 0;
z-index: -1;
}
.detail-box .timeline .timeline-item{
margin-bottom: 40px;
display: flex;
color: #333;
font-size: 14px;
/*font-family: 'pingfangR'*/
}
.detail-box .timeline .timeline-item .left{
width: 40px;
margin-right:20px;
text-align: center;
}
.detail-box .timeline .timeline-item .left i{
font-size: 20px;
background: #fff;
color: #8ccff7;
}
.detail-box .timeline .timeline-item span.big{
font-size: 40px;
background: #fff;
}
.detail-box .timeline .timeline-item span.medium{
font-size: 28px;
line-height: 56px;
display: flex;
}
.detail-box .timeline .timeline-item span.medium i.iconfont{
font-size: 20px;
color: #6e6c6c;
display: inline-block;
margin: 0 10px;
}
.detail-box .timeline .timeline-item .right{
flex: 1;
margin-left: 40px;
}
.detail-box .timeline .timeline-item .right .time{
font-size: 16px;
color: #666;
}
.detail-box .timeline .timeline-item .right .title{
font-size: 14px;
display: block;
margin-top:10px;
}
.detail-box .timeline .timeline-item .right .content{
font-size: 14px;
color: #666;
display: block;
font-family: '微软雅黑';
margin-top:10px;
}
.detail-box .timeline .timeline-item .right .content.active{
margin-top: 0px;
}
.detail-box .timeline .timeline-item .right .img-list{
display: flex;
margin-top: 15px;
height: 120px;
overflow: hidden;
}
.detail-box .timeline .timeline-item .right .img-list .item{
margin-right:5px;
width: 214px;
height: 120px;
background-position: center center;
cursor: pointer;
}
.detail-box .timeline .timeline-item .right .img-list .item img{
width:100%;
height: 100%;
}
.detail-box .expense{
margin: 0 auto;
/* padding: 30px 0; */
width: 960px;
}
.detail-box .expense p{
margin: 0;
}
.detail-box .expense .left{
/* display: inline-block; */
text-align: left;
font-size: 18px;
font-family: Arial;
vertical-align: top;
margin-bottom:15px;
/*font-family: 'PingFang SC Regular'*/
}
.detail-box .expense .right{
/* display: inline-block; */
width: 100%;
overflow: hidden;
font-size: 14px;
line-height: 25px;
color: #000000;
vertical-align: top;
}
.detail-box .expense .right *{
color: #000000 !important;
}
/* .detail-box .expense .right *{
max-width: 90%;
} */
.detail-box .expense .right .expense-table{
width: 100%;
table-layout: fixed;
border: 1px solid #eee;
border-top: none;
border-bottom: none;
margin-top: 30px;
}
.detail-box .expense .right .expense-table th{
background: #bbb;
height: 28px;
vertical-align: middle;
text-align: center;
font-size: 14px;
/*font-family: 'PingFangR';*/
width: 150px;
color: #333;
}
.detail-box .expense .right .expense-table th:last-child{
width: auto;
}
.detail-box .expense .right .expense-table tr td{
text-align: center;
padding: 5px 0;
border-bottom: 1px solid #eee;
color: #666;
}
.detail-box .expense .right .expense-table tr td:last-child{
text-align: left;
}
.detail-box .expense .right .expense-table.autowidth th{
width:auto;
}
.detail-box .expense .right .expense-table.autowidth{
margin-top: 0px;
}
.detail-box .expense .right .expense-table.autowidth tr td:last-child{
text-align: center;
}
._show_img_box{position: fixed; background: rgba(0,0,0,.6); left: 0; top:0; width: 100%; height: 100%; z-index: 999; text-align: center;}
._trip_xiangqing ._info_trip table{width: 100%;}
._trip_xiangqing ._info_trip table th{
background-color: #F5F5F5;
text-align: left;
padding: 10px 15px;
/*font-family: 'PingFangR';*/
font-weight: inherit !important;
color: #666666;
font-size: 14px;
}
._trip_xiangqing ._info_trip table td{
padding: 10px 15px;
color: #000000;
font-size: 14px;
background-color: #FBFBFB;
}
._trip_xiangqing ._info_guest{
padding: 16px;
font-size: 14px;
}
._trip_xiangqing ._info_guest .el-input,._trip_xiangqing ._info_trip .el-input{
width: 100px;
margin-left: 20px;
margin-bottom: 20px;
}
._trip_xiangqing ._info_guest .el-col-6 div span{
display: inline-block;
width: 120px;
text-align: right;
}
._trip_xiangqing ._info_details{
color: #666666;
font-size: 14px;
}
._trip_xiangqing ._info_details li{padding: 10px 0;}
._trip_xiangqing ._info_cuncost{
display: flex;
align-items: center;
}
._trip_xiangqing ._info_cunzhe{
padding: 16px;
font-size: 14px;
display: flex;
align-items: center;
}
._trip_xiangqing ._info_Cost{
padding: 16px;
font-size: 14px;
}
._trip_xiangqing ._info_cunzhe .el-select{margin: 0 10px}
._trip_xiangqing ._info_cunzhe .el-input{width: 154px;}
._trip_xiangqing ._info_Cost {text-align: right;}
._trip_xiangqing ._info_Cost span{font-size:16px}
._trip_xiangqing ._info_remarks{
margin-bottom: 20px;
}
._trip_xiangqing ._info_remarks textarea{
width: 99%;
border-color: #D2D2D2;
resize: none;
height: 80px;
}
._trip_xiangqing ._info_box{
background-color: #F5F5F5;
padding: 0 20px;
margin-top: 15px;
}
._trip_xiangqing .pdfDom_btn{
position: fixed;
right: 20px;
top: 450px;
}
<style> <style scoped>
.confirmOrder{ .confirmOrder{
width:950px; width:950px;
} }
.detail-box{
}
.detail-box .topic{
padding: 15px 0;
border-bottom: 2px solid #EF4455;
font-size: 12px;
margin-bottom: 15px;
}
.el-breadcrumb .el-breadcrumb__item:last-child{
max-width: 200px;
overflow: hidden;
white-space: nowrap;
display: inline-block;
text-overflow: ellipsis;
}
.el-breadcrumb__inner a, .el-breadcrumb__inner.is-link{
font-weight: 400;
/*font-family: 'PingFangR';*/
}
.detail-box .left-team-box{
height: 465px;
overflow-y: auto;
background: #f1f1f1;
padding-top: 7px;
box-sizing: border-box;
}
.detail-box .left-team-box::-webkit-scrollbar,.right-team-box::-webkit-scrollbar{
width: 4px;
height: 8px;
}
.detail-box .left-team-box::-webkit-scrollbar-thumb,.right-team-box::-webkit-scrollbar{
border-radius: 4px;
-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
background: #c9c9c9;
}
.detail-box .left-team-box .team-top-info{
display: flex;
}
.detail-box .left-team-box .team-top-info .xilie{
font-size: 18px;
font-weight: 300;
margin-right:15px;
display: block;
flex: 1;
}
.detail-box .left-team-box .team-top-info .code{
font-size: 12px;
color: gray;
display: block;
text-align: right;
flex: 1;
}
.detail-box .left-team-box .team-title{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 40px;
line-height: 20px;
font-size: 16px;
margin-top:15px;
color: #444;
}
.detail-box .left-team-box .price-box{
background: #fef9ee;
padding: 8px 15px;
font-size: 12px;
margin-top: 15px;
color: gray;
position: relative;
}
.detail-box .left-team-box .price-box span.red{
color: #EF4455;
}
.detail-box .left-team-box .price-box span.big{
font-size: 28px;
font-weight: 400;
}
.detail-box .left-team-box .price-box span.medium{
font-size: 20px;
font-weight: 400;
vertical-align: text-bottom
}
.detail-box .left-team-box .price-box span.tips{
margin-left:10px;
border-bottom: 1px dotted #333;
color: #333;
}
.detail-box .left-team-box .price-box span.split{
margin-left: 30px;
}
.detail-box .left-team-box .price-box span.blue{
color: #19a0f0;
border-bottom: 1px solid #19a0f0;
margin-right: 10px;
}
.detail-box .left-team-box .price-box span.blue:hover{
border-bottom: 1px dotted #19a0f0;
}
.detail-box .left-team-box .price-box span.pointer{
cursor: pointer;
}
.detail-box .left-team-box .price-box .activy{
margin-top:5px;
}
.detail-box .left-team-box .price-box span.tag{
border: 1px solid #ffc5c5;
color: #ff4646;
padding:0 1px;
}
.detail-box .left-team-box .price-box .huodong{
width: 128px;
background: url('../../assets/img/bg-zxyy.png');
height: 20px;
display: inline-block;
position: absolute;
right: 0px;
top:0px;
}
.detail-box .left-team-box .price-box .huodong span{
display: inline-block;
width: 64px;
text-align: center;
color: #f1f1f1;
line-height: 20px;
font-size: 12px;
vertical-align: top;
}
.detail-box .left-team-box .price-box .huodong span:last-child{
color: #000;
}
.detail-box .left-team-box .img-box{
height: 259px;
margin-top:10px;
}
.detail-box .left-team-box .img-box .last{
position: relative;
margin-top: 3px;
}
.detail-box .left-team-box .img-box .last .tip{
background: rgba(0,0,0,.4);
position: absolute;
top: 0px;
bottom: 4px;
left: 0;
right: 0;
text-align: center;
line-height: 126px;
font-size: 12px;
color: #f1f1f1;
cursor: pointer;
}
.detail-box .left-team-box .recome::after{
display: block;
content: '';
clear: both;
margin-top: 15px;
padding-bottom: 10px;
}
.detail-box .left-team-box .recome span{
display: inline-block;
}
.detail-box .left-team-box .recome span.left{
width: 100px;
float: left;
}
.detail-box .left-team-box .recome span.right{
width: calc(100% - 100px);
float: left;
color: gray;
}
.detail-box .left-team-box .recome span.big{
font-size: 14px;
}
.detail-box .left-team-box .recome span i{
color: #4CB781;
margin-right: 5px;
}
.detail-box .right-team-box{
height: 465px;
border:1px solid #ddd;
box-sizing: border-box;
margin-left: 10px;
overflow-y: auto;
}
.detail-box .right-team-box .title{
padding: 15px 10px 10px 10px;
/* height: 31px; */
overflow: hidden;
}
.playTime{
color: #999 !important;
font-size: 12px;
display: flex;
margin-top: 5px;
}
.playTime i.iconfont{
display: inline-block;
margin-right: 10px;
}
.detail-box .timeline .timeline-item .right .content.__title{
/*font-family: 'PingFangR';*/
font-weight: bold;
color: #333;
font-size: 26px;
margin-top: 0;
}
.detail-box .right-team-box .title .item{
height: 28px;
display: inline-block;
vertical-align: text-top;
margin-right: 20px;
line-height: 14px;
font-size: 12px;
padding-bottom: 10px;
cursor: pointer;
/*font-family: 'pingfangR';*/
border-bottom:2px solid #fff;
text-align: center;
}
.detail-box .right-team-box .title .avtice{
font-weight: 600 !important;
border-bottom:2px solid #FF5A00;
cursor: default;
}
.detail-box .right-team-box .title .avtice .price{
color:#FF5A00 !important;
}
.detail-box .right-team-box .title .item .price{
color: #999999;
font-size: 12px;
}
.detail-box .right-team-box .calendar{
width: 100%;
overflow: hidden;
table-layout: fixed;
}
.detail-box .right-team-box .calendar th{
height: 20px;
padding: 10px 0;
line-height: 20px;
background: #eee;
color: #333;
text-align: center;
font-size: 14px;
/*font-family: 'PingFangR';*/
}
.detail-box .right-team-box .calendar td{
height: 43px;
color: #aaa;
text-align: center;
font-size: 14px;
/*font-family: 'PingFangR';*/
padding-top:25px;
vertical-align: top;
cursor: default;
}
.detail-box .right-team-box .calendar .active{
cursor: pointer;
color: #000;
}
.detail-box .right-team-box .calendar .active .price{
color:#FF5A00;
font-size:12px;
}
.detail-box .right-team-box .calendar .active:hover{
background: #ddd;
cursor: pointer;
}
.detail-box .right-team-box .calendar .active.chosen,.detail-box .right-team-box .calendar .active.chosen .price{
background: #FF5A00;
color:#fff !important;
}
.detail-box .yuding{
background: #fffcf6;
border: #ffd2b8 1px solid;
padding: 15px 20px;
font-size: 12px;
position: relative;
margin-top: 30px;
box-sizing: border-box;
}
.detail-box .yuding .el-date-editor.el-input,.detail-box .yuding .el-date-editor.el-input__inner{
width: 140px;
}
.detail-box .yuding .el-input__inner{
border-radius:0px;
}
.detail-box .right-btn{
text-align: right;
}
.detail-box .right-btn .sumPrice{
font-size: 28px;
color: #EF4455;
margin-right: 10px;
/*font-family: 'PingFangR'*/
}
.detail-box .right-btn .sumPrice small{
font-size: 14px;
font-family: '微软雅黑'
}
.detail-box .yuding .underline{
border-bottom: 1px dotted #333;
cursor: pointer;
}
.detail-box .top-nav{
margin: 0;
padding: 0;
display: flex;
margin-top: 20px;
}
.detail-box .top-nav li{
height: 60px;
margin-right: 10px;
list-style: none;
border: 1px solid #e5e5e5;
text-align: center;
flex: 1;
font-size: 14px;
color: #7E7E7E;
cursor: pointer;
padding-top:10px;
box-sizing: border-box;
}
.detail-box .top-nav li i{
display: block;
font-size: 22px;
}
.detail-box .top-nav li:first-child{
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.detail-box .top-nav li:last-child{
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.detail-box .top-nav li.active{
background: #EF4455;
color: #fff;
border: 1px solid #EF4455;
}
.detail-box .customer{
height: 60px;
line-height: 30px;
width: 100%;
overflow: hidden;
margin-top: 20px;
}
.detail-box .customer .phone{
color: #4aacab;
font-size: 22px;
/*font-family: 'PingFangR';*/
text-align: right;
}
.detail-box .customer .phone i{
margin-right: 10px;
}
.detail-box .customer .tip{
font-size: 12px;
color: gray;
text-align: right;
}
.detail-box .fuben-nav{
position: fixed;
top:0;
left: 0;
right: 0px;
background: #FFF;
margin-top:-20px;
padding: 10px 0;
border-bottom: 1px solid #ddd;
z-index: 999999;
}
.detail-box .item-title{
padding: 20px 0;
text-align: center;
}
.detail-box .item-title span{
display: block;
text-align: center;
color:#ccc;
font-size: 12px;
/*font-family: 'PingFangR'*/
}
.top-nav a{
color:inherit;
text-decoration: none;
display: block;
height: 100%;
width: 100%;
}
.top-nav li:hover{
background: #EF4455;
color: #fff;
border: 1px solid #EF4455;
}
.detail-box .item-title span.t{
color:#333;
font-size: 18px;
}
.detail-box .item-title span .s{
width:32px;
height:2px;
background:rgba(238,68,84,1);
display: inline-block;
}
.detail-box .hangban-info{
background-color: #f7f7f7;
padding: 20px 15px 15px 15px;
width: 960px;
margin: 0 auto;
box-sizing: border-box;
}
.detail-box .flight_th {
font-size: 20px;
font-weight: 700;
width: 100%;
color: #000000;
}
.detail-box .flight_th span {
font-size: 12px;
font-weight: 400;
vertical-align: 3px;
margin-left: 1px;
color: #000000;
}
.flight_list {
width: 100%;
color: #000000;
letter-spacing: 3px;
line-height: 100%;
font-size: 15px;
margin: 0 auto;
}
._hangban_line{
height: 1px;
background-color: #929292;
margin-top: 8px;
margin-bottom: 13px;
}
.flight_list td {
font-size: 15px;
/* font-family: 'Titillium Web',"微軟正黑體",Microsoft JhengHei,sans-serif; */
height: 34px;
vertical-align: middle;
background-color: #eaeaea;
}
.detail-box .nin-box table{
width: 1000px;
margin: 0 auto;
}
.detail-box .nin-box table td{
height: 180px;
background-position:center center;
border-spacing:150px;
border-radius: 4px;
}
.detail-box .slider {
width: 1000px;
margin: 0 auto;
}
.detail-box .slider .el-carousel__item img{
height: 100%;
width: 100%;
}
.detail-box .zidingyi{
overflow: hidden;
width: 1000px;
margin: 0 auto;
}
.detail-box .template-box{
width:1123px;
/*width: 1000px;*/
/*margin: 0 auto;*/
}
.detail-box .template-box p{
margin: 0px;
}
.detail-box .zidingyi center{
/* width: 1000px;
margin: 0 auto; */
}
.detail-box .zidingyi *{
max-width: 100%;
}
.detail-box .map-box{
width: 1000px;
margin: 0 auto;
}
.detail-box .timeline{
position: relative;
}
.detail-box .timeline .timeline-box{
width: 1px;
background: #ccc;
position: absolute;
left: 20px;
top: 0;
bottom: 0;
z-index: -1;
}
.detail-box .timeline .timeline-item{
margin-bottom: 40px;
display: flex;
color: #333;
font-size: 14px;
/*font-family: 'pingfangR'*/
}
.detail-box .timeline .timeline-item .left{
width: 40px;
margin-right:20px;
text-align: center;
}
.detail-box .timeline .timeline-item .left i{
font-size: 20px;
background: #fff;
color: #8ccff7;
}
.detail-box .timeline .timeline-item span.big{
font-size: 40px;
background: #fff;
}
.detail-box .timeline .timeline-item span.medium{
font-size: 28px;
line-height: 56px;
display: flex;
}
.detail-box .timeline .timeline-item span.medium i.iconfont{
font-size: 20px;
color: #6e6c6c;
display: inline-block;
margin: 0 10px;
}
.detail-box .timeline .timeline-item .right{
flex: 1;
margin-left: 40px;
}
.detail-box .timeline .timeline-item .right .time{
font-size: 16px;
color: #666;
}
.detail-box .timeline .timeline-item .right .title{
font-size: 14px;
display: block;
margin-top:10px;
}
.detail-box .timeline .timeline-item .right .content{
font-size: 14px;
color: #666;
display: block;
font-family: '微软雅黑';
margin-top:10px;
}
.detail-box .timeline .timeline-item .right .content.active{
margin-top: 0px;
}
.detail-box .timeline .timeline-item .right .img-list{
display: flex;
margin-top: 15px;
height: 120px;
overflow: hidden;
}
.detail-box .timeline .timeline-item .right .img-list .item{
margin-right:5px;
width: 214px;
height: 120px;
background-position: center center;
cursor: pointer;
}
.detail-box .timeline .timeline-item .right .img-list .item img{
width:100%;
height: 100%;
}
.detail-box .expense{
margin: 0 auto;
/* padding: 30px 0; */
width: 960px;
}
.detail-box .expense p{
margin: 0;
}
.detail-box .expense .left{
/* display: inline-block; */
text-align: left;
font-size: 18px;
font-family: Arial;
vertical-align: top;
margin-bottom:15px;
/*font-family: 'PingFang SC Regular'*/
}
.detail-box .expense .right{
/* display: inline-block; */
width: 100%;
overflow: hidden;
font-size: 14px;
line-height: 25px;
color: #000000;
vertical-align: top;
}
.detail-box .expense .right *{
color: #000000 !important;
}
/* .detail-box .expense .right *{
max-width: 90%;
} */
.detail-box .expense .right .expense-table{
width: 100%;
table-layout: fixed;
border: 1px solid #eee;
border-top: none;
border-bottom: none;
margin-top: 30px;
}
.detail-box .expense .right .expense-table th{
background: #bbb;
height: 28px;
vertical-align: middle;
text-align: center;
font-size: 14px;
/*font-family: 'PingFangR';*/
width: 150px;
color: #333;
}
.detail-box .expense .right .expense-table th:last-child{
width: auto;
}
.detail-box .expense .right .expense-table tr td{
text-align: center;
padding: 5px 0;
border-bottom: 1px solid #eee;
color: #666;
}
.detail-box .expense .right .expense-table tr td:last-child{
text-align: left;
}
.detail-box .expense .right .expense-table.autowidth th{
width:auto;
}
.detail-box .expense .right .expense-table.autowidth{
margin-top: 0px;
}
.detail-box .expense .right .expense-table.autowidth tr td:last-child{
text-align: center;
}
._show_img_box{position: fixed; background: rgba(0,0,0,.6); left: 0; top:0; width: 100%; height: 100%; z-index: 999; text-align: center;}
._trip_xiangqing ._info_trip table{width: 100%;}
._trip_xiangqing ._info_trip table th{
background-color: #F5F5F5;
text-align: left;
padding: 10px 15px;
/*font-family: 'PingFangR';*/
font-weight: inherit !important;
color: #666666;
font-size: 14px;
}
._trip_xiangqing ._info_trip table td{
padding: 10px 15px;
color: #000000;
font-size: 14px;
background-color: #FBFBFB;
}
._trip_xiangqing ._info_guest{
padding: 16px;
font-size: 14px;
}
._trip_xiangqing ._info_guest .el-input,._trip_xiangqing ._info_trip .el-input{
width: 100px;
margin-left: 20px;
margin-bottom: 20px;
}
._trip_xiangqing ._info_guest .el-col-6 div span{
display: inline-block;
width: 120px;
text-align: right;
}
._trip_xiangqing ._info_details{
color: #666666;
font-size: 14px;
}
._trip_xiangqing ._info_details li{padding: 10px 0;}
._trip_xiangqing ._info_cuncost{
display: flex;
align-items: center;
}
._trip_xiangqing ._info_cunzhe{
padding: 16px;
font-size: 14px;
display: flex;
align-items: center;
}
._trip_xiangqing ._info_Cost{
padding: 16px;
font-size: 14px;
}
._trip_xiangqing ._info_cunzhe .el-select{margin: 0 10px}
._trip_xiangqing ._info_cunzhe .el-input{width: 154px;}
._trip_xiangqing ._info_Cost {text-align: right;}
._trip_xiangqing ._info_Cost span{font-size:16px}
._trip_xiangqing ._info_remarks{
margin-bottom: 20px;
}
._trip_xiangqing ._info_remarks textarea{
width: 99%;
border-color: #D2D2D2;
resize: none;
height: 80px;
}
._trip_xiangqing ._info_box{
background-color: #F5F5F5;
padding: 0 20px;
margin-top: 15px;
}
._trip_xiangqing .pdfDom_btn{
position: fixed;
right: 20px;
top: 450px;
}
</style> </style>
<template> <template>
...@@ -67,12 +794,12 @@ ...@@ -67,12 +794,12 @@
</td> </td>
</tr> </tr>
</table> </table>
<div v-if='TripLayer.vshowL' class="module-title"> <div v-if='TripLayer.vshowL' class="module-title" style="display:none">
<h2>集合地点&联系人</h2> <h2>集合地点&联系人</h2>
<div class="short-line"></div> <div class="short-line"></div>
<div class="english-title">Collection place & Contacts</div> <div class="english-title">Collection place & Contacts</div>
</div> </div>
<table v-if='TripLayer.vshowL' class="collection"> <table v-if='TripLayer.vshowL' class="collection" style="display:none">
<tr> <tr>
<td> <td>
<div class="collection-item clearfix"> <div class="collection-item clearfix">
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</div> </div>
<div> <div>
<span class="red"></span> <span class="red"></span>
<span class="red big">{{toDayObj?(isLogin!==1?toDayObj.b2BPrice:toDayObj.b2CPrice):0}}</span> <span class="red big">{{toDayObj?(isLogin!==1?toDayObj.b2CPrice:toDayObj.b2BPrice):0}}</span>
<span>/人起</span> <span>/人起</span>
<span class="tips pointer"> <span class="tips pointer">
起价说明 起价说明
...@@ -127,16 +127,16 @@ ...@@ -127,16 +127,16 @@
</el-col> </el-col>
<el-col :span='12'> <el-col :span='12'>
<el-col :span='12'> <el-col :span='12'>
<img @click="showImg(imgCover),initialIndex =1" v-if="imgCover&&imgCover[0]" :src="imgCover[0].Url" style="height: 126px;width:100%" /> <img @click="showImg(imgCover),initialIndex =1" v-if="imgCover&&imgCover[0]" :src="editSrc(imgCover[0].Url)" style="height: 126px;width:100%" />
<img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%" /> <img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%" />
<img @click="showImg(imgCover),initialIndex = 2" v-if="imgCover&&imgCover[1]" :src="imgCover[1].Url" style="height: 126px;width:100%" /> <img @click="showImg(imgCover),initialIndex = 2" v-if="imgCover&&imgCover[1]" :src="editSrc(imgCover[1].Url)" style="height: 126px;width:100%" />
<img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%;margin-top:3px;" /> <img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%;margin-top:3px;" />
</el-col> </el-col>
<el-col :span='12'> <el-col :span='12'>
<img @click="showImg(imgCover),initialIndex = 3" v-if="imgCover&&imgCover[2]" :src="imgCover[2].Url==''?'../../assets/img/bg_c2@3x.png':imgCover[2].Url" style="height: 126px;width:100%" /> <img @click="showImg(imgCover),initialIndex = 3" v-if="imgCover&&imgCover[2]" :src="imgCover[2].Url==''?'../../assets/img/bg_c2@3x.png':editSrc(imgCover[2].Url)" style="height: 126px;width:100%" />
<img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%" /> <img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%" />
<div class="last"> <div class="last">
<img v-if="imgCover&&imgCover[3]" :src="imgCover[3].Url==''?'../../assets/img/bg_c2@3x.png':imgCover[3].Url" style="height: 126px;width:100%" /> <img v-if="imgCover&&imgCover[3]" :src="imgCover[3].Url==''?'../../assets/img/bg_c2@3x.png':editSrc(imgCover[3].Url)" style="height: 126px;width:100%" />
<img v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%;margin-top:3px;" /> <img v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%;margin-top:3px;" />
<div class="tip" @click="showImg(imgCover)"> <div class="tip" @click="showImg(imgCover)">
查看全部图片 查看全部图片
...@@ -147,21 +147,21 @@ ...@@ -147,21 +147,21 @@
</template> </template>
<template v-else> <template v-else>
<el-col :span='12'> <el-col :span='12'>
<img @click="showImg(imgCover),initialIndex = 0" v-if="imgCover&&imgCover[0]" :src="imgCover[0].Url" style="height: 259px;width:100%" /> <img @click="showImg(imgCover),initialIndex = 0" v-if="imgCover&&imgCover[0]" :src="editSrc(imgCover[0].Url)" style="height: 259px;width:100%" />
<img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 259px;width:100%" /> <img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 259px;width:100%" />
</el-col> </el-col>
<el-col :span='12'> <el-col :span='12'>
<el-col :span='12'> <el-col :span='12'>
<img @click="showImg(imgCover),initialIndex =1" v-if="imgCover&&imgCover[1]" :src="imgCover[1].Url" style="height: 126px;width:100%" /> <img @click="showImg(imgCover),initialIndex =1" v-if="imgCover&&imgCover[1]" :src="editSrc(imgCover[1].Url)" style="height: 126px;width:100%" />
<img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%" /> <img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%" />
<img @click="showImg(imgCover),initialIndex = 2" v-if="imgCover&&imgCover[2]" :src="imgCover[2].Url" style="height: 126px;width:100%" /> <img @click="showImg(imgCover),initialIndex = 2" v-if="imgCover&&imgCover[2]" :src="editSrc(imgCover[2].Url)" style="height: 126px;width:100%" />
<img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%;margin-top:3px;" /> <img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%;margin-top:3px;" />
</el-col> </el-col>
<el-col :span='12'> <el-col :span='12'>
<img @click="showImg(imgCover),initialIndex = 3" v-if="imgCover&&imgCover[3]" :src="imgCover[3].Url==''?'../../assets/img/bg_c2@3x.png':imgCover[3].Url" style="height: 126px;width:100%" /> <img @click="showImg(imgCover),initialIndex = 3" v-if="imgCover&&imgCover[3]" :src="imgCover[3].Url==''?'../../assets/img/bg_c2@3x.png':editSrc(imgCover[3].Url)" style="height: 126px;width:100%" />
<img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%" /> <img @click="showImg(imgCover)" v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%" />
<div class="last"> <div class="last">
<img v-if="imgCover&&imgCover[4]" :src="imgCover[4].Url==''?'../../assets/img/bg_c2@3x.png':imgCover[4].Url" style="height: 126px;width:100%" /> <img v-if="imgCover&&imgCover[4]" :src="imgCover[4].Url==''?'../../assets/img/bg_c2@3x.png':editSrc(imgCover[4].Url)" style="height: 126px;width:100%" />
<img v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%;margin-top:3px;" /> <img v-else src="../../assets/img/bg_c2@3x.png" style="height: 126px;width:100%;margin-top:3px;" />
<div class="tip" @click="showImg(imgCover)"> <div class="tip" @click="showImg(imgCover)">
查看全部图片 查看全部图片
...@@ -755,6 +755,9 @@ export default { ...@@ -755,6 +755,9 @@ export default {
// this.initMap(); // this.initMap();
}, },
methods: { methods: {
editSrc: function (src) {
return src.split('?')[0]
},
PDFDownLoad: function (type) { PDFDownLoad: function (type) {
if (type) { if (type) {
this.travelControlTripLayerShow = true this.travelControlTripLayerShow = true
......
...@@ -127,9 +127,9 @@ ...@@ -127,9 +127,9 @@
<span> <span>
<i class="iconfont icon-bb-yuwei"></i>余位:{{item.surplus>10?"充足":`仅于${item.surplus}席`}} <i class="iconfont icon-bb-yuwei"></i>余位:{{item.surplus>10?"充足":`仅于${item.surplus}席`}}
</span> </span>
<span class="down"> <!-- <span class="down">
<i class="iconfont icon-bb-xiazai"></i>下载行 <i class="iconfont icon-bb-xiazai"></i>下载行
</span> </span> -->
</div> </div>
<div class="item-tag"> <div class="item-tag">
<el-tag type="danger">{{item.ltName}}</el-tag> <el-tag type="danger">{{item.ltName}}</el-tag>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment