Commit 3a352382 authored by youjie's avatar youjie

行程 预览

parent 33644632
.LeaveGroupDownload-form.LeaveGroupDownload-formHV .flight_list td{
background: none !important;
}
.pdfDomHV{
background: url('http://imgfile.oytour.com/Static/bjHV2.png') repeat #efebe1;
background-size: 1754px 1240px;
}
.LeaveGroupDownload-form.LeaveGroupDownload-formHV{
background: url('http://imgfile.oytour.com/Static/bjHV2.png') repeat;
}
.hangban-info.hangban-infoHV{
.travelControlTrip .trip-adviser.trip-adviserHV,.hangban-info.hangban-infoHV,.baseTableHV .essential-item.essential-itemHV{
background: none !important;
}
.travelControlTrip .trip-adviser.trip-adviserHV{
background: none;
}
.baseTable.baseTableHV .essential-item.jianju {
border: 5px solid #FFF;
/* border: 5px solid #FFF;*/
border: none;
}
.baseTable.baseTableHV .essential-item.jianju_b {
border: 5px solid #FFF;
/* border: 5px solid #FFF;*/
border: none;
}
.travelDaysHVMasterMap3{
height: 388px;
......@@ -22,7 +31,7 @@
font-size: 24px;
line-height: 34px;
color: #484647;
font-family: DengXian;
font-family: "Microsoft JhengHei UI";
font-weight: 400;
word-break: break-all;
text-overflow: ellipsis;
......@@ -56,7 +65,7 @@
overflow: hidden;
font-size: 30px;
text-align: center;
font-family: Microsoft YaHei;
font-family: "Microsoft JhengHei UI";
white-space: nowrap;
}
.travelDaysHVMasterMap-one{
......@@ -90,13 +99,13 @@
}
.trtravelDaysHVdetails-textC{
font-size: 26px;
font-family: DengXian;
font-family: "Microsoft JhengHei UI";
font-weight: 400;
color: #484647;
}
.travelDaysHVdetails-text0{
font-size: 26px;
font-family: Microsoft YaHei;
font-family: "Microsoft JhengHei UI";
font-weight: bold;
color: #484647;
line-height: 28px;
......@@ -128,7 +137,7 @@
}
.travelDaysHVContent-text{
font-size: 26px;
font-family: DengXian;
font-family: "Microsoft JhengHei UI";
font-weight: 400;
color: #FFFFFF;
line-height: 40px;
......@@ -181,7 +190,7 @@
.HVTitlle-header1{
width: 1342px;
font-size: 26px;
font-family: DengXian;
font-family: "Microsoft JhengHei UI";
font-weight: bold;
color: #242424;
margin-top: 22px;
......@@ -203,7 +212,7 @@ top: 7px;
.HVTitlle-header0 span{
width: 1342px;
font-size: 32px;
font-family: Microsoft YaHei;
font-family: "Microsoft JhengHei UI";
font-weight: bold;
color: #242424;
white-space: nowrap;
......@@ -239,7 +248,7 @@ height: 36px;
margin-top: 6px;
}
.travelDaysHVTitlle-left-textTwo{
font-family: Microsoft YaHei;
font-family: "Microsoft JhengHei UI";
font-size: 52px;
font-weight: bold;
color: #242424;
......
......@@ -74,7 +74,8 @@
</div> -->
<div :class="[dataAll.featurePageType==1?'travelDaysHVMasterMap2-box':'']">
<div style="margin: 0 30px;">
<div class="trip-adviser" style="margin-top: 20px;">
<div class="trip-adviser" style="margin-top: 20px;"
:class="[dataAll.featurePageType==1?'trip-adviserHV':'']">
<!-- <h1 class="trip-nav-title">
<span>{{ vshowL ? "出团通知书:" : "" }}</span>
{{ orderMsg.lineteamName }}{{ orderMsg.dayNum }}日游
......@@ -88,19 +89,23 @@
:class="[dataAll.featurePageType==1?'baseTableHV':'']">
<tbody>
<tr>
<td class="essential-item jianju">
<td class="essential-item jianju"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">线路</p>
<p class="pvalue">{{ orderMsg.lineName }}</p>
</td>
<td class="essential-item jianju">
<td class="essential-item jianju"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">出发日期</p>
<p class="pvalue">{{ orderMsg.startDate }}</p>
</td>
<td class="essential-item jianju">
<td class="essential-item jianju"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">返回日期</p>
<p class="pvalue">{{ orderMsg.endDate }}</p>
</td>
<td class="essential-item jianju_b">
<td class="essential-item jianju_b"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">行程天数</p>
<p class="pvalue">{{ orderMsg.dayNum }}</p>
</td>
......@@ -112,11 +117,13 @@
</td>
</tr>
<tr>
<td class="essential-item jianju" colspan="2">
<td class="essential-item jianju" colspan="2"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">系列</p>
<p class="pvalue">{{ orderMsg.lineteamName }}</p>
</td>
<td class="essential-item jianju_b" colspan="2">
<td class="essential-item jianju_b" colspan="2"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">团队编号</p>
<p class="pvalue">{{ orderMsg.tcnum }}</p>
</td>
......@@ -129,25 +136,29 @@
<table class="baseTable trip-v3-base" v-if="vshowL">
<tbody>
<tr>
<td class="essential-item jianju">
<td class="essential-item jianju"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">本团领队</p>
<p class="pvalue">
{{orderMsg.leaderInfo}}
</p>
</td>
<td class="essential-item jianju">
<td class="essential-item jianju"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">集合时间</p>
<p class="pvalue">
{{ orderMsg.gatheringTimeInfo }}
</p>
</td>
<td class="essential-item jianju">
<td class="essential-item jianju"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">机场服务</p>
<p class="pvalue">
{{orderMsg.airportServiceInfo}}
</p>
</td>
<td class="essential-item jianju_b">
<td class="essential-item jianju_b"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">集合标识</p>
<p class="pvalue">
{{
......@@ -157,7 +168,8 @@
</td>
</tr>
<tr>
<td class="essential-item jianju" colspan="2">
<td class="essential-item jianju" colspan="2"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">紧急联系人</p>
<p class="pvalue">
<span v-if="vshowLLR">
......@@ -165,7 +177,8 @@
</span>
</p>
</td>
<td class="essential-item jianju_b" colspan="2">
<td class="essential-item jianju_b" colspan="2"
:class="[dataAll.featurePageType==1?'essential-itemHV':'']">
<p class="pkey">集合地点</p>
<p class="pvalue">
{{ orderMsg.gatheringAddressInfo}}
......
......@@ -74,7 +74,7 @@
</el-col>
</el-row>
<div id="pdfNode" class="LeaveGroupDownload-form LeaveGroupDownload-formHV">
<div id="pdfDom">
<div id="pdfDom" :class="[dataAll.featurePageType==1?'pdfDomHV':'']">
<!-- 首页 -->
<LeaveGroupDownload :dataAll="dataAll" :vshowJ="vshowJ" :vshowL="vshowL" :WeiXinShareImgSrc="WeiXinShareImgSrc"
:orderMsg="orderMsg" :orderTripdiff="orderTripdiff" :vshowLLR="vshowLLR" :vshowB="vshowB" :lineId="lineId"
......
......@@ -179,7 +179,7 @@
</el-select>
</el-form-item>
</span>
<template v-if="false">
<template v-if="true">
<span class="TDTextspan" :class="{'showOther':TeamType==3}">版型</span>
<span :class="{'showOther':TeamType==3}">
<el-form-item prop="FeaturePageType">
......
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