Commit ad921805 authored by youjie's avatar youjie

no message

parent 398a139b
......@@ -159,7 +159,7 @@ html, body{
height: 0px;
border-bottom: 2px dashed red;
left: 0;
top: 1378px;
top: 1337px;
right: 0;
}
.UpgradedVersion2Line span{
......@@ -273,7 +273,7 @@ html, body{
bottom: 0;
}
.travelDaysTitlle{
margin-top: 47px;
/* margin-top: 47px; */
}
.travelDaysTitlle-left {
width: 173px;
......
......@@ -27,9 +27,9 @@
</div>
</div>
<!-- 一张图 1-单张图,2-多张图-->
<div v-if="item.TitleObj.ShowTripType==1||(item.TitleObj.ShowTripType==2&&item.ScenicArray.length==1)||item.ScenicArray.length==0">
<div class="column travelDaysMasterMap2-box" style="padding: 45px 32px 41px 32px;">
<div :id="'viewSpotBox_'+(item*4)+'_0'+index" class="travelDaysMasterMap2 relative borderRadius18 hidden">
<template v-if="item.TitleObj.ShowTripType==1||(item.TitleObj.ShowTripType==2&&item.ScenicArray.length==1)||item.ScenicArray.length==0">
<div class="column travelDaysMasterMap2-box" style="padding: 45px 32px 0 32px;">
<div :id="'viewSpotBox_'+(item*4)+'_0'+index" class="travelDaysMasterMap relative borderRadius18 hidden">
<div class="travelDaysMasterMap-one" :style="{'color':'#fff'}">
<div class="travelDaysMasterMap-oneImg bjF6 relative UpgradedVersion-Hover">
<div class="featureDay-vToolBar absolute z-index3" style="zoom:2">
......@@ -49,7 +49,6 @@
class="absolute" :src="ScenicArrayList[0].NewImaArray[0].Url"
:id="'viewSpotImg_'+(item*4)+'_0'+index">
</template>
<img v-if="ScenicArrayList.length==0&&item.ScenicArray.length==0" class="absolute"
:src="item.TrafficObj.trafficIntroduce.IntroduceImage" :id="'viewSpotImg_'+(item*4)+'_0'+index">
</VueDraggableResizable>
......@@ -82,7 +81,7 @@
{{item.TitleObj.Title}}
</div>
</div>
</div>
</template>
<template v-if="item.TitleObj.ShowTripType==2">
<div class="column travelDaysMasterMap2-box">
<!-- 2张 -->
......@@ -727,10 +726,10 @@
</div>
</div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc">
<span>{{pageHeight>1378?'超出内容分割到下一页':'底线'}}</span>
<span>{{pageHeight>1337?'超出内容分割到下一页':'底线'}}</span>
</div>
<div class="UpgradedVersion2Line absolute z-index3 row-ajc"
:style="{'top': pageHeight>1378&&pageHeight<2756?pageHeight+'px':'2756px'}">
:style="{'top': pageHeight>1337&&pageHeight<2674?pageHeight+'px':'2674px'}">
<span>底线</span>
</div>
</div>
......
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