Commit 4127f643 authored by youjie's avatar youjie

no message

parents 5930aab3 f5d05570
...@@ -555,7 +555,7 @@ ...@@ -555,7 +555,7 @@
<span class="people-item-title">签证助手:</span> <span class="people-item-title">签证助手:</span>
{{ item.VisaAssistantList && item.VisaAssistantList.map(item => item.Name).join(',') }} {{ item.VisaAssistantList && item.VisaAssistantList.map(item => item.Name).join(',') }}
</div> </div>
<div class="people-item"> <div class="people-item" v-if="!isVisa">
<span class="people-item-title">美工:</span> <span class="people-item-title">美工:</span>
{{ item.ArtDesigningIdList && item.ArtDesigningIdList.map(item => item.Name).join(',') }} {{ item.ArtDesigningIdList && item.ArtDesigningIdList.map(item => item.Name).join(',') }}
</div> </div>
...@@ -602,7 +602,7 @@ ...@@ -602,7 +602,7 @@
</el-option> </el-option>
</el-select> </el-select>
</div> </div>
<div style="margin-top: 10px"> <div v-if="!isVisa" style="margin-top: 10px">
<span style="width: 15%; display: inline-block">美工</span> <span style="width: 15%; display: inline-block">美工</span>
<el-select style="width: 80%" v-model="queryData.ArtDesigningIds" multiple filterable <el-select style="width: 80%" v-model="queryData.ArtDesigningIds" multiple filterable
:placeholder="$t('pub.pleaseSel')"> :placeholder="$t('pub.pleaseSel')">
......
...@@ -358,6 +358,7 @@ ...@@ -358,6 +358,7 @@
<!-- <img v-if="!scope.row.CreatePhoto" src="../../assets/img/litheader.png"> <!-- <img v-if="!scope.row.CreatePhoto" src="../../assets/img/litheader.png">
<img v-if="scope.row.CreatePhoto" :onerror="defaultImg" :src="scope.row.CreatePhoto"> --> <img v-if="scope.row.CreatePhoto" :onerror="defaultImg" :src="scope.row.CreatePhoto"> -->
<span class="createName">{{scope.row.CreateName}}</span> <span class="createName">{{scope.row.CreateName}}</span>
<span v-if="scope.row.CreateName!=scope.row.UpdateName" class="createName"><br/>提成:{{scope.row.UpdateName}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="广告图" prop=""> <el-table-column label="广告图" prop="">
......
...@@ -106,7 +106,8 @@ ...@@ -106,7 +106,8 @@
<newFeature2 ref='newFeature2' :FeatureData='FeatureData'></newFeature2> <newFeature2 ref='newFeature2' :FeatureData='FeatureData'></newFeature2>
</div> </div>
<!--行程特色第三版 --> <!--行程特色第三版 -->
<UpgradedVersion :TripColor="TripColor" v-if="FeatureData.FeatureType==8" :FeatureData='FeatureData'></UpgradedVersion> <UpgradedVersion :TripColor="FeatureData.TripColor" v-if="FeatureData.FeatureType==8"
:FeatureData='FeatureData'></UpgradedVersion>
</div> </div>
</div> </div>
</div> </div>
...@@ -149,7 +150,7 @@ ...@@ -149,7 +150,7 @@
// newFeature3, // newFeature3,
UpgradedVersion UpgradedVersion
}, },
props: ["subConfigId", "FeatureData", "isNewConfig", "TeamType","TripColor"], props: ["subConfigId", "FeatureData", "isNewConfig", "TeamType"],
inject: ['loadConfigInfo'], inject: ['loadConfigInfo'],
data() { data() {
return { return {
...@@ -567,6 +568,7 @@ ...@@ -567,6 +568,7 @@
} }
} }
}; };
</script> </script>
<style> <style>
......
...@@ -39,9 +39,10 @@ ...@@ -39,9 +39,10 @@
:subConfig="journeyList" :isOpenGroup="false" :IsDirect="PostConfig.IsDirect" v-bind:AllCityList="AllCityList" :subConfig="journeyList" :isOpenGroup="false" :IsDirect="PostConfig.IsDirect" v-bind:AllCityList="AllCityList"
v-bind:StartCity="StartCity" :UseTypeArray="UseTypeArray" :AirPickUp="AirPickUp" :AirSend="AirSend" v-bind:StartCity="StartCity" :UseTypeArray="UseTypeArray" :AirPickUp="AirPickUp" :AirSend="AirSend"
@change="handlerChangeData" :TeamType="TeamType" :IsOpenHotel="PostConfig.IsOpenHotel"></TravelDaysTripDirect> @change="handlerChangeData" :TeamType="TeamType" :IsOpenHotel="PostConfig.IsOpenHotel"></TravelDaysTripDirect>
<TravelFeature :TripColor="PostConfig.TripColor" :class="{'showOther':(TeamType==3)}" ref="TravelFeature" id="thirdAnchor" <TravelFeature :TripColor="PostConfig.TripColor" :class="{'showOther':(TeamType==3)}" ref="TravelFeature"
@featureCallBack="getFeature" :FeatureData="FeatureData" :TeamType="TeamType" :isNewConfig="isNewConfig" id="thirdAnchor" @featureCallBack="getFeature" :FeatureData="FeatureData" :TeamType="TeamType"
@unlockFormCommit="unlockFormCommit" :CurrentUserInfo="CurrentUserInfo"></TravelFeature> :isNewConfig="isNewConfig" @unlockFormCommit="unlockFormCommit" :CurrentUserInfo="CurrentUserInfo">
</TravelFeature>
<TravelNotice :class="{'showOther':TeamType==3}" ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice" <TravelNotice :class="{'showOther':TeamType==3}" ref="TravelNotice" id="fourAnchor" @headCallBack="getNotice"
:subArray="NoticeParameters" :NoticeData="NoticeData" v-bind:PostConfig="PostConfig" :subArray="NoticeParameters" :NoticeData="NoticeData" v-bind:PostConfig="PostConfig"
v-bind:AllCityList="AllCityList" v-bind:CountryID="PostConfig.CountryID"></TravelNotice> v-bind:AllCityList="AllCityList" v-bind:CountryID="PostConfig.CountryID"></TravelNotice>
...@@ -179,9 +180,12 @@ ...@@ -179,9 +180,12 @@
Title: "", Title: "",
Subtitle: "", Subtitle: "",
LineName: "", LineName: "",
LineShortName: "",
DayList: [], DayList: [],
TemplateId: 1, TemplateId: 1,
IsSave: false //是否保存 IsSave: false, //是否保存
TripColor: "", //行程特色主色
LtName:"",//系列名称
}, },
//线路行程 //线路行程
journeyList: { journeyList: {
...@@ -270,7 +274,7 @@ ...@@ -270,7 +274,7 @@
/*获取组件配置信息【回调方法】*/ /*获取组件配置信息【回调方法】*/
getConfig(configObj) { getConfig(configObj) {
this.PostConfig = configObj; this.PostConfig = configObj;
this.PostConfig.TripColor = configObj.TripColor?configObj.TripColor:'#CC6900'//#CC0066 this.PostConfig.TripColor = configObj.TripColor ? configObj.TripColor : '#CC6900' //#CC0066
//没有报价单根据线路设置直采和非直采方式生成线路行程 //没有报价单根据线路设置直采和非直采方式生成线路行程
if (this.IsHaveOffer == 0) { if (this.IsHaveOffer == 0) {
this.NoticeParameters.ConfigId = this.PostConfig.ConfigId; this.NoticeParameters.ConfigId = this.PostConfig.ConfigId;
...@@ -800,9 +804,20 @@ ...@@ -800,9 +804,20 @@
} }
this.PriceList.push(priceObj); this.PriceList.push(priceObj);
} }
this.FeatureData.Subtitle = tempData.LtName; this.FeatureData.Subtitle = tempData.LtName;
this.FeatureData.LineName = tempData.LineName; this.FeatureData.LineName = tempData.LineName;
if (tempData.LineShortName && tempData.LineShortName != '') {
this.FeatureData.LineShortName = tempData.LineShortName;
} else {
this.FeatureData.LineShortName = tempData.LineName;
}
//如果当前config配置主色就使用当前config配置的主色,没有配置,就取线路配置的主色
if (tempData.TripColor && tempData.TripColor != '') {
this.FeatureData.TripColor = tempData.TripColor;
} else if (tempData.LineTripColor && tempData.LineTripColor != '') {
this.FeatureData.TripColor = tempData.LineTripColor;
}
this.FeatureData.LtName=tempData.LtName;
this.FeatureData.DayList = tempData.DayList; this.FeatureData.DayList = tempData.DayList;
this.ConfigId = tempData.ID; this.ConfigId = tempData.ID;
......
<template> <template>
<div class="UpgradedVersion-header absolute row-sb z-index1"> <div class="UpgradedVersion-header absolute row-sb z-index1">
<div class="UpgradedVersion-header-left relative row-aic" <div class="UpgradedVersion-header-left relative row-aic" :style="{'background':TripColor}">
:style="{'background':TripColor}"> <img class="header-leftBj absolute z-index2" :src="backgroundImgBj2" />
<img class="header-leftBj absolute z-index2" :src="backgroundImgBj2"/> <img class="header-leftImg" src="http://192.168.10.214:8130/Upload/NewTripFeature/headerLogoTwo.png" />
<img class="header-leftImg" src="http://192.168.10.214:8130/Upload/NewTripFeature/headerLogoTwo.png"/>
</div> </div>
<div class="UpgradedVersion-header-right"> <div class="UpgradedVersion-header-right">
<div class="UpgradedVersion-header-title"> <div class="UpgradedVersion-header-title">
<vEditDiv :canEdit='canEdit' v-model="first"></vEditDiv> <vEditDiv :canEdit='canEdit' v-model="FeatureData.LineShortName"></vEditDiv>
</div> </div>
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import vEditDiv from "../../TravelTemp/VEditDiv"; import vEditDiv from "../../TravelTemp/VEditDiv";
export default { export default {
...@@ -21,15 +19,14 @@ ...@@ -21,15 +19,14 @@
}, },
props: [ props: [
'TripColor', 'TripColor',
// FeatureData 'FeatureData'
], ],
data() { data() {
return { return {
first: '欧洲线',
canEdit: true, canEdit: true,
backgroundImg: '', backgroundImg: '',
backgroundImgBj1: 'http://192.168.10.214:8130/Upload/NewTripFeature/logoBjOne.png',//花纹背景 backgroundImgBj1: 'http://192.168.10.214:8130/Upload/NewTripFeature/logoBjOne.png', //花纹背景
backgroundImgBj2: 'http://192.168.10.214:8130/Upload/NewTripFeature/logoBjTwo.png',//白色背景 backgroundImgBj2: 'http://192.168.10.214:8130/Upload/NewTripFeature/logoBjTwo.png', //白色背景
}; };
}, },
methods: { methods: {
...@@ -53,45 +50,51 @@ ...@@ -53,45 +50,51 @@
</script> </script>
<style> <style>
.UpgradedVersion-header{ .UpgradedVersion-header {
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
} }
.UpgradedVersion-header-left{
width: 341px; .UpgradedVersion-header-left {
height: 65px; width: 341px;
border-radius: 0px 0px 18px 0px; height: 65px;
position: relative; border-radius: 0px 0px 18px 0px;
} position: relative;
.header-leftImg{ }
width: 292px;
height: auto; .header-leftImg {
display: block; width: 292px;
margin-left: 19px; height: auto;
} display: block;
.header-leftBj{ margin-left: 19px;
left: 314px; }
top: 0;
width: 27px; .header-leftBj {
height: 100%; left: 314px;
background-size: 100% 100%; top: 0;
} width: 27px;
.UpgradedVersion-header-title{ height: 100%;
padding: 12px 19px 10px 19px; background-size: 100% 100%;
margin-right: 53px; }
margin-top: 20px;
border: 2px dashed #000; .UpgradedVersion-header-title {
border-radius: 14px; padding: 12px 19px 10px 19px;
-webkit-border-radius: 14px; margin-right: 53px;
-moz-border-radius: 14px; margin-top: 20px;
-ms-border-radius: 14px; border: 2px dashed #000;
-o-border-radius: 14px; border-radius: 14px;
} -webkit-border-radius: 14px;
.UpgradedVersion-header .edit_div{ -moz-border-radius: 14px;
font-size: 38px; -ms-border-radius: 14px;
font-weight: 400; -o-border-radius: 14px;
font-family: FZCuSong-B09S; }
color: #2A2A2A;
} .UpgradedVersion-header .edit_div {
font-size: 38px;
font-weight: 400;
font-family: FZCuSong-B09S;
color: #2A2A2A;
}
</style> </style>
...@@ -2,16 +2,16 @@ ...@@ -2,16 +2,16 @@
<div class="featureHome-form"> <div class="featureHome-form">
<div class="featureHome-text absolute z-index1"> <div class="featureHome-text absolute z-index1">
<div class="featureHome-text-title"> <div class="featureHome-text-title">
<vEditDiv :canEdit='canEdit' v-model="first"></vEditDiv> <vEditDiv :canEdit='canEdit' v-model="FeatureData.LineName"></vEditDiv>
</div> </div>
<div class="featureHome-text-box"> <div class="featureHome-text-box">
<div class="featureHome-text-box-sod" <div class="featureHome-text-box-sod"
:style="{'border':borderBox,'color':TripColor}"> :style="{'border':borderBox,'color':TripColor}">
<vEditDiv :canEdit='canEdit1' v-model="first1"></vEditDiv> <vEditDiv :canEdit='canEdit1' v-model="FeatureData.LtName"></vEditDiv>
</div> </div>
</div> </div>
<div class="featureHome-text-titleTwo"> <div class="featureHome-text-titleTwo">
<vEditDiv :canEdit='canEdit2' v-model="first2"></vEditDiv> <vEditDiv :canEdit='canEdit2' v-model="FeatureData.Title"></vEditDiv>
</div> </div>
</div> </div>
<div class="featureHome-left UpgradedVersion-Hover"> <div class="featureHome-left UpgradedVersion-Hover">
...@@ -120,9 +120,7 @@ ...@@ -120,9 +120,7 @@
], ],
data() { data() {
return { return {
first: '森之京都~椿山庄.',
first1: '风景美术馆日本平系列',
first2: '顶鸠级住屋宿.温泉.美食.铁道之旅',
first3: '秋 季 国 庆 森 之 京 都 七 日', first3: '秋 季 国 庆 森 之 京 都 七 日',
first4: '枫叶隧道列车之旅,日本米其林星级美食与住宿追寻,秋季赏枫+网红打卡漫游 印象日本全新改版行程日本旅游新体验', first4: '枫叶隧道列车之旅,日本米其林星级美食与住宿追寻,秋季赏枫+网红打卡漫游 印象日本全新改版行程日本旅游新体验',
first5: '在古老的日本樱花街道', first5: '在古老的日本樱花街道',
...@@ -141,30 +139,8 @@ ...@@ -141,30 +139,8 @@
name: '', name: '',
currentIndex: 0, currentIndex: 0,
imgIndex: 0, imgIndex: 0,
hotelObj: {
title:{
first: '',
second: ''
},
pageList: [],
list: []
},
viewSpotObj: {
title:{
first: '',
second: ''
},
pageList: [],
list: []
},
restaurantObj: {
title:{
first: '',
second: ''
},
pageList: [],
list: []
},
//选取弹窗 //选取弹窗
isShowScenicImg: false, isShowScenicImg: false,
choseType:0, choseType:0,
......
...@@ -2,55 +2,35 @@ ...@@ -2,55 +2,35 @@
<div id="newFeatureBox3"> <div id="newFeatureBox3">
<!-- UpgradedVersion-homebj 首页、介绍、食、宿、景 UpgradedVersion-otherBj 餐介绍 --> <!-- UpgradedVersion-homebj 首页、介绍、食、宿、景 UpgradedVersion-otherBj 餐介绍 -->
<div class="UpgradedVersion-box UpgradedVersion-homebj relative" <div class="UpgradedVersion-box UpgradedVersion-homebj relative"
:class="{'UpgradedVersion-otherBj':item.name=='食详情'}" :class="{'UpgradedVersion-otherBj':item.name=='食详情'}" v-for="(item,index) in pageList" :key="index+1000">
v-for="(item,index) in pageList">
<!-- logo --> <!-- logo -->
<Header :TripColor="TripColor"></Header> <Header :TripColor="TripColor" :FeatureData="FeatureData"></Header>
<!-- 首页 --> <!-- 首页 -->
<featureHome <featureHome v-if="item.name=='首页'" :index="index" :FeatureData="FeatureData" :TripColor="TripColor"
:index="index" @toAddPages="AddPages" @toDeletePages="DeletePages"></featureHome>
:FeatureData="item"
:TripColor="TripColor"
@toAddPages="AddPages"
@toDeletePages="DeletePages"
v-if="item.name=='首页'"></featureHome>
<!-- 其余页 --> <!-- 其余页 -->
<div v-else> <div v-else>
<headerTitle :FeatureData="item" :TripColor="TripColor"></headerTitle> <headerTitle :FeatureData="item" :TripColor="TripColor"></headerTitle>
<!-- 介绍、宿食景页 --> <!-- 介绍、宿食景页 -->
<otherJourney <otherJourney :index="index" :FeatureData="item" :TripColor="TripColor" @toAddPages="AddPages"
:index="index" @toDeletePages="DeletePages" @setTemplate="setTemplate"
:FeatureData="item" v-if="item.name=='介绍'||item.name=='宿'||item.name=='食'||item.name=='景'"></otherJourney>
:TripColor="TripColor"
@toAddPages="AddPages"
@toDeletePages="DeletePages"
@setTemplate="setTemplate"
v-if="item.name=='介绍'||item.name=='宿'||item.name=='食'||item.name=='景'"></otherJourney>
<!-- 食详情页 --> <!-- 食详情页 -->
<UpgradedVersionDetails <UpgradedVersionDetails :index="index" :FeatureData="item" :TripColor="TripColor" @toAddPages="AddPages"
:index="index" @toDeletePages="DeletePages" v-if="item.name=='食详情'"></UpgradedVersionDetails>
:FeatureData="item"
:TripColor="TripColor"
@toAddPages="AddPages"
@toDeletePages="DeletePages"
v-if="item.name=='食详情'"></UpgradedVersionDetails>
<!-- otherJourney-footer 食景 食详情 --> <!-- otherJourney-footer 食景 食详情 -->
<div v-if="item.name!='首页'" :class="{'otherJourney-footer':item.name=='食'||item.name=='景'||item.name=='食详情'}"> <div v-if="item.name!='首页'" :class="{'otherJourney-footer':item.name=='食'||item.name=='景'||item.name=='食详情'}">
<div class="otherJourney-introduceFooter absolute z-index1 row-aic" <div class="otherJourney-introduceFooter absolute z-index1 row-aic"
:style="{'background':item.name=='食'||item.name=='景'||item.name=='食详情'?TripColor:''}"> :style="{'background':item.name=='食'||item.name=='景'||item.name=='食详情'?TripColor:''}">
<template v-if="item.name!=='食'&&item.name!=='景'&&item.name!=='食详情'"> <template v-if="item.name!=='食'&&item.name!=='景'&&item.name!=='食详情'">
<div class="introduceFooterBJ introduceFooterOne" <div class="introduceFooterBJ introduceFooterOne" :style="{'background':TripColor}">&nbsp;</div>
:style="{'background':TripColor}">&nbsp;</div> <div class="introduceFooterBJ introduceFootertTwo" :style="{'background':TripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertTwo" <div class="introduceFooter-text row-aic">
:style="{'background':TripColor}">&nbsp;</div> <img src="http://192.168.10.214:8130/Upload/NewTripFeature/footerLogo.png" />
<div class="introduceFooter-text row-aic"> <vEditDiv class="z-index2" :canEdit='canEdit' v-model="FeatureData.LineShortName"></vEditDiv>
<img src="http://192.168.10.214:8130/Upload/NewTripFeature/footerLogo.png" /> </div>
<vEditDiv class="z-index2" :canEdit='canEdit' v-model="first"></vEditDiv> <div class="introduceFooterBJ introduceFootertThree" :style="{'background':TripColor}">&nbsp;</div>
</div> <div class="introduceFooterBJ introduceFootertFour" :style="{'background':TripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertThree"
:style="{'background':TripColor}">&nbsp;</div>
<div class="introduceFooterBJ introduceFootertFour"
:style="{'background':TripColor}">&nbsp;</div>
</template> </template>
</div> </div>
</div> </div>
...@@ -78,94 +58,94 @@ ...@@ -78,94 +58,94 @@
}, },
props: [ props: [
'TripColor', 'TripColor',
// FeatureData 'FeatureData'
], ],
data() { data() {
return { return {
first: '欧洲线',
canEdit: true, canEdit: true,
pageData:{ pageData: {
name:'首页', name: '首页',
id:0, id: 0,
tyep:1, tyep: 1,
Template:0, Template: 0,
isDeletePage: false isDeletePage: false
}, },
pageList:[ pageList: [{
{
name: '首页', name: '首页',
id:1, id: 1,
type:1, type: 1,
Template:0, Template: 0,
isDeletePage: false, isDeletePage: false
}, },
{ {
name: '介绍', name: '介绍',
id:2, id: 2,
type:2, type: 2,
Template:0, Template: 0,
isDeletePage: false isDeletePage: false
}, },
{ {
name: '食详情', name: '食详情',
id:3, id: 3,
type:3, type: 3,
Template:0, Template: 0,
isDeletePage: false isDeletePage: false
}, },
{ {
name: '宿', name: '宿',
id:4, id: 4,
type:4, type: 4,
isDeletePage: false, isDeletePage: false,
Template:1, Template: 1
}, },
{ {
name: '食', name: '食',
id:5, id: 5,
type:5, type: 5,
isDeletePage: false, isDeletePage: false,
Template: 2 Template: 2
}, },
{ {
name: '景', name: '景',
id:6, id: 6,
type:6, type: 6,
isDeletePage: false, isDeletePage: false,
Template:3 Template: 3
} }
] ]
}; };
}, },
methods: { methods: {
AddPages(index,FeatureData){ AddPages(index, FeatureData) {
this.pageData = JSON.parse(JSON.stringify(FeatureData)) this.pageData = JSON.parse(JSON.stringify(FeatureData))
this.pageData.id = 0 this.pageData.id = 0
this.pageData.isDeletePage = true this.pageData.isDeletePage = true
if(this.pageData.type>3){ if (this.pageData.type > 3) {
this.pageData.Template = 1 this.pageData.Template = 1
} }
this.pageList.splice(index,0,this.pageData) this.pageList.splice(index, 0, this.pageData)
}, },
DeletePages(index,FeatureData){ DeletePages(index, FeatureData) {
this.pageList.splice(1,index) this.pageList.splice(1, index)
}, },
setTemplate(index,TemplateType){ setTemplate(index, TemplateType) {
this.pageList[index].Template = TemplateType this.pageList[index].Template = TemplateType
this.$forceUpdate() this.$forceUpdate()
} }
}, },
computed: {}, computed: {
watch: {
// FeatureData: {
// handler(val, oldVal) {
// }, },
// deep: true watch: {
// }, FeatureData: {
handler(val, oldVal) {
console.log("UpgradedVersion_Feature", this.FeatureData);
},
deep: true
},
}, },
mounted() { mounted() {
console.log("UpgradedVersion_Feature", this.FeatureData);
} }
}; };
...@@ -173,59 +153,70 @@ ...@@ -173,59 +153,70 @@
<style> <style>
@import url("../../../../assets/css/UpgradedVersion.css"); @import url("../../../../assets/css/UpgradedVersion.css");
.UpgradedVersion-box .edit_div{
min-width: 30px; .UpgradedVersion-box .edit_div {
height: 100%; min-width: 30px;
} height: 100%;
.otherJourney-introduceFooter{ }
left: 0;
right: 0; .otherJourney-introduceFooter {
bottom: 32px; left: 0;
width: 100%; right: 0;
height: 34px; bottom: 32px;
/* background: url('http://192.168.10.214:8130/Upload/NewTripFeature/introduceButtom.png')no-repeat center; */ width: 100%;
background-size: 100% 100%; height: 34px;
} background-size: 100% 100%;
.introduceFooterBJ{ }
height: 100%;
} .introduceFooterBJ {
.introduceFooterOne{ height: 100%;
flex-grow: 1; }
margin-right: 5px;
} .introduceFooterOne {
.introduceFootertTwo,.introduceFootertThree{ flex-grow: 1;
width: 7px; margin-right: 5px;
} }
.introduceFootertFour{
width: 120px; .introduceFootertTwo,
margin-left: 5px; .introduceFootertThree {
} width: 7px;
.introduceFooter-text{ }
} .introduceFootertFour {
.introduceFooter-text img{ width: 120px;
width: 28px; margin-left: 5px;
height: 28px; }
display: inline-block;
margin: 0 9px; .introduceFooter-text {}
}
.introduceFooter-text .edit_div{ .introduceFooter-text img {
line-height: 34px; width: 28px;
text-align: center; height: 28px;
overflow: hidden; display: inline-block;
font-size: 22px; margin: 0 9px;
font-family: FZCuSong-B09S; }
font-weight: 400;
color: #2A2A2A; .introduceFooter-text .edit_div {
margin: 0 9px 0 0; line-height: 34px;
} text-align: center;
.otherJourney-footer .otherJourney-introduceFooter{ overflow: hidden;
/* background: #CC0066; */ font-size: 22px;
} font-family: FZCuSong-B09S;
.otherJourney-footer .edit_div{ font-weight: 400;
display: none; color: #2A2A2A;
} margin: 0 9px 0 0;
img{ }
pointer-events: none;
} .otherJourney-footer .otherJourney-introduceFooter {
/* background: #CC0066; */
}
.otherJourney-footer .edit_div {
display: none;
}
img {
pointer-events: none;
}
</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