Commit 4900e7bc authored by 沈良进's avatar 沈良进

页面修改

parent a5010b53
<template>
<div v-if="vshowD">
<!-- <div class="trip-box">
<div>
<div class="trip-block pdf_3_block" style="border: 0;">
<div class="module-title" id="pdf_3_header" style="font-size:36px;font-weight:bolder;margin-top:20px;border-bottom:1px solid #000; text-align:center;">
每日详细行程
</div>
</div>
</div>
</div> -->
<div class="UpgradedVersion-box UpgradedVersion-homebj relative" v-for="(item,index) in tripList">
<div class="absolute z-index1 column" style="left: 0;right: 0; top: 0;bottom: 0;">
<Header :TripColor="dataAll.tripColor" :orderMsg="orderMsg"></Header>
......@@ -73,7 +62,6 @@
<div class="travelDaysMasterMap-text textTwo absolute z-index2">
{{item.details[2].title}}</div>
</template>
<template v-else>
<template v-for="(jiudian,j) in item.jiu2">
<template v-if="jiudian.url&&j==1">
......@@ -88,7 +76,6 @@
</template>
</div>
</div>
<template v-if="item.details&&item.details.length>0">
<div class="travelDaysContent column">
<div class="travelDaysContent-text" v-for="(jindian,j) in item.details">
......@@ -105,8 +92,6 @@
</div>
</div>
</template>
<div class="travelDaysdetails absolute">
<div class="travelDaysdetailsBJ row" :style="{'background':backgroundColor}">
<div class="travelDaysdetails-text row">
......@@ -149,10 +134,8 @@
</div>
</div>
</div>
</div>
</div>
</template>
<script>
......
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