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

no message

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