Commit 421e46ab authored by 沈良进's avatar 沈良进

no message

parent 9c411202
...@@ -153,7 +153,7 @@ html, body{ ...@@ -153,7 +153,7 @@ html, body{
height: 0px; height: 0px;
border-bottom: 2px dashed red; border-bottom: 2px dashed red;
left: 0; left: 0;
top: 1320px; top: 1347px;
right: 0; right: 0;
} }
.UpgradedVersion2Line span{ .UpgradedVersion2Line span{
...@@ -388,6 +388,7 @@ html, body{ ...@@ -388,6 +388,7 @@ html, body{
min-height: 20px; min-height: 20px;
line-height: 38px; line-height: 38px;
padding: 0 36px; padding: 0 36px;
margin-bottom: 20px;
/* margin: 41px 0 47px 0; */ /* margin: 41px 0 47px 0; */
} }
...@@ -407,12 +408,12 @@ html, body{ ...@@ -407,12 +408,12 @@ html, body{
left: 0; left: 0;
right: 0; right: 0;
bottom: 115px; bottom: 115px;
margin: 44px 36px; margin: 0 36px;
/* padding: 0 0 115px 0; */ /* padding: 0 0 115px 0; */
} }
.travelDaysdetails-tsTextBox{ .travelDaysdetails-tsTextBox{
padding: 0 36px; padding: 0 36px 20px 36px;
margin-top: 20px; /* margin-top: 20px; */
} }
.travelDaysdetails-tsText{ .travelDaysdetails-tsText{
width: 100%; width: 100%;
...@@ -640,7 +641,7 @@ html, body{ ...@@ -640,7 +641,7 @@ html, body{
margin: 0 9px 0 0; margin: 0 9px 0 0;
} }
.footer{ .footer{
padding: 115px 0 32px 0; /* padding: 115px 0 32px 0; */
} }
.otherJourney-footer .edit_div { .otherJourney-footer .edit_div {
display: none; display: none;
......
...@@ -60,13 +60,16 @@ ...@@ -60,13 +60,16 @@
<vEditSpan :canEdit='canEdit' v-model="jindian.Description"></vEditSpan> <vEditSpan :canEdit='canEdit' v-model="jindian.Description"></vEditSpan>
</div> </div>
</template> </template>
<div v-if="item.ScenicArray.length==0" class="travelDaysContent-text"> <div v-if="item.ScenicArray.length==0&&item.TrafficObj.trafficIntroduce.IntroduceTitle" class="travelDaysContent-text">
<span class="textBold"> <span class="textBold">
<vEditDiv class="dayCouponsName" :canEdit='canEdit' <vEditDiv class="dayCouponsName" :canEdit='canEdit'
v-model="'【'+item.TrafficObj.trafficIntroduce.IntroduceTitle+'】'"></vEditDiv> v-model="'【'+item.TrafficObj.trafficIntroduce.IntroduceTitle+'】'"></vEditDiv>
</span> </span>
<vEditSpan :canEdit='canEdit' v-model="item.TrafficObj.trafficIntroduce.IntroduceDetail"></vEditSpan> <vEditSpan :canEdit='canEdit' v-model="item.TrafficObj.trafficIntroduce.IntroduceDetail"></vEditSpan>
</div> </div>
<div v-if="item.ScenicArray.length==0&&!item.TrafficObj.trafficIntroduce.IntroduceTitle" class="travelDaysContent-text">
{{item.TitleObj.Title}}
</div>
</div> </div>
<div class="travelDaysdetails-tsTextBox" <div class="travelDaysdetails-tsTextBox"
v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0"> v-if="item.WarmTipObj.Description&&getHtmlPlainText(item.WarmTipObj.Description).length>0">
...@@ -119,7 +122,7 @@ ...@@ -119,7 +122,7 @@
</div> </div>
<!-- otherJourney-footer --> <!-- otherJourney-footer -->
<div class="footer"> <div class="footer">
<div class="otherJourney-introduceFooter z-index1 row-aic" :style="{'background':''}"> <div class="otherJourney-introduceFooter absolute z-index1 row-aic" :style="{'background':''}">
<div class="introduceFooterBJ introduceFooterOne" :style="{'background':dataAll.TripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFooterOne" :style="{'background':dataAll.TripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertTwo" :style="{'background':dataAll.TripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFootertTwo" :style="{'background':dataAll.TripColor}">&nbsp;</div>
<div class="introduceFooter-text row-aic"> <div class="introduceFooter-text row-aic">
......
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