소스 검색

网站底部footer

tanxue 5 년 전
부모
커밋
53da1d9c06
2개의 변경된 파일91개의 추가작업 그리고 1개의 파일을 삭제
  1. 39 1
      src/assets/css/cus-website/cus-website-common.scss
  2. 52 0
      src/views/client/Index.vue

+ 39 - 1
src/assets/css/cus-website/cus-website-common.scss

@@ -3,7 +3,7 @@
 /************************ 通用class样式 author: TX  date:2020-07-30 **********************/
 
 /* 去掉列表前的标识, li 会继承 */
-ol,ul{list-style:none;margin: 0;padding: 0;}
+ol,ul,dl,dt,dd{list-style:none;margin: 0;padding: 0;}
 
 /* 让标题都自定义, 适应多个系统应用 */
 h1,h2,h3,h4,h5,h6,p{font-size:100%;font-weight:normal;margin: 0;}
@@ -140,4 +140,42 @@ h1,h2,h3,h4,h5,h6,p{font-size:100%;font-weight:normal;margin: 0;}
       i{width: 19px;height: 24px;display:inline-block;background-image: url("~@/assets/images/website/component/" + "nav-phone.svg");margin-right: 8px;vertical-align: middle;}
       span{@include setFontStyle(-2);line-height: 80px;color: rgba(0,0,0,0.85);}
   }
+}
+
+/* 网站底部footer */
+.website-footer{
+  background: #1E2534;
+  //footer内容区域
+  .contact-box{
+    padding-top: 40px;
+    .contact-left-box{
+      display: inline-block;
+      dl{display: inline-block;margin-right: 48px;margin-bottom: 40px;vertical-align: top;}
+      dt{@include setFontStyle(-4);color: #FFFFFF;margin-bottom: 24px;}
+      dd{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
+    }
+    .contact-right-box{
+      width: 170px;
+      float: right;
+      h3{@include setFontStyle(4);color: #FFF;margin-bottom: 16px;}
+      p{@include setFontStyle(-6);color: rgba(255,255,255,0.64);margin-bottom: 8px;}
+      a{@include setFontStyle(-6);color: #2B5CFD;}
+      a:hover{cursor: pointer;}
+    }
+  }
+  //友情链接区域
+  .link-box{
+    border: 1px solid #979797;
+    border-right: 0;
+    border-left: 0;
+    padding: 32px 0;
+    h4{@include setFontStyle(-4);color: #FFF;float: left;margin-right: 48px;}
+    .link-a-box{
+      margin-left: 114px;
+      line-height: 22px;
+      a{@include setFontStyle(-6);color: rgba(255,255,255,0.54);margin-right: 32px;white-space: nowrap;}
+    }
+  }
+  //底部版权
+  h5{@include setFontStyle(-8);color: #B8B8B8;text-align: center;padding: 16px 0 24px;}
 }

+ 52 - 0
src/views/client/Index.vue

@@ -160,6 +160,58 @@
                 </ul>
             </div>
         </div>
+
+        <!-- 底部footer -->
+        <div class="website-footer">
+            <div class="website-container">
+                <div class="contact-box">
+                    <div class="contact-left-box">
+                        <dl>
+                            <dt>产品服务</dt>
+                            <dd>考试平台</dd>
+                            <dd>培训平台</dd>
+                            <dd>课程开发</dd>
+                        </dl>
+                        <dl>
+                            <dt>关于栋科</dt>
+                            <dd>公司简介</dd>
+                            <dd>加入栋科</dd>
+                            <dd>联系我们</dd>
+                        </dl>
+                        <dl>
+                            <dt>帮助中心</dt>
+                            <dd>说明文档</dd>
+                            <dd>应用下载</dd>
+                        </dl>
+                        <dl>
+                            <dt>法律声明</dt>
+                            <dd>服务条款</dd>
+                            <dd>隐私声明</dd>
+                            <dd>知识维权</dd>
+                        </dl>
+                        <dl>
+                            <dt>关注我们</dt>
+                            <dd>微信公众号</dd>
+                            <dd>新浪微博</dd>
+                        </dl>
+                    </div>
+                    <div class="contact-right-box">
+                        <h3>400-052-2130</h3>
+                        <p>周一至周日9:00-18:00</p>
+                        <p>(仅收市话费)</p>
+                        <a>联系客服</a>
+                    </div>
+                </div>
+                <div class="link-box">
+                    <h4>友情链接</h4>
+                    <div class="link-a-box">
+                        <a>物流软件</a><a>免费erp管理系统</a><a>物流软件</a><a>免费erp管理系统</a><a>物流软件</a><a>免费erp管理系统</a><a>物流软件</a><a>免费erp管理系统</a><a>物流软件</a><a>新零售系统</a><a>物流软件</a><a>新零售系统</a><a>物流软件</a><a>新零售系统</a><a>物流软件</a><a>新零售系统</a><a>物流软件</a><a>新零售系统</a><a>物流软件</a><a>新零售系统</a>
+                    </div>
+                </div>
+                <h5>Copyright © 2019 llisoft.com All rights reserved 大连栋科软件工程有限公司 版权所有 辽ICP备09022904号-19</h5>
+            </div>
+        </div>
+
         <!--<div class="mta-index">
             <div class="block">
                 <el-carousel :interval="200000" type="card" height="400px" :autoplay="false" arrow="always">