Commit 80959073 authored by youjie's avatar youjie

no message

parent 70a3bdd4
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<div id="newFeatureBox3"> <div id="newFeatureBox3">
<!-- UpgradedVersion-introduceBj 介绍、宿 UpgradedVersion-otherBj 详情、食、景 --> <!-- UpgradedVersion-introduceBj 介绍、宿 UpgradedVersion-otherBj 详情、食、景 -->
<div class="UpgradedVersion-box UpgradedVersion-homebj relative" <div class="UpgradedVersion-box UpgradedVersion-homebj relative"
:class="{'UpgradedVersion-introduceBj':'','UpgradedVersion-otherBj':index>0}" :class="{'UpgradedVersion-introduceBj':index==1,'UpgradedVersion-otherBj':index>1}"
v-for="(item,index) in 3"> v-for="(item,index) in 4">
<!-- logo --> <!-- logo -->
<Header></Header> <Header></Header>
<!-- 首页 --> <!-- 首页 -->
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<!-- 行程详情页 --> <!-- 行程详情页 -->
<UpgradedVersionDetails v-if="index==2"></UpgradedVersionDetails> <UpgradedVersionDetails v-if="index==2"></UpgradedVersionDetails>
<!-- otherJourney-footer 食景日本料理 --> <!-- otherJourney-footer 食景日本料理 -->
<div class=""> <div v-if="index!=0" :class="{'otherJourney-footer':index==3}">
<div class="otherJourney-introduceFooter absolute z-index1"> <div class="otherJourney-introduceFooter absolute z-index1">
<vEditDiv class="absolute z-index2" :canEdit='canEdit' v-model="first"></vEditDiv> <vEditDiv class="absolute z-index2" :canEdit='canEdit' v-model="first"></vEditDiv>
</div> </div>
...@@ -97,6 +97,9 @@ ...@@ -97,6 +97,9 @@
.otherJourney-footer .otherJourney-introduceFooter{ .otherJourney-footer .otherJourney-introduceFooter{
background: #CC0066; background: #CC0066;
} }
.otherJourney-footer .edit_div{
display: none;
}
img{ img{
pointer-events: none; pointer-events: none;
} }
......
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