123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <template>
- <footer class="footer">
- <div class="footer-container container">
- <div class="footer-guide">
- <div class="item">
- <h5>用户指南</h5>
- <ul class="list-unstyled">
- <li><a href="https://mall.usoftchina.com/help/helpDetail/50" target="_blank">服务条款</a></li>
- <li><a href="https://mall.usoftchina.com/help/helpDetail/16" target="_blank">买卖条例</a></li>
- <li><a href="https://mall.usoftchina.com/help/helpDetail/51" target="_blank">代收代付协议</a></li>
- </ul>
- </div>
- <div class="item">
- <h5>关于我们</h5>
- <ul class="list-unstyled">
- <li><a href="https://mall.usoftchina.com/help/helpDetail/1" target="_blank">公司简介</a></li>
- <li><a href="https://mall.usoftchina.com/help/helpDetail/28" target="_blank">公司地址</a></li>
- <li><a href="https://mall.usoftchina.com/help/helpDetail/28" target="_blank">联系我们</a></li>
- </ul>
- </div>
- <div class="item">
- <h5>更多服务</h5>
- <ul class="list-unstyled">
- <li><a href="http://uas.usoftchina.com/" target="_blank">优软科技</a></li>
- <li><a href="http://www.usoftchina.com" target="_blank">优软云</a></li>
- </ul>
- </div>
- <div class="item">
- <h5>商城公众号</h5>
- <img src="/images/qrcode/mall.png" />
- </div>
- <div class="item">
- <h5>科技公众号</h5>
- <img src="/images/qrcode/uas.png" />
- </div>
- </div>
- <ul class="footer-link list-unstyled">
- <span>友情链接:</span>
- <li v-for="(link, index) in links" class="footer-link-item">
- <span v-if="index!=0" class="separation">|</span>
- <a :href="link.url" target="_blank" :title="link.title">{{ link.title }}</a>
- </li>
- </ul>
- <ul class="footer-notice list-unstyled">
- <li>客服电话:400-830-1818</li>
- <li>公司地址:深圳市南山区英唐大厦一楼</li>
- <li>©2016 深圳市优软科技有限公司 粤ICP备15112126号-4</li>
- </ul>
- <div class="footer-credit">
- <a href="javascript:void(0)"><img src="/images/credit/1.jpg" /></a>
- <a href="javascript:void(0)"><img src="/images/credit/2.jpg" /></a>
- <a href="javascript:void(0)"><img src="/images/credit/3.jpg" /></a>
- <a href="javascript:void(0)"><img src="/images/credit/4.jpg" /></a>
- <a href="javascript:void(0)"><img src="/images/credit/5.jpg" /></a>
- </div>
- </div>
- </footer>
- </template>
- <script>
- export default {
- name: 'footerView',
- data () {
- return {
- links: [{
- url: 'http://www.worldshine.net',
- title: '深圳华商龙'
- }, {
- url: 'http://www.yitoa.com',
- title: '深圳市英唐智能科技'
- }, {
- url: 'http://uas.usoftchina.com',
- title: '深圳市优软科技'
- }, {
- url: 'http://www.51cube.com',
- title: '酷比魔方'
- }, {
- url: 'http://www.szsoling.com/home',
- title: 'SOLING 索菱'
- }, {
- url: 'http://www.huashangweitai.com',
- title: '深圳市华商维泰显示科技'
- }, {
- url: 'http://www.szmadigi.com',
- title: '迈迪杰科技'
- }, {
- url: 'http://www.hi-mantech.com',
- title: '怡海能达'
- }]
- }
- }
- // watch: {
- // $route: function (val, oldVal) {
- // let footer = document.getElementsByClassName('footer')[0]
- // if (this.$route.path === '/applyPurchase') {
- // footer.style.position = 'absolute'
- // footer.style.top = '2581px'
- // } else {
- // footer.style.position = 'initial'
- // }
- // }
- // }
- // mounted () {
- // let footer = document.getElementsByClassName('footer')[0]
- // if (this.$route.path === '/applyPurchase') {
- // footer.style.position = 'absolute'
- // footer.style.top = '2581px'
- // } else {
- // footer.style.position = 'initial'
- // }
- // }
- }
- </script>
- <style lang="scss" scoped>
- @import '~assets/scss/variables';
- .footer-guide h5{
- font-size: 16px;
- margin-bottom: 10px;
- }
- .footer {
- font-size: $font-size-small;
- background-color: $grey-bg;
- .footer-container {
- position: relative;
- text-align: center;
- text-transform: uppercase;
- a {
- color: $text;
- &:hover {
- color: $red;
- }
- }
- .footer-guide {
- margin-bottom: $pad;
- > .item {
- display: inline-block;
- width: 16%;
- text-align: center;
- vertical-align: top;
- > h5 {
- font-weight: bold;
- }
- > ul > li {
- padding: $xs-pad;
- }
- }
- }
- .footer-link {
- margin-bottom: $pad;
- color: $dark;
- .footer-link-item {
- display: inline-block;
- margin-left: $pad;
- .separation {
- margin-right: $pad;
- }
- }
- }
- .footer-notice {
- border-top: $border;
- padding: $lg-pad 0;
- > li {
- display: inline-block;
- padding: 0 2em;
- }
- }
- .footer-credit {
- padding-bottom: $xlg-pad;
- > a {
- margin: 0 $sm-pad;
- }
- }
- }
- }
- </style>
|