footer.vue 5.7 KB

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