Commit 314f01d3 authored by liudong1993's avatar liudong1993
parents 036aec4f 1e6a2aff
...@@ -609,7 +609,7 @@ img { ...@@ -609,7 +609,7 @@ img {
font-weight: bold; font-weight: bold;
/* font-family: FZCuSong-B09S !important; */ /* font-family: FZCuSong-B09S !important; */
left: 0; left: 0;
top: -21px; top: -20px;
} }
.UpgradedVersionDetails-Img-two { .UpgradedVersionDetails-Img-two {
......
...@@ -386,7 +386,6 @@ html, body{ ...@@ -386,7 +386,6 @@ html, body{
.travelDaysContent { .travelDaysContent {
/* min-height: 360px; /* min-height: 360px;
max-height:600px; */ max-height:600px; */
overflow:hidden;
line-height: 38px; line-height: 38px;
padding: 0 36px; padding: 0 36px;
/* margin: 41px 0 47px 0; */ /* margin: 41px 0 47px 0; */
...@@ -435,12 +434,6 @@ html, body{ ...@@ -435,12 +434,6 @@ html, body{
.travelDaysdetails-textBox{ .travelDaysdetails-textBox{
flex-wrap: wrap; flex-wrap: wrap;
} }
.travelDaysdetails-text {
flex-wrap: wrap;
margin-right: 10px;
flex: 1;
}
.travelDaysdetails-text0 { .travelDaysdetails-text0 {
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 800; font-weight: 800;
...@@ -453,18 +446,21 @@ html, body{ ...@@ -453,18 +446,21 @@ html, body{
white-space: wrap; white-space: wrap;
overflow: hidden; overflow: hidden;
} }
.travelDaysdetails-tsText{
display: inline-block;
white-space: wrap;
}
.travelDaysdetails-tsText,.travelDaysdetails-text { .travelDaysdetails-tsText,.travelDaysdetails-text {
font-size: 21px; font-size: 21px;
font-weight: 100; font-weight: 100;
color: #2A2A2A; color: #2A2A2A;
line-height: 34px; line-height: 34px;
white-space: wrap;
display: inline-block;
} }
.travelDaysdetails-text { .travelDaysdetails-text {
flex-wrap: nowrap;
padding: 0; padding: 0;
margin: 0; margin: 0;
margin-right: 46px;
} }
.travelDaysdetails-text1{ .travelDaysdetails-text1{
/* font-size: 16px !important; */ /* font-size: 16px !important; */
...@@ -563,7 +559,7 @@ html, body{ ...@@ -563,7 +559,7 @@ html, body{
font-family: FZCuSong-B09S !important; font-family: FZCuSong-B09S !important;
color: #2A2A2A; color: #2A2A2A;
} }
.UpgradedVersion-box{ .UpgradedVersion-boxHeight{
width: 1123px; width: 1123px;
min-height: 1450px; min-height: 1450px;
margin: auto; margin: auto;
......
...@@ -197,7 +197,19 @@ ...@@ -197,7 +197,19 @@
</template> </template>
</div> </div>
<div style="width: 100%;height:40px;"></div> <!-- otherJourney-footer -->
<div>
<div class="otherJourney-introduceFooter absolute z-index1 row-aic" :style="{'background':''}">
<div class="introduceFooterBJ introduceFooterOne" :style="{'background':dataAll.tripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertTwo" :style="{'background':dataAll.tripColor}">&nbsp;</div>
<div class="introduceFooter-text row-aic">
<img src="http://imgfile.oytour.com/Static/NewTripFeature/footerLogo.png" />
<div class="edit_div">{{dataAll.lineShortName}}</div>
</div>
<div class="introduceFooterBJ introduceFootertThree" :style="{'background':dataAll.tripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertFour" :style="{'background':dataAll.tripColor}">&nbsp;</div>
</div>
</div>
</div> </div>
</div> </div>
......
<template> <template>
<div v-if="vshowD"> <div id="pdf_3" v-if="vshowD">
<!-- <div class="trip-box"> <!-- <div class="trip-box">
<div> <div>
<div class="trip-block pdf_3_block" style="padding-top:0px !important;border-bottom:none;padding-bottom:0px !important;"> <div class="trip-block pdf_3_block" style="padding-top:0px !important;border-bottom:none;padding-bottom:0px !important;">
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
</div> </div>
</div> </div>
</div> --> </div> -->
<div class="UpgradedVersion-box UpgradedVersion-homebj relative" v-for="(item,index) in tripList"> <div class="UpgradedVersion-boxHeight height UpgradedVersion-homebj relative" v-for="(item,index) in tripList">
<div class="absolute z-index1 column" style="left: 0;right: 0; top: 0;bottom: 0;"> <div class="z-index1">
<Header :TripColor="dataAll.tripColor" :orderMsg="orderMsg"></Header> <Header :TripColor="dataAll.tripColor" :orderMsg="orderMsg"></Header>
<div class="travelDaysTitlle row-aic"> <div class="travelDaysTitlle row-aic">
<div class="travelDaysTitlle-left"> <div class="travelDaysTitlle-left">
...@@ -105,18 +105,18 @@ ...@@ -105,18 +105,18 @@
<div class="travelDaysdetails"> <div class="travelDaysdetails">
<div class="travelDaysdetailsBJ column" <div class="travelDaysdetailsBJ column"
:style="{'background':backgroundColor}"> :style="{'background':backgroundColor}">
<div class="travelDaysdetails-textBox row-sb"> <div class="travelDaysdetails-textBox row">
<div class="travelDaysdetails-text"> <div class="travelDaysdetails-text row">
<span class="travelDaysdetails-text0">早餐:</span> <span class="travelDaysdetails-text0">早餐:</span>
{{item.can.breakfirst?item.can.breakfirst:'无'}} <div>{{item.can.breakfirst?item.can.breakfirst:'无'}}</div>
</div> </div>
<div class="travelDaysdetails-text"> <div class="travelDaysdetails-text row">
<span class="travelDaysdetails-text0">午餐:</span> <span class="travelDaysdetails-text0">午餐:</span>
{{item.can.lanuch?item.can.lanuch:'无'}} <div>{{item.can.lanuch?item.can.lanuch:'无'}}</div>
</div> </div>
<div class="travelDaysdetails-text"> <div class="travelDaysdetails-text row">
<span class="travelDaysdetails-text0">晚餐:</span> <span class="travelDaysdetails-text0">晚餐:</span>
{{item.can.dinner?item.can.dinner:'无'}} <div>{{item.can.dinner?item.can.dinner:'无'}}</div>
</div> </div>
</div> </div>
<div class="travelDaysdetails-textBox"> <div class="travelDaysdetails-textBox">
......
...@@ -914,6 +914,7 @@ ...@@ -914,6 +914,7 @@
</script> </script>
<style> <style>
@import url('../assets/css/tripIndex.css'); @import url('../assets/css/tripIndex.css');
@import url("../assets/css/UpgradedVersion.css");
@import url("../assets/css/tripIndexNew.css"); @import url("../assets/css/tripIndexNew.css");
@import url('../assets/css/detail.css'); @import url('../assets/css/detail.css');
......
...@@ -2264,7 +2264,7 @@ export default { ...@@ -2264,7 +2264,7 @@ export default {
{ {
path: '/TravelManager', //团控配置 path: '/TravelManager', //团控配置
name: 'TravelManager', name: 'TravelManager',
component: resolve => require(['@/components/TravelManager/TravelGroupControl/TravelManager'], resolve), component: resolve => require(['@/components/newTravelManager/TravelGroupControl/TravelManagerThree'], resolve),
meta: { meta: {
title: '团控配置' title: '团控配置'
}, },
......
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