footer.vue 6.9 KB

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