Commit c492cd12 authored by zhengke's avatar zhengke

增加

parent 2d8a838e
...@@ -10,7 +10,7 @@ export default { ...@@ -10,7 +10,7 @@ export default {
}; };
</script> </script>
<style> <style>
@import url("//at.alicdn.com/t/font_1890699_s9m1btx2v8h.css"); @import url("//at.alicdn.com/t/font_1890699_xghg25k0wxr.css");
@font-face { @font-face {
font-family: "oswald"; font-family: "oswald";
src: url("https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/smallapp/Oswald-Regular.ttf"); src: url("https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/smallapp/Oswald-Regular.ttf");
......
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
height: 50px; height: 50px;
border-radius: 50%; border-radius: 50%;
color: #fff; color: #fff;
line-height: 49px; line-height: 55px;
text-align: center; text-align: center;
margin: 15px 0 0 20px; margin: 15px 0 0 20px;
-webkit-box-shadow: 0 3px 12px rgba(39, 39, 39, .95); -webkit-box-shadow: 0 3px 12px rgba(39, 39, 39, .95);
...@@ -122,7 +122,9 @@ ...@@ -122,7 +122,9 @@
.hor_BtmContent .social-link a:first-child { .hor_BtmContent .social-link a:first-child {
margin-left: 0; margin-left: 0;
} }
.social-link a i{
font-size:30px;
}
.hor_BtmContent .foot_line { .hor_BtmContent .foot_line {
background-color: #1bb71f background-color: #1bb71f
} }
...@@ -305,9 +307,15 @@ ...@@ -305,9 +307,15 @@
</tbody> </tbody>
</table> </table>
<div class="social-link"> <div class="social-link">
<a class="foot_line" :href="dataList.Config.LineUrl"></a> <a class="foot_line" :href="dataList.Config.LineUrl">
<a class="foot_fb" :href="dataList.Config.FaceBookUrl"></a> <i class="iconfont iconline"></i>
<a class="foot_mail" :href="dataList.Config.ServiceMail"></a> </a>
<a class="foot_fb" :href="dataList.Config.FaceBookUrl">
<i class="iconfont iconzan" style="position:relative;top:-2px;"></i>
</a>
<a class="foot_mail" :href="dataList.Config.ServiceMail">
<i class="iconfont iconemail"></i>
</a>
</div> </div>
</div> </div>
<div class="footer-box"> <div class="footer-box">
...@@ -347,16 +355,6 @@ ...@@ -347,16 +355,6 @@
</div> </div>
</a> </a>
</div> </div>
<div class="footer_qrcode">
<a :href="dataList.Config.LineUrl">
<span>Line</span>
<img src="" alt="">
</a>
<a :href="dataList.Config.FaceBookUrl">
<span>Facebook</span>
<img src="" alt="">
</a>
</div>
</div> </div>
</div> </div>
<div class="branch-company"> <div class="branch-company">
......
...@@ -216,7 +216,9 @@ ...@@ -216,7 +216,9 @@
</div> </div>
</div> </div>
<div class="collapse-toggle6" v-if="!item.isShow"> <div class="collapse-toggle6" v-if="!item.isShow">
<i class="iconfont iconarrow-top" @click="getSideShow(item)"></i> <template v-if="item.details[0].content.length>100">
<i class="iconfont iconarrow-top" @click="getSideShow(item)"></i>
</template>
</div> </div>
<div class="collapse-toggle6 toggle_down" v-else> <div class="collapse-toggle6 toggle_down" v-else>
<i class="iconfont iconarrowdown" @click="getBtmShow(item)"></i> <i class="iconfont iconarrowdown" @click="getBtmShow(item)"></i>
......
...@@ -191,15 +191,22 @@ ...@@ -191,15 +191,22 @@
width: 100%; width: 100%;
border-right: 0; border-right: 0;
} }
.monthDayList {
flex-direction: column;
}
.TripStartInfo { .TripStartInfo {
width: 100%; width: 100%;
} }
.monthDayChild{
width:100%!important;
}
} }
.monthDayChild { .monthDayChild {
width: 48%; width: 48%;
display: inline-block; display: inline-block;
margin-bottom:20px;
} }
.nowMonth { .nowMonth {
......
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
{{item.StayDay}} {{item.StayDay}}
</td> </td>
<td> <td>
{{item.Fee}} {{item.Fee}}
</td> </td>
<td> <td>
<span v-html="item.Notice"></span> <span v-html="item.Notice"></span>
......
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