king
2021-04-01 c1a0e2713421995a462789694566dc2a19349bd6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
<template>
  <div class="footer">
    <div class="wrapper">
      <div class="footer_left">
        <h3><img src="../img/ming.png" alt />北京明科普华信息技术有限公司</h3>
        <p class="footer_left_address">北京市朝阳区建国路88号SOHO现代城2号楼29层</p>
        <p class="footer_left_address">北京市通州区新华北街156号保利大都汇6-808</p>
        <p class="footer_left_address"><a href="http://beian.miit.gov.cn/"  target="_blank">京ICP备12007830号</a></p>
        <p class="footer_left_address">
          <a href="https://www.cnzz.com/stat/website.php?web_id=1279630927" style="margin-right: 20px;" target="_blank" title="站长统计"><img border="0" hspace="0" vspace="0" src="https://icon.cnzz.com/img/pic.gif"></a>
          <!-- <a href="https://www.51.la/?comId=4874247" title="51.La 网站流量统计系统" target="_blank"><span class="la">51La</span></a> -->
          <a href="http://exmail.qq.com/login" style="margin-right: 20px;" target="_blank" >企业邮箱</a>
          <a href="https://cli.im/" style="margin-right: 20px;" target="_blank" >生成二维码</a>
          <a href="http://www.qinms.com/webapp/barcode/index.aspx" style="margin-right: 20px;" target="_blank" >生成条形码</a>
          <a href="http://crm.mk9h.cn/index.html"  target="_blank" >crm</a>
        </p>
      </div>
      <div class="footer_right">
        <h3 class="m_hide">联系我们</h3>
        <p class="footer_right_website">
          <span class="m_hide">公司官网:</span>
          <img src="../img/add1.png" alt class="footer_img" />
          <span>www.minkesoft.com</span>
        </p>
        <p class="footer_right_website">
          <span>商务合作:</span>
          <img src="../img/add2.png" alt class="footer_img" />
          <span>service@minkesoft.com</span>
        </p>
        <p class="footer_right_website footer_right_website22">
          <img src="../img/add3.png" alt class="footer_img" />
          <span class="m_hide">400-189-1819</span>
          <span class="p_hide"><a href="tel:400-189-1819" style="color:#fff">400-189-1819</a></span>
        </p>
      </div>
    </div>
    <div class="footer_bottom">
      <p>北京市朝阳区建国路88号SOHO现代城2号楼29层</p>
      <p>北京市通州区新华北街156号保利大都汇6-808</p>
      <p><a href="http://beian.miit.gov.cn/"  target="_blank">京ICP备12007830号</a></p>
      <p>
        <a href="https://www.51.la/?comId=4874247" title="51.La 网站流量统计系统" target="_blank"><span class="la">51La</span></a>
        <a href="http://exmail.qq.com/login" style="margin-right: 20px;" target="_blank" >企业邮箱</a>
        <a href="https://cli.im/" style="margin-right: 20px;" target="_blank" >生成二维码</a>
        <a href="http://www.qinms.com/webapp/barcode/index.aspx" style="margin-right: 20px;" target="_blank" >生成条形码</a>
        <a href="http://crm.mk9h.cn/index.html"  target="_blank" >crm</a>
      </p>
    </div>
  </div>
</template>
<script>
export default {
  name: 'Footer',
  data () {
    return {
      visible: false,
      visible2: false
    }
  },
  mounted () {
    // let _hmt = _hmt || []
    // let hm = document.createElement('script')
    // hm.src = 'https://hm.baidu.com/hm.js?606321be5b903a6701a35388580dfa72'
    // let s = document.getElementsByTagName('script')[0]
    // s.parentNode.insertBefore(hm, s)
  }
}
</script>
<style lang="less" scoped>
  .footer {
    background: #171717;
    display: flex;
    padding: 0.1rem 1rem 0.2rem;
  }
  .footer_left {
    float: left;
    h3 {
      margin: 0.23rem 0 0.53rem;
      font-size: 0.24rem;
      color: #ffffff;
    }
    h2 {
      font-size: 0.2rem;
      color: #999999;
      margin-bottom: 0.1rem;
    }
    .footer_left_icon {
      margin: 0.62rem 0 0.47rem 0;
    }
    .footer_left_address {
      color: #ffffff;
      font-size: 0.14rem;
      line-height: 0.3rem;
      a {
        color: #ffffff;
      }
    }
  }
  .footer_right {
    float: right;
    margin-top: 0.3rem;
    h3 {
      font-size: 0.24rem;
      color: #fff;
      margin: 0.16rem 0 0.13rem 0;
    }
    .footer_right_website {
      color: #fff;
      margin-top: 0.1rem;
      font-size: 0.14rem;
    }
  }
  .footer_bottom {
    display: none;
  }
  .la {
    display: inline-block;
    background-color:#FF7043;
    color:#fff;
    padding: 0px 5px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    height: 20px;
    margin-right: 10px;
  }
  @media all and (min-width: 751px) {
    .footer_img {
      width: 0.18rem;
      margin-left: 0.1rem;
      vertical-align: middle;
    }
    .footer_right_website22 {
      margin-left: 0.75rem;
    }
    .footer_left {
      margin-top: 0;
      h3 {
        margin-bottom: 0.1rem;
        margin-left: -0.28rem;
        img {
          width: 0.28rem;
          margin-top: -0.02rem;
        }
      }
    }
    .footer_right {
      margin-top: 0.1rem;
    }
    .footer_bottom_icon22 {
      margin: 0.2rem 0;
    }
  }
 
  @media (max-width: 750px) and (min-width: 0) {
    .footer {
      display: block;
      padding: 0.1rem 0 0;
    }
    .footer_left {
      text-align: center;
      h3 {
        font-size: 0.34rem;
        margin-bottom: 0.2rem;
        img {
          width: 0.4rem;
          margin-top: -0.05rem;
        }
      }
      h2 {
        font-size: 0.30rem;
      }
      .footer_left_address {
        display: none;
      }
    }
    .footer_bottom_icon22 {
      display: none;
    }
    .footer_img {
      width: 0.27rem;
      height: 0.27rem;
      margin-right: 0.2rem;
      margin-top: -0.1rem;
    }
    .footer_left, .footer_right {
      float: none;
    }
    .footer_right {
      margin-top: 0.1rem;
      h3 {
        font-size: 0.34rem;
        text-align: center;
        margin-top: 0;
      }
      .footer_right_website span:first-child {
        display: none;
      }
      .footer_right_website:nth-child(2) {
        span:first-child {
          display: block;
          font-size: 0.28rem;
          margin: 0.58rem 0 0.38rem;
        }
      }
      .footer_right_website {
        padding-left: 1.2rem;
        span:last-child {
          font-size: 0.3rem;
        }
      }
    }
    
    .footer_bottom {
      display: block;
      background: #252525;
      margin-top: 0.15rem;
      padding-top: 0.15rem;
      .footer_bottom_icon {
        padding: 0.35rem 0;
        text-align: center;
        border-bottom: 1px solid rgba(169, 207, 226, 0.17);
        margin-bottom: 0.24rem;
        span:first-child {
          margin-right: 0.3rem;
        }
      }
      p {
        text-align: center;
        font-size: 0.24rem;
        line-height: 0.4rem;
        color: #fff;
        a {
          color: #ffffff;
        }
      }
      p:last-child {
        padding-bottom: 0.2rem;
      }
    }
  }
</style>