footer.vue 6.4 KB

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