Commit da993777 authored by zhengke's avatar zhengke

修改

parent 6a283618
...@@ -101,7 +101,7 @@ export default { ...@@ -101,7 +101,7 @@ export default {
<style> <style>
@import './assets/global/font.css'; @import './assets/global/font.css';
@import '//at.alicdn.com/t/font_863923_gnvvvot7jvv.css'; @import '//at.alicdn.com/t/font_863923_jgikji5npg.css';
@import './assets/global/global.css'; @import './assets/global/global.css';
@import './assets/css/common.css'; @import './assets/css/common.css';
body,html{ body,html{
......
...@@ -545,6 +545,11 @@ ...@@ -545,6 +545,11 @@
color: #3D4756; color: #3D4756;
font-size: 22px; font-size: 22px;
} }
.tripViewAgendaList .agendaBox .agendaPoi .tour {
color: #00A4A8;
font-size: 22px;
}
.tripViewAgendaList .agendaBox .txtCont .title { .tripViewAgendaList .agendaBox .txtCont .title {
font-size: 22px; font-size: 22px;
...@@ -1031,6 +1036,10 @@ ...@@ -1031,6 +1036,10 @@
:style="`background: url(${subItem.childItem.imaArray[0].url}) no-repeat 100% 100%`" @click="bigImgShow(subItem.childItem.imaArray[0].url)"> :style="`background: url(${subItem.childItem.imaArray[0].url}) no-repeat 100% 100%`" @click="bigImgShow(subItem.childItem.imaArray[0].url)">
</div> </div>
<div class="txtCont icon-triangle"> <div class="txtCont icon-triangle">
<div class="agendaPoi">
<i class="iconfont icon-jingdianjingguan tour"></i>
<span class="title" style="color:#00A4A8;">{{subItem.childItem.couponsName}}</span>
</div>
<div class="detailBox"> <div class="detailBox">
<div style="border-top:0;margin:20px 0;" <div style="border-top:0;margin:20px 0;"
v-html='subItem.childItem.descriptionText'></div> v-html='subItem.childItem.descriptionText'></div>
......
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