king
2019-08-11 4e1cca0e3da79819fa3768402ce6a174aea5131f
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
<template>
  <div class="footer">
    <div class="wrapper">
      <div class="footer_left">
        <img src="../img/ming.png" alt />
        <h3>北京明科普华信息技术有限公司</h3>
        <h2>帮助企业完成中国智造升级</h2>
        <p class="footer_left_address">北京市朝阳区建国路88号SOHO现代城2号楼29层</p>
        <p class="footer_left_address">北京市通州区新华北街156号保利大都汇6-808</p>
        <p class="footer_left_address">京ICP备12007830号</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>京ICP备12007830号</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.3rem 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;
    }
  }
  .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;
  }
  @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 h3 {
      margin-bottom: 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;
      img {
        display: none;
      }
      h3 {
        font-size: 0.34rem;
        margin-bottom: 0.2rem;
      }
      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;
      }
      p:last-child {
        padding-bottom: 0.2rem;
      }
    }
  }
</style>