Commit daecd5a2 authored by 沈良进's avatar 沈良进

no message

parent 421e46ab
......@@ -396,12 +396,14 @@ html, body{
font-size: 21px;
font-weight: 10;
color: #2A2A2A;
font-family: math;
}
.textBold {
font-size: 21px;
line-height: 38px;
font-weight: bold;
font-family: FZCuSong-B09S !important;
}
.travelDaysdetails {
......@@ -436,6 +438,7 @@ html, body{
flex-wrap: wrap;
}
.travelDaysdetails-text0 {
font-size: 21px;
font-family: PingFang SC;
font-weight: 800;
color: #2A2A2A;
......@@ -641,7 +644,7 @@ html, body{
margin: 0 9px 0 0;
}
.footer{
/* padding: 115px 0 32px 0; */
padding: 115px 0 32px 0;
}
.otherJourney-footer .edit_div {
display: none;
......
......@@ -36,7 +36,7 @@
</div>
<div class="travelDaysContent column">
<div class="travelDaysContent-text" v-for="(jindian,j) in item.details" v-if="item.details.length>0">
<span>
<span class="textBold">
<template v-if="!jindian.playTimeHour&&!jindian.playTimeMinutes&&jindian.title">
{{'【'+jindian.title+'】'}}
</template>
......
......@@ -12,7 +12,6 @@
}
</style>
<template>
<div>
<div class="clearfix" style="margin:auto;width:1200px;">
<div class="TravelLeftMenu">
<div class="TravelTopTitle">{{$t('sm.yemiandaohang')}}</div>
......@@ -108,7 +107,6 @@
</div>
</div>
</div>
</div>
</template>
<script>
......
<template>
<div style="height: 100%;" v-if="RenderingOk">
<!-- -->
<div class="UpgradedVersion-box2 UpgradedVersion-homebj relative" style="zoom: 0.44;">
<div class=" z-index1" style="left: 0;right: 0; top: 0;bottom: 0;">
<Header :TripColor="dataAll.TripColor" :orderMsg="dataAll"></Header>
......@@ -185,7 +186,8 @@
defaultScenicIndex: 0, //当前默认选中的景点
};
},
mounted() {
},
methods: {
getHtmlPlainText(html_str) {
//提取字符串中的文字
......@@ -385,9 +387,7 @@
immediate: true
},
},
mounted() {
}
};
</script>
......
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