@@ -292,8 +292,14 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
}
.contact-right-box{
- width: 170px;
+ //width: 170px;
float: right;
+ .right-sw-box{
+ margin-right: 24px;
+ h4{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 16px;text-align: center}
+ img{width: 100px}
+ }
+ div{display: inline-block}
h3{@include setFontStyle(4);color: #FFF;margin-bottom: 16px;}
p{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
a{@include setFontStyle(-6);color: #2B5CFD;}
@@ -34,10 +34,16 @@
</dl>
</div>
<div class="contact-right-box">
- <h3>400-052-2130</h3>
- <p>周一至周日9:00-18:00</p>
- <p>(仅收市话费)</p>
- <a href="http://p.qiao.baidu.com/cps/chat?siteId=11735491&userId=10530011" target="_blank">联系客服</a>
+ <div class="right-sw-box">
+ <h4>商务合作微信</h4>
+ <img :src="swTwoCodeImg" alt="商务合作扫微信"/>
+ </div>
+ <div style="vertical-align: top;">
+ <h3>400-052-2130</h3>
+ <p>周一至周日9:00-18:00</p>
+ <p>(仅收市话费)</p>
+ <a href="http://p.qiao.baidu.com/cps/chat?siteId=11735491&userId=10530011" target="_blank">联系客服</a>
<div class="link-box">
@@ -61,6 +67,11 @@
},
...mapGetters(['getFooterYouQingLianJie']),
+ data() {
+ return {
+ swTwoCodeImg: require(`~/static/images/client/component/sw-two-code.jpg`),
+ },
methods: {
goToPage(item){
window.location.href = item.url
@@ -35,10 +35,16 @@
<h5>Copyright © 2019 llisoft.com All rights reserved 大连栋科软件工程有限公司 版权所有 辽ICP备09022904号-19</h5>
@@ -53,6 +59,11 @@
computed: {
// 考试链接
goExamPage(){