tanxue преди 5 години
родител
ревизия
15374898eb
променени са 3 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 4 0
      src/assets/css/cus-client/cus-client-common.scss
  2. 1 0
      src/assets/css/cus-client/cus-client-page.scss
  3. 1 1
      src/components/client/common/Cframe.vue

+ 4 - 0
src/assets/css/cus-client/cus-client-common.scss

@@ -110,6 +110,10 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
 .client-head{
   width: 100%;
   height: 80px;
+  position:fixed;
+  top: 0;
+  left: 0;
+  z-index: 999;
   background: #fff;
 
   //头部布局

+ 1 - 0
src/assets/css/cus-client/cus-client-page.scss

@@ -9,6 +9,7 @@
     .client-banner{
       width: 100%;
       height: 480px;
+      margin-top: 80px;
       background-image: url("~@/assets/images/client/index/" + "index-banner-background.png");
       background-position-x: center;
       .banner-left{

+ 1 - 1
src/components/client/common/Cframe.vue

@@ -43,6 +43,6 @@
 </script>
 <style lang="scss" scoped>
 .mta-home-box-c{
-    >div{width: 100%;}
+    >div{width: 100%;margin-top: 80px;}
 }
 </style>