Commit 6a2dd5aa authored by 沈良进's avatar 沈良进
parents b9508cf6 1ba5a41c
html, body{
background: #fff;
}
.UpgradedVersion-box .edit_div { .UpgradedVersion-box .edit_div {
min-width: 30px; min-width: 30px;
height: 100%; height: 100%;
...@@ -36,6 +39,7 @@ ...@@ -36,6 +39,7 @@
.introduceFooter-text img { .introduceFooter-text img {
width: 28px; width: 28px;
height: 28px; height: 28px;
object-fit: cover;
display: inline-block; display: inline-block;
margin: 0 9px; margin: 0 9px;
} }
...@@ -235,6 +239,7 @@ img { ...@@ -235,6 +239,7 @@ img {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: block; display: block;
object-fit: cover;
} }
.featureHome-right { .featureHome-right {
...@@ -454,6 +459,7 @@ img { ...@@ -454,6 +459,7 @@ img {
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover;
} }
.MasterMapList-4 .MasterMapList-2 { .MasterMapList-4 .MasterMapList-2 {
...@@ -559,6 +565,7 @@ img { ...@@ -559,6 +565,7 @@ img {
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover;
} }
.UpgradedVersionDetails-detailsTop { .UpgradedVersionDetails-detailsTop {
...@@ -591,6 +598,7 @@ img { ...@@ -591,6 +598,7 @@ img {
.UpgradedVersionDetails-num { .UpgradedVersionDetails-num {
height: 38px; height: 38px;
overflow: hidden; overflow: hidden;
margin-top: 5px;
} }
.UpgradedVersionDetails-num span { .UpgradedVersionDetails-num span {
...@@ -604,8 +612,7 @@ img { ...@@ -604,8 +612,7 @@ img {
.UpgradedVersionDetails-Img-two { .UpgradedVersionDetails-Img-two {
width: 264px; width: 264px;
height: 21px; height: 21px;
margin-top: 38px;
margin-top: 77px;
margin-bottom: 20px; margin-bottom: 20px;
} }
...@@ -804,7 +811,8 @@ img { ...@@ -804,7 +811,8 @@ img {
.UpgradedVersion-subIdeImgBoxL img { .UpgradedVersion-subIdeImgBoxL img {
width: 44px; width: 44px;
height: 1005; height: 100%;
object-fit: cover;
} }
.UpgradedVersion-subIdeImgBoxR { .UpgradedVersion-subIdeImgBoxR {
...@@ -879,6 +887,7 @@ img { ...@@ -879,6 +887,7 @@ img {
top: 0; top: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover;
} }
.subIdeImgForm1Box { .subIdeImgForm1Box {
...@@ -1100,6 +1109,8 @@ img { ...@@ -1100,6 +1109,8 @@ img {
.Template-img img { .Template-img img {
width: 100%; width: 100%;
height: 100%;
object-fit: cover;
padding: 10px; padding: 10px;
display: block; display: block;
} }
......
html, body{
background: #fff;
}
.LeaveGroupDownload-form div, .LeaveGroupDownload-form dl, .LeaveGroupDownload-form div, .LeaveGroupDownload-form dl,
.LeaveGroupDownload-form dt, .LeaveGroupDownload-form dd, .LeaveGroupDownload-form dt, .LeaveGroupDownload-form dd,
.LeaveGroupDownload-form ul, .LeaveGroupDownload-form ol, .LeaveGroupDownload-form ul, .LeaveGroupDownload-form ol,
...@@ -341,7 +344,8 @@ ...@@ -341,7 +344,8 @@
.travelDaysMasterMap-twoImg { .travelDaysMasterMap-twoImg {
max-width: 335px; max-width: 335px;
max-height: 189px; /* max-height: 189px; */
height: 44.5%;
overflow: hidden; overflow: hidden;
border: 2px solid #FFFFFF; border: 2px solid #FFFFFF;
border-radius: 18px; border-radius: 18px;
...@@ -491,7 +495,7 @@ ...@@ -491,7 +495,7 @@
.UpgradedVersion-box { .UpgradedVersion-box {
width: 1123px; width: 1123px;
height: 1588px; height: 1478px;
overflow: hidden; overflow: hidden;
} }
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
<div class="travelDaysMasterMap-text absolute z-index2">{{item.details[0].title}}</div> <div class="travelDaysMasterMap-text absolute z-index2">{{item.details[0].title}}</div>
</div> </div>
<div class="travelDaysMasterMap-two absolute z-index2"> <div class="travelDaysMasterMap-two absolute z-index2">
<template v-if="item.imgMapId=='travelDaysMasterMap_'+index&&item.showImgOne">
<div class="travelDaysMasterMap-twoImg relative bjF6" <div class="travelDaysMasterMap-twoImg relative bjF6"
:style="{'color':'#fff'}" :style="{'color':'#fff'}"
:id="'travelDaysImg_two'+index" :id="'travelDaysImg_two'+index"
...@@ -59,8 +58,6 @@ ...@@ -59,8 +58,6 @@
</template> </template>
</template> </template>
</div> </div>
</template>
<template v-if="item.imgMapId=='travelDaysMasterMap_'+index&&item.showImgTwo">
<div class="travelDaysMasterMap-twoImg relative bjF6" style="margin-top: 47px;" <div class="travelDaysMasterMap-twoImg relative bjF6" style="margin-top: 47px;"
:style="{'color':'#fff'}" :style="{'color':'#fff'}"
:id="'travelDaysImg_three'+index" :id="'travelDaysImg_three'+index"
...@@ -81,7 +78,6 @@ ...@@ -81,7 +78,6 @@
</template> </template>
</template> </template>
</div> </div>
</template>
</div> </div>
</div> </div>
...@@ -154,31 +150,6 @@ ...@@ -154,31 +150,6 @@
}, },
methods: { methods: {
getShow(Id,HeightNum,item){
item.imgMapId = Id
if(HeightNum>=243){
item.showImgOne = true
}else{
item.showImgOne = false
}
if(HeightNum>=478){
item.showImgTwo = true
}else{
item.showImgTwo = false
}
this.$forceUpdate()
},
getHeigthNum(Id,item){
let that = this
setTimeout(()=>{
var Height = document.getElementById(Id);
if(Height){
let HeightNum = Height.offsetHeight
that.getShow(Id,HeightNum,item)
}
},300)
},
getFontSize(title){ getFontSize(title){
if(title.length>60){ if(title.length>60){
return 929/60 +'px' return 929/60 +'px'
...@@ -285,9 +256,7 @@ ...@@ -285,9 +256,7 @@
}, },
tripList: { tripList: {
handler(val, oldVal) { handler(val, oldVal) {
this.tripList.forEach((x,index)=>{
this.getHeigthNum(`'travelDaysMasterMap_'+${this.index}`)
})
}, },
deep: true, deep: true,
immediate: true immediate: true
......
...@@ -351,14 +351,6 @@ ...@@ -351,14 +351,6 @@
}, },
//初始化行程 //初始化行程
initTrip(res, data) { initTrip(res, data) {
let arrlist = function (arr) {
arr.forEach(x => {
x.showImgOne = true
x.showImgTwo = true
x.imgMapId = null
})
}
arrlist(res.data.data.dayList)
this.tripList = res.data.data.dayList; this.tripList = res.data.data.dayList;
this.feature = res.data.data.feature this.feature = res.data.data.feature
this.showType = this.feature.featureType; this.showType = this.feature.featureType;
......
...@@ -31,17 +31,17 @@ ...@@ -31,17 +31,17 @@
</div> </div>
<!-- UpgradedVersionDetails-two 02 UpgradedVersionDetails-three 03--> <!-- UpgradedVersionDetails-two 02 UpgradedVersionDetails-three 03-->
<div class="UpgradedVersionDetails-Title UpgradedVersionDetails-two"> <div class="UpgradedVersionDetails-Title UpgradedVersionDetails-two">
<div class="UpgradedVersionDetails-Img-one relative"> <div class="UpgradedVersionDetails-Img-one">
<div class="UpgradedVersionDetails-num relative" :style="{'color':TripColor}"> <div class="UpgradedVersionDetails-num relative" :style="{'color':TripColor}">
<span class="absolute">{{'0'+(i+1)}}</span> <span class="absolute">{{'0'+(i+1)}}</span>
</div> </div>
<div class="UpgradedVersionDetails-T absolute"> <div class="UpgradedVersionDetails-T">
<vEditDiv :canEdit='canEdit' v-model="item.MainName"></vEditDiv> <vEditDiv :canEdit='canEdit' v-model="item.MainName"></vEditDiv>
</div> </div>
</div> </div>
<div class="UpgradedVersionDetails-Img-two relative"> <div class="UpgradedVersionDetails-Img-two">
<template v-for="(items,indexs) in subscriptText"> <template v-for="(items,indexs) in subscriptText">
<p :key="indexs+10000" class="absolute row-sb" v-if="indexs==i" :style="{'color':TripColor}"> <p :key="indexs+10000" class="row-sb" v-if="indexs==i" :style="{'color':TripColor}">
<span v-for="(t,i) in items.Name" :key="i+100000">{{t}}</span> <span v-for="(t,i) in items.Name" :key="i+100000">{{t}}</span>
</p> </p>
</template> </template>
......
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