diff --git a/src/api/index.js b/src/api/index.js index 39d4b3d..eef7cc9 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -23,6 +23,7 @@ export default { queryArticlesByColumnType: `/iasf/sysColumn/queryArticlesByColumnType`, seoList: `/iasf/seo/list`, columnDisplayFloatingBar: `/iasf/SysFloatingColumnSchemeService/SysFloatingColumnScheme/columnDisplayFloatingBar`, + showTheFooterAccordingToTheColumn: `/iasf/SysFooterSetupService/SysFooterSetup/showTheFooterAccordingToTheColumn`, listMarketing: `/nakadai/nakadai/mall/marketing/promotion/pagingQueryList`, // 产品中心 diff --git a/src/layouts/footer/index.vue b/src/layouts/footer/index.vue index 37cf6d2..7e98924 100644 --- a/src/layouts/footer/index.vue +++ b/src/layouts/footer/index.vue @@ -1,49 +1,122 @@ @@ -207,7 +161,7 @@ export default { scroll }, mounted () { - + }, methods: { // 初始化动画 @@ -599,78 +553,6 @@ export default { } } - .contact { - position: relative; - padding: 0 0 106px 0; - background: url(https://huorantech.com/images/about/map.png) 0 0 / cover no-repeat; - - .inner { - padding: 0; - } - - .title { - width: 419px; - height: 258px; - padding: 113px 0 0 43px; - background-color: #0854fe; - - h6 { - margin-bottom: 20px; - font-size: 46px; - color: #fff; - } - - .text { - font-size: 28px; - color: #fff; - } - } - - .region { - position: absolute; - top: 152px; - left: 70%; - display: flex; - align-items: center; - font-size: 20px; - color: #fff; - - img { - margin-right: 20px; - } - } - - .info { - margin: 86px 0 0 44px; - - .texts { - display: flex; - align-items: center; - margin-top: 24px; - } - - .item { - margin-right: 75px; - } - - .line { - display: flex; - align-items: center; - margin-bottom: 20px; - font-size: 16px; - color: #fff; - - img { - margin-right: 8px; - } - } - } - - .qrcode:last-child { - margin-left: 30px; - } - } - .about { padding: 130px 0 200px; background: url(https://huorantech.com/images/index/about2.png) (bottom right) / auto no-repeat, @@ -1287,25 +1169,6 @@ export default { .clients { width: 100%; } - - .contact { - .info { - margin-left: 0; - - .texts { - flex-direction: column; - align-items: flex-start; - } - - .item { - margin: 0 0 30px 0; - } - } - - .qrcode:last-child { - margin: 20px 0 0 0; - } - } } } @@ -1325,20 +1188,6 @@ export default { max-width: 100%; } } - - .contact { - .inner { - width: 100%; - } - - .title { - width: 100%; - } - - .info { - padding: 0 5%; - } - } } } \ No newline at end of file diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index eff997a..8499adf 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -23,8 +23,8 @@