footer.vue 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <template>
  2. <footer class="v-footer">
  3. <div id="sino-footer">
  4. <div class="sino-footer-box">
  5. <div class="footer-info">
  6. <ul>
  7. <li class="tel">010-59626411</li>
  8. <li class="time">周一至周日10:00-19:00</li>
  9. <li class="foote-logo">
  10. <img src="~/assets/images/index/logo2.png" alt="" srcset="">
  11. </li>
  12. </ul>
  13. </div>
  14. <div class="footer-nav">
  15. <ul class="footer-nav-parent">
  16. <li class="footer-nav-list">
  17. <nuxt-link class="title" to="/">产品与服务</nuxt-link>
  18. <ul class="footer-nav-child">
  19. <li>
  20. <nuxt-link to="/">产品商城</nuxt-link>
  21. </li>
  22. <li>
  23. <nuxt-link to="/">多端课堂</nuxt-link>
  24. </li>
  25. </ul>
  26. </li>
  27. <li class="footer-nav-list">
  28. <nuxt-link class="title" to="/">关于我们</nuxt-link>
  29. <ul class="footer-nav-child">
  30. <li>
  31. <nuxt-link to="/">品牌故事</nuxt-link>
  32. </li>
  33. <li>
  34. <nuxt-link to="/">专家团队</nuxt-link>
  35. </li>
  36. <li>
  37. <nuxt-link to="/">联系我们</nuxt-link>
  38. </li>
  39. <li>
  40. <nuxt-link to="/">线下门店</nuxt-link>
  41. </li>
  42. </ul>
  43. </li>
  44. </ul>
  45. </div>
  46. <div class="footer-about">
  47. <div class="title">关注我们</div>
  48. <div class="content">
  49. <ul>
  50. <li>
  51. <img src="~/assets/images/index/wechat.png" alt="" srcset="">
  52. <div class="officle">
  53. <p>逻辑狗</p>
  54. <p>官方服务号</p>
  55. </div>
  56. </li>
  57. <li>
  58. <img src="~/assets/images/index/wechat.png" alt="" srcset="">
  59. <div class="officle">
  60. <p>逻辑狗</p>
  61. <p>官方服务号</p>
  62. </div>
  63. </li>
  64. <li>
  65. <img src="~/assets/images/index/wechat.png" alt="" srcset="">
  66. <div class="officle">
  67. <p>逻辑狗</p>
  68. <p>官方服务号</p>
  69. </div>
  70. </li>
  71. </ul>
  72. </div>
  73. </div>
  74. </div>
  75. <div class="sino-footer-bottom">
  76. <p class="copyright">Copyright © 2020.北京中德智慧教育文化有限公司 京ICP备15045880号-2</p>
  77. <p>京公网安备 11010502032093号</p>
  78. </div>
  79. </div>
  80. </footer>
  81. </template>
  82. <style lang="scss" scoped>
  83. @import '~static/common/style.sass';
  84. #sino-footer {
  85. background: $theme_footer;
  86. padding: 68px 0 28px;
  87. .sino-footer-box {
  88. display: flex;
  89. width: 1200px;
  90. height: auto;
  91. margin: 0 auto;
  92. .footer-info {
  93. margin-right: 130px;
  94. .tel {
  95. color: #FFFFFF;
  96. font-size: 46px;
  97. line-height: 46px;
  98. font-family: PingFangSC-Medium,PingFang SC;
  99. font-weight: 500;
  100. }
  101. .time {
  102. color: #9EA1AB;
  103. line-height: 20px;
  104. margin: 20px 0 62px;
  105. }
  106. .foote-logo {
  107. width: 190px;
  108. background: #FFFFFF;
  109. border-radius: 10px;
  110. opacity: 0.35;
  111. img {
  112. border-radius: 10px;
  113. height: 60px;
  114. }
  115. }
  116. }
  117. .footer-nav {
  118. .footer-nav-parent {
  119. display: flex;
  120. .footer-nav-list {
  121. margin-right: 105px;
  122. .title {
  123. font-size: 22px;
  124. font-weight: 400;
  125. color: #ffffff;
  126. }
  127. .footer-nav-child {
  128. margin-top: 55px;
  129. li {
  130. margin-bottom: 20px;
  131. &:last-child {
  132. margin-bottom: 0px;
  133. }
  134. a {
  135. color: #9EA1AB;
  136. font-size: 14px;
  137. }
  138. }
  139. }
  140. }
  141. }
  142. }
  143. .footer-about {
  144. margin-bottom: 120px;
  145. .title {
  146. font-size: 22px;
  147. font-weight: 400;
  148. color: #ffffff;
  149. }
  150. .content {
  151. margin-top: 64px;
  152. ul {
  153. display: flex;
  154. li {
  155. margin-right: 82px;
  156. &:last-child {
  157. margin-right: 0px;
  158. }
  159. p {
  160. color: #858893;
  161. font-size:12px;
  162. line-height:17px;
  163. }
  164. }
  165. .officle {
  166. margin-top: 27px;
  167. }
  168. }
  169. img {
  170. width: 45px;
  171. height: 40px;
  172. }
  173. }
  174. }
  175. }
  176. .sino-footer-bottom {
  177. width: 1200px;
  178. margin: 0 auto;
  179. display: flex;
  180. p {
  181. font-size: 12px;
  182. line-height: 17px;
  183. color: #717379;
  184. }
  185. .copyright {
  186. margin-right: 330px;
  187. }
  188. }
  189. }
  190. </style>
  191. <script>
  192. import { mapState } from 'vuex'
  193. export default {
  194. name: 'VFooter',
  195. components: {},
  196. computed: {
  197. ...mapState(['headProdNav','headNewsNav','indexLinksData'])
  198. },
  199. // mounted (){
  200. // //判断是否为首页,首页则改变友情链接控制字段,只在首页显示
  201. // let that = this
  202. // if(that.$route.params.tag === undefined && that.$route.fullPath === '/'){
  203. // that.$store.commit('setIndexShowLinks', true)
  204. // }else {
  205. // that.$store.commit('setIndexShowLinks', false)
  206. // }
  207. // }
  208. }
  209. </script>