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

'行程特色样式@'

parent c167fbe1
......@@ -80,7 +80,7 @@ input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
.w30{width: 30px!important;}
.w40{width: 40px!important;}
.w50{width: 50px!important;}
.w60{width: 50px!important;}
.w60{width: 60px!important;}
.w69{width: 69px!important;}
.w80{width: 80px!important;}
.w89{width: 89px!important;}
......
......@@ -4,7 +4,8 @@
<!-- 酒店 -->
<div class="travle_page" v-for="(item, index) in hotelObj.pageList" :key="'hotel'+index " v-if="hotelObj.list.length>0">
<!-- 酒店1 -->
<div class="travel_hotel_1" v-if="item === 0 && hotelObj.list!=null && hotelObj.list.length>0">
<!-- item === 0 && -->
<div class="travel_hotel_1" v-if="hotelObj.list!=null && hotelObj.list.length>0">
<div class="hotel_1_header">
<img class="hotel_1_header_bg" :src="`https://reborndev.oss-cn-hangzhou.aliyuncs.com/Upload/BackgroundImg/featurebg/template_top_${templateType}.jpg`">
<img class="hotel_1_header_bg2" :src="`https://reborndev.oss-cn-hangzhou.aliyuncs.com/Upload/BackgroundImg/featurebg/template_title1_${templateType}.jpg`">
......@@ -218,7 +219,7 @@
</div>
</div>
<!-- 酒店2 -->
<div class="travel_hotel_2" v-if="item !== 0">
<!-- <div class="travel_hotel_2" v-if="item !== 0">
<div class="hotel_2_info_1" v-if="hotelObj.list[item*2]">
<div class="travel_toolbar_block" v-if="canEdit===true">
<vToolBar
......@@ -438,7 +439,7 @@
</div>
</div>
</div>
</div>
</div> -->
</div>
<!-- 景点 -->
<div class="travle_page" v-for="(item, index) in viewSpotObj.pageList" :key="'viewSpot'+index" v-if="viewSpotObj.list.length>0">
......
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