Commit c0028978 authored by youjie's avatar youjie

no message

parent 866cf80a
...@@ -9,7 +9,16 @@ ...@@ -9,7 +9,16 @@
<!-- 其余页 --> <!-- 其余页 -->
<div> <div>
<headerTitle></headerTitle> <headerTitle></headerTitle>
<!-- 介绍、宿食景页 -->
<otherJourney></otherJourney> <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> </div>
</div> </div>
...@@ -20,6 +29,8 @@ ...@@ -20,6 +29,8 @@
import headerTitle from "./components/headerTitle"; import headerTitle from "./components/headerTitle";
import featureHome from "./featureHome"; import featureHome from "./featureHome";
import otherJourney from "./otherJourney"; import otherJourney from "./otherJourney";
import UpgradedVersionDetails from "./UpgradedVersionDetails";
import vEditDiv from "../TravelTemp/VEditDiv";
export default { export default {
components: { components: {
...@@ -27,13 +38,16 @@ ...@@ -27,13 +38,16 @@
headerTitle, headerTitle,
featureHome, featureHome,
otherJourney, otherJourney,
UpgradedVersionDetails,
vEditDiv,
}, },
props: { props: {
// FeatureData // FeatureData
}, },
data() { data() {
return { return {
first: '欧洲线',
canEdit: true,
}; };
}, },
methods: { methods: {
...@@ -57,4 +71,28 @@ ...@@ -57,4 +71,28 @@
<style> <style>
@import url("../../../../assets/css/UpgradedVersion.css"); @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> </style>
<template> <template>
<div class="otherJourney-form"> <div class="otherJourney-form">
<!-- 主图 --> <!-- 主图 -->
<MasterMapList></MasterMapList> <MasterMapList style="display: none;"></MasterMapList>
<!-- 副标题 --> <!-- 副标题 -->
<subheading></subheading> <subheading style="display: none;"></subheading>
<!-- otherJourney-otherDetails 宿、食 景详情 --> <!-- otherJourney-otherDetails 宿、食 景详情 -->
<div class="otherJourney-otherDetails"> <div class="otherJourney-otherDetails" style="display: none;">
<div class="otherJourney-details absolute z-index1"> <div class="otherJourney-details absolute z-index1">
<vEditDiv :canEdit='canEdit' v-model="first"></vEditDiv> <vEditDiv :canEdit='canEdit' v-model="first"></vEditDiv>
</div> </div>
</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> </div>
</template> </template>
...@@ -77,28 +71,5 @@ ...@@ -77,28 +71,5 @@
.otherJourney-otherDetails .otherJourney-details{ .otherJourney-otherDetails .otherJourney-details{
top: 1164px; 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> </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