Commit 63562f40 authored by zhengke's avatar zhengke

修改页面

parent f1d427fc
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
margin-right: 12px; margin-right: 12px;
} }
.newTripDownbtn { .newTrip_Main .newTripDownbtn {
color: #fff; color: #fff;
width: 90px; width: 90px;
height: 30px; height: 30px;
...@@ -260,14 +260,14 @@ ...@@ -260,14 +260,14 @@
clear: both; clear: both;
} }
.newTwoCodeRight { .newTrip_Main .newTwoCodeRight {
float: right; float: right;
width: 118px; width: 118px;
height: 118px; height: 118px;
margin: 40px 120px 0 0; margin: 40px 120px 0 0;
} }
.newTwoCodeRight img { .newTrip_Main .newTwoCodeRight img {
width: 100%; width: 100%;
} }
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
padding: 5px; padding: 5px;
} }
.newTripKuang { .newTrip_Main .newTripKuang {
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 5px; padding: 5px;
...@@ -493,29 +493,35 @@ ...@@ -493,29 +493,35 @@
<div> <div>
<table class="newTripTable" border="0" cellspacing="0" cellpadding="0"> <table class="newTripTable" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<td style="width:40%;border-right:0"> <td style="width:7%;border-right-style:none;">
<label>酒店:</label> <label>酒店:</label>
<template v-if='item.jiu2.length>0'>
<span v-for="(t,k) in item.jiu2" style="cursor: pointer" :key="k">
{{k==item.jiu2.length-1? (t.newTitle!=''&& t.newTitle!=t.name?t.newTitle:t.name) : (t.newTitle!=''&& t.newTitle!=t.name?t.newTitle:t.name)+' / ' }}
</span>
</template>
<template v-if="item.jiu2.length>0&&item.jiu2[0].name!=''">
{{getHotelSuffix(item)}}
</template>
</td> </td>
<td style="width:30%"> <td style="width:40%;border-left-style:none;">
<div class="tripLeftCan" style="vertical-align:top;"> <template v-if='item.jiu2.length>0'>
<label>用餐:</label> <span v-for="(t,k) in item.jiu2" style="cursor: pointer" :key="k">
</div> {{k==item.jiu2.length-1? (t.newTitle!=''&& t.newTitle!=t.name?t.newTitle:t.name) : (t.newTitle!=''&& t.newTitle!=t.name?t.newTitle:t.name)+' / ' }}
<div class="tripRightCan"> </span>
<div>早({{item.can.breakfirst}})</div> </template>
<div>中({{item.can.lanuch}})</div> <template v-if="item.jiu2.length>0&&item.jiu2[0].name!=''">
<div>晚({{item.can.dinner}})</div> {{getHotelSuffix(item)}}
</div> </template>
</td>
<td style="width:7%;border-right-style:none;">
<div class="tripLeftCan" style="vertical-align:top;">
<label>用餐:</label>
</div>
</td>
<td style="width:27%;border-left-style:none;">
<div class="tripRightCan">
<div>早({{item.can.breakfirst}})</div>
<div>中({{item.can.lanuch}})</div>
<div>晚({{item.can.dinner}})</div>
</div>
</td> </td>
<td style="width:30%"> <td style="width:7%;border-right-style:none;">
<label>交通:</label> <label>交通:</label>
</td>
<td style="width:15%;border-left-style:none;">
<template v-if="item.trafficArray&& item.trafficArray.length>0" v-for="(subItem,subIndex) in item.trafficArray"> <template v-if="item.trafficArray&& item.trafficArray.length>0" v-for="(subItem,subIndex) in item.trafficArray">
<span>{{subItem}}</span> <span>{{subItem}}</span>
<template v-if="subIndex!=item.trafficArray.length-1"> <template v-if="subIndex!=item.trafficArray.length-1">
......
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