Pārlūkot izejas kodu

1.footer
2.template

tanxue 3 gadi atpakaļ
vecāks
revīzija
413ad66c18
2 mainītis faili ar 11 papildinājumiem un 2 dzēšanām
  1. 6 1
      components/footer2.vue
  2. 5 1
      layouts/templateB.vue

+ 6 - 1
components/footer2.vue

@@ -1,7 +1,7 @@
 <!--无友情链接 footer-->
 <template>
       <div class="client-footer">
-       <div class="client-container">
+       <div class="client-container mta-hidden-xs">
          <div class="contact-box">
            <div class="contact-left-box">
              <dl>
@@ -49,6 +49,11 @@
          </div>
          <h5>Copyright © 2019 llisoft.com All rights reserved 大连栋科软件工程有限公司 版权所有 <a style="color: #B8B8BB" href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备09022904号-18</a></h5>
        </div>
+        <div class="mta-hidden-sm phone-footer-box">
+          <p>Copyright © 2019 llisoft.com All rights reserved</p>
+          <p>大连栋科软件工程有限公司 版权所有</p>
+          <a href="https://beian.miit.gov.cn/#/Integrated/index">辽ICP备09022904号-18</a>
+        </div>
      </div>
 </template>
 

+ 5 - 1
layouts/templateB.vue

@@ -30,5 +30,9 @@
   }
 </script>
 <style lang="scss" scoped>
-  .nuxt-box:not(.client-index-page){width: 100%;margin-top: 80px;}
+  .nuxt-box:not(.client-index-page){
+    width: 100%;margin-top: 80px;
+    // 移动端手机尺寸(0-768)
+    @media (max-width: 768px){margin-top: 61px;}
+  }
 </style>