Browse Source

修改页面样式

jinsy 7 years ago
parent
commit
3d0821a5c1

+ 3 - 3
frontend/saas-portal-web/src/components/conenter/enterprise.vue

@@ -451,17 +451,17 @@ import { setTimeout } from 'timers';
             },
             // 特色
             feature(){
-                this.$router.push({name: 'Home', params: {isfeature: 730}});
+                this.$router.push({name: 'Home', params: {isfeature: 690}});
                 this.setTurnHome();
             },
             //功能
             service(){
-                this.$router.push({name: 'Home', params: {isfeature: 3670}});
+                this.$router.push({name: 'Home', params: {isfeature: 3530}});
                 this.setTurnHome();
             },
             // 下载
             download(){
-                this.$router.push({name: 'Home', params: {isfeature: 4400}});
+                this.$router.push({name: 'Home', params: {isfeature: 4190}});
                 this.setTurnHome();
             },
             gohome(e){

+ 5 - 5
frontend/saas-portal-web/src/components/conenter/home.vue

@@ -156,7 +156,7 @@
       </section>
 
       <!-- Service section 功能-->
-      <section id="service" style="padding-top: 0px">
+      <section id="service" style="padding-top: 0px;margin-top:-100px">
         <div class="container" style="position: relative;">
           <img class="gn-beijing" src="/static/img/gongneng/xu xian@3x.png" alt="">
           <div class="row">
@@ -256,7 +256,7 @@
       <!-- end Service section -->
       <!-- 下载 -->
       <section>
-        <div class="container ts-worp">
+        <div class="container ts-worp" style="padding-top: 30px;">
           <div class="section-title text-center" style="margin-bottom: 50px">
             <p class="ts-title">下载</p>
             <p class="ts-text">下载U企云服客户端</p>
@@ -583,17 +583,17 @@
       },
       //特色
       feature2(){
-        document.documentElement.scrollTop = 730;
+        document.documentElement.scrollTop = 690;
         this.setTurnHome();
       },
       //功能
       service2(){
-        document.documentElement.scrollTop = 3670;
+        document.documentElement.scrollTop = 3530;
         this.setTurnHome();
       },
       // 下载
       download(){
-        document.documentElement.scrollTop = 4400;
+        document.documentElement.scrollTop = 4190;
         // $('html,body').animate({
         //       scrollTop: 4400
         // },2000);

+ 2 - 2
frontend/saas-portal-web/static/css/main.css

@@ -171,7 +171,7 @@ main > section {
     width: 100%;
     padding: 0;
     margin: 0;
-    padding-top: 100px;
+    padding-top: 60px;
 }
 .ts-box {
     overflow: hidden;
@@ -397,7 +397,7 @@ main > section {
     font-size: 14px;
     color: #fff;
     cursor: pointer;
-    opacity: 0.9;
+    opacity: 0.8;
 }
 .footer-section ul>li:hover a{
     text-decoration: underline ;