footer.vue 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. <template>
  2. <footer class="v-footer">
  3. <img class="footer-logo" src="~/assets/images/home/logo_footer.png" alt="" srcset="">
  4. <div id="sino-footer">
  5. <div class="sino-footer-box">
  6. <div class="footer-nav">
  7. <div class="title">关于中德</div>
  8. <ul class="footer-nav-list">
  9. <li>
  10. <nuxt-link class="title" to="/product/list">产品与服务</nuxt-link>
  11. </li>
  12. <li>
  13. <nuxt-link class="title" to="/news">新闻资讯</nuxt-link>
  14. </li>
  15. <li>
  16. <nuxt-link to="/product/list">玩具教具</nuxt-link>
  17. </li>
  18. <li>
  19. <a href="https://course.zaojiao.net/index" target="_blank" rel="noopener noreferrer">网校中心</a>
  20. </li>
  21. <li>
  22. <nuxt-link to="/product/course">多端课堂</nuxt-link>
  23. </li>
  24. <li>
  25. <nuxt-link to="/product/course">全国校区</nuxt-link>
  26. </li>
  27. <li>
  28. <nuxt-link to="/about/contact">关于我们</nuxt-link>
  29. </li>
  30. <li>
  31. <nuxt-link to="/cooperate">加盟合作</nuxt-link>
  32. </li>
  33. </ul>
  34. <!-- <img class="footer_logo" src="~/assets/images/home/footer_logo@2x.png" alt="" srcset=""> -->
  35. </div>
  36. <div class="footer-info">
  37. <div class="footer-kefu">
  38. <div class="kefu">客服电话 010-59626411 400-6807300</div>
  39. <div class="time">(周一至周日 10:00-19:00)</div>
  40. </div>
  41. <div class="footer-concat">
  42. <div>联系方式:</div>
  43. <ul class="ul-info">
  44. <li class="small-tel">010-59626411</li>
  45. <li class="small-tel">010-53608318</li>
  46. <li class="small-tel">010-53608322</li>
  47. <li class="small-tel">+86-13120373710</li>
  48. </ul>
  49. <div class="footer-concat footer-concat2">
  50. <div>招聘邮箱:</div>
  51. <ul class="ul-info">
  52. <li class="small-tel">hr@zhongdezhihui.com</li>
  53. </ul>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="footer-about">
  58. <div class="content">
  59. <ul>
  60. <li class="first">
  61. <div class="qr">
  62. <img src="~/assets/images/index/account_01.png" alt="" srcset="">
  63. </div>
  64. <div class="officle">
  65. <p>中德智慧教育</p>
  66. </div>
  67. </li>
  68. <li class="second">
  69. <div class="qr">
  70. <img src="~/assets/images/index/account_02.png" alt="" srcset="">
  71. </div>
  72. <div class="officle">
  73. <p>逻辑狗logico</p>
  74. </div>
  75. </li>
  76. <li class="three">
  77. <div class="qr">
  78. <img src="~/assets/images/index/account_03.png" alt="" srcset="">
  79. </div>
  80. <div class="officle">
  81. <p>逻辑狗妈咪社团</p>
  82. </div>
  83. </li>
  84. </ul>
  85. </div>
  86. </div>
  87. </div>
  88. <div class="sino-footer-bottom">
  89. <p class="copyright">Copyright © 2021.北京中德智慧教育文化有限公司 <a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">京ICP备15045880号-2</a></p>
  90. <p><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502032093" target="_blank" rel="noopener noreferrer">京公网安备 11010502032093号</a></p>
  91. <p class="address">公司地址:北京市朝阳区高碑店镇西店记忆E6 102</p>
  92. </div>
  93. </div>
  94. </footer>
  95. </template>
  96. <style lang="scss" scoped>
  97. @import '~static/common/style.sass';
  98. .v-footer {
  99. position: relative;
  100. .footer-logo {
  101. width: 52px;
  102. height: 69px;
  103. position: absolute;
  104. top: -56px;
  105. left: 50%;
  106. transform: translateX(-50%);
  107. }
  108. }
  109. #sino-footer {
  110. background: $theme_footer;
  111. padding: 34px 0 14px;
  112. position: relative;
  113. .sino-footer-box {
  114. display: flex;
  115. justify-content: space-around;
  116. width: 1200px;
  117. height: auto;
  118. margin: 0 auto;
  119. .footer-info {
  120. .footer-kefu {
  121. display: flex;
  122. .kefu {
  123. font-size: 12px;
  124. font-family: PingFangSC-Regular, PingFang SC;
  125. font-weight: 400;
  126. color: #FFFFFF;
  127. line-height: 17px;
  128. margin-right: 9px;
  129. }
  130. .time {
  131. height: 14px;
  132. font-size: 10px;
  133. font-family: PingFangSC-Regular, PingFang SC;
  134. font-weight: 400;
  135. color: #9EA1AB;
  136. line-height: 14px;
  137. }
  138. }
  139. .footer-concat {
  140. margin-top: 16px;
  141. display: flex;
  142. height: 14px;
  143. font-size: 10px;
  144. font-family: PingFangSC-Regular, PingFang SC;
  145. font-weight: 400;
  146. color: #9EA1AB;
  147. line-height: 14px;
  148. .small-tel {
  149. margin-bottom: 10px;
  150. }
  151. .footer-concat2 {
  152. margin-top: 0;
  153. margin-left: 33px;
  154. }
  155. }
  156. }
  157. .footer-nav {
  158. .title {
  159. height: 17px;
  160. font-size: 12px;
  161. font-family: PingFangSC-Regular, PingFang SC;
  162. font-weight: 400;
  163. color: #FFFFFF;
  164. line-height: 17px;
  165. }
  166. .footer-nav-list {
  167. margin-top: 16px;
  168. width: 120px;
  169. display: flex;
  170. justify-content: space-between;
  171. flex-wrap: wrap;
  172. li {
  173. margin-bottom: 14px;
  174. a {
  175. height: 14px;
  176. line-height: 14px;
  177. font-size: 10px;
  178. font-family: PingFangSC-Regular, PingFang SC;
  179. font-weight: 400;
  180. color: #9EA1AB;
  181. }
  182. }
  183. }
  184. .footer_logo {
  185. width: 63px;
  186. height: 17px;
  187. }
  188. }
  189. .footer-about {
  190. .title {
  191. font-size: 22px;
  192. font-weight: 400;
  193. color: #ffffff;
  194. }
  195. .content {
  196. ul {
  197. display: flex;
  198. li {
  199. // margin-right: 82px;
  200. position: relative;
  201. &:last-child {
  202. margin-right: 0px;
  203. }
  204. &.first {
  205. margin-right: 22px;
  206. }
  207. &.second {
  208. margin-right: 22px;
  209. }
  210. p {
  211. font-size: 10px;
  212. font-family: PingFangSC-Regular, PingFang SC;
  213. font-weight: 400;
  214. color: #FFFFFF;
  215. line-height: 14px;
  216. }
  217. }
  218. .officle {
  219. margin-top: 10px;
  220. position: relative;
  221. }
  222. }
  223. // .wx {
  224. // width: 57px;
  225. // height: 46px;
  226. // &:hover + .qr {
  227. // display: block;
  228. // }
  229. // }
  230. .qr {
  231. display: block;
  232. img {
  233. width: 80px;
  234. height: 80px;
  235. vertical-align: middle;
  236. }
  237. }
  238. }
  239. }
  240. }
  241. .sino-footer-bottom {
  242. width: 1200px;
  243. margin: 0 auto;
  244. display: flex;
  245. justify-content: center;
  246. p {
  247. font-size: 12px;
  248. line-height: 17px;
  249. color: #717379;
  250. a {
  251. color: #717379;
  252. }
  253. }
  254. .copyright {
  255. margin-right: 30px;
  256. }
  257. .address {
  258. margin-left: 33px;
  259. }
  260. }
  261. }
  262. </style>
  263. <script>
  264. import { mapState } from 'vuex'
  265. export default {
  266. name: 'VFooter',
  267. components: {},
  268. computed: {
  269. ...mapState(['headProdNav','headNewsNav','indexLinksData'])
  270. },
  271. // mounted (){
  272. // //判断是否为首页,首页则改变友情链接控制字段,只在首页显示
  273. // let that = this
  274. // if(that.$route.params.tag === undefined && that.$route.fullPath === '/'){
  275. // that.$store.commit('setIndexShowLinks', true)
  276. // }else {
  277. // that.$store.commit('setIndexShowLinks', false)
  278. // }
  279. // }
  280. }
  281. </script>