Commit c0028978 authored by youjie's avatar youjie

no message

parent 866cf80a
......@@ -9,7 +9,16 @@
<!-- 其余页 -->
<div>
<headerTitle></headerTitle>
<!-- 介绍、宿食景页 -->
<otherJourney></otherJourney>
<!-- 行程详情页 -->
<UpgradedVersionDetails></UpgradedVersionDetails>
<!-- otherJourney-footer 食景日本料理 -->
<div class="">
<div class="otherJourney-introduceFooter absolute z-index1">
<vEditDiv class="absolute z-index2" :canEdit='canEdit' v-model="first"></vEditDiv>
</div>
</div>
</div>
</div>
</div>
......@@ -20,6 +29,8 @@
import headerTitle from "./components/headerTitle";
import featureHome from "./featureHome";
import otherJourney from "./otherJourney";
import UpgradedVersionDetails from "./UpgradedVersionDetails";
import vEditDiv from "../TravelTemp/VEditDiv";
export default {
components: {
......@@ -27,13 +38,16 @@
headerTitle,
featureHome,
otherJourney,
UpgradedVersionDetails,
vEditDiv,
},
props: {
// FeatureData
},
data() {
return {
first: '欧洲线',
canEdit: true,
};
},
methods: {
......@@ -57,4 +71,28 @@
<style>
@import url("../../../../assets/css/UpgradedVersion.css");
.otherJourney-introduceFooter{
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 34px;
background: url('http://192.168.10.214:8130/Upload/NewTripFeature/introduceButtom.png')no-repeat center;
background-size: 100% 100%;
}
.otherJourney-introduceFooter .edit_div{
width: 70px;
height: 30px;
text-align: center;
overflow: hidden;
right: 145px;
bottom: 0;
font-size: 22px;
font-family: FZCuSong-B09S;
font-weight: 400;
color: #2A2A2A;
}
.otherJourney-footer .otherJourney-introduceFooter{
background: #CC0066;
}
</style>
<template>
<div class="otherJourney-form">
<!-- 主图 -->
<MasterMapList></MasterMapList>
<MasterMapList style="display: none;"></MasterMapList>
<!-- 副标题 -->
<subheading></subheading>
<subheading style="display: none;"></subheading>
<!-- otherJourney-otherDetails 宿、食 景详情 -->
<div class="otherJourney-otherDetails">
<div class="otherJourney-otherDetails" style="display: none;">
<div class="otherJourney-details absolute z-index1">
<vEditDiv :canEdit='canEdit' v-model="first"></vEditDiv>
</div>
</div>
<!-- otherJourney-footer 食景日本料理 -->
<div class="">
<div class="otherJourney-introduceFooter absolute z-index1">
<vEditDiv class="absolute z-index2" :canEdit='canEdit1' v-model="first1"></vEditDiv>
</div>
</div>
</div>
</template>
......@@ -77,28 +71,5 @@
.otherJourney-otherDetails .otherJourney-details{
top: 1164px;
}
.otherJourney-introduceFooter{
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 34px;
background: url('http://192.168.10.214:8130/Upload/NewTripFeature/introduceButtom.png')no-repeat center;
background-size: 100% 100%;
}
.otherJourney-introduceFooter .edit_div{
width: 70px;
height: 30px;
text-align: center;
overflow: hidden;
right: 145px;
bottom: 0;
font-size: 22px;
font-family: FZCuSong-B09S;
font-weight: 400;
color: #2A2A2A;
}
.otherJourney-footer .otherJourney-introduceFooter{
background: #CC0066;
}
</style>
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