zhibin %!s(int64=6) %!d(string=hai) anos
pai
achega
c8188805cd

+ 1 - 1
src/pages/about/index.vue

@@ -3,7 +3,7 @@
     <ScrollEvent>
       <div class="banner"></div>
       <div class="brief" id="qyjj">
-        <img src="http://video.cgaii.com/new4dage/images/images/logo_1.png" alt="">
+        <img src="http://video.cgaii.com/new4dage/images/images/logo_2.png" alt="">
         <div class="content">
           <p>
             Since 4DAGE is founded in 2014, it has been dedicated to the studies and application of artificial intelligence in the field of 3D reconstruction and digitization algorithm. With the vision of "digital everything", it is bringing digital technologies to the everyday life of common people.<br>

+ 11 - 3
src/pages/case/index.vue

@@ -48,6 +48,7 @@
 }
 
 .banner h1 {
+  display: none;
   position: absolute;
   top: 50%;
   right: 10px;
@@ -72,9 +73,10 @@
   color: #333333;
   font-size: 16px;
   display: inline-block;
-  padding: 15px 20px;
-  margin: 0 20px;
-  border-bottom: 1px solid transparent
+  width: 48%;
+  text-align: center;
+  border-bottom: 1px solid transparent;
+  padding: 15px 0;
 }
 
 .nav-cases a.router-link-active {
@@ -92,5 +94,11 @@
   .content {
     margin-top: 60px;
   }
+
+  .nav-cases a {
+    width: auto;
+    padding: 15px 20px;
+    margin: 0 20px;
+  }
 }
 </style>

+ 5 - 49
src/pages/home/index.vue

@@ -219,55 +219,11 @@
 import Scroll from '@/components/Scroll'
 import Slide from '@/components/Slide'
 import browser from '@/util/browser'
-const hzbh = [
-  'http://video.cgaii.com/new4dage/images/images/hb01.png',
-  'http://video.cgaii.com/new4dage/images/images/hb02.png',
-  'http://video.cgaii.com/new4dage/images/images/hb03.png',
-  'http://video.cgaii.com/new4dage/images/images/hb04.png',
-  'http://video.cgaii.com/new4dage/images/images/hb05.png',
-  'http://video.cgaii.com/new4dage/images/images/hb06.png',
-  'http://video.cgaii.com/new4dage/images/images/hb07.png',
-  'http://video.cgaii.com/new4dage/images/images/hb08.png',
-  'http://video.cgaii.com/new4dage/images/images/hb09.png',
-  'http://video.cgaii.com/new4dage/images/images/hb10.png',
-  'http://video.cgaii.com/new4dage/images/images/hb11.png',
-  'http://video.cgaii.com/new4dage/images/images/hb12.png',
-  'http://video.cgaii.com/new4dage/images/images/hb13.png',
-  'http://video.cgaii.com/new4dage/images/images/hb14.png',
-  'http://video.cgaii.com/new4dage/images/images/hb15.png',
-  'http://video.cgaii.com/new4dage/images/images/hb16.png',
-  'http://video.cgaii.com/new4dage/images/images/hb17.png',
-  'http://video.cgaii.com/new4dage/images/images/hb18.png',
-  'http://video.cgaii.com/new4dage/images/images/hb19.png',
-  'http://video.cgaii.com/new4dage/images/images/hb20.png',
-  'http://video.cgaii.com/new4dage/images/images/hb21.png',
-  'http://video.cgaii.com/new4dage/images/images/hb22.png',
-  'http://video.cgaii.com/new4dage/images/images/hb23.png',
-  'http://video.cgaii.com/new4dage/images/images/hb24.png',
-  'http://video.cgaii.com/new4dage/images/images/hb25.png',
-  'http://video.cgaii.com/new4dage/images/images/hb26.png',
-  'http://video.cgaii.com/new4dage/images/images/hb27.png',
-  'http://video.cgaii.com/new4dage/images/images/hb28.png',
-  'http://video.cgaii.com/new4dage/images/images/hb29.png',
-  'http://video.cgaii.com/new4dage/images/images/hb30.png',
-  'http://video.cgaii.com/new4dage/images/images/hb31.png',
-  'http://video.cgaii.com/new4dage/images/images/hb32.png',
-  'http://video.cgaii.com/new4dage/images/images/hb33.png',
-  'http://video.cgaii.com/new4dage/images/images/hb34.png',
-  'http://video.cgaii.com/new4dage/images/images/hb35.png',
-  'http://video.cgaii.com/new4dage/images/images/hb36.png',
-  'http://video.cgaii.com/new4dage/images/images/hb37.png',
-  'http://video.cgaii.com/new4dage/images/images/hb38.png',
-  'http://video.cgaii.com/new4dage/images/images/hb39.png',
-  'http://video.cgaii.com/new4dage/images/images/hb40.png',
-  'http://video.cgaii.com/new4dage/images/images/hb41.png',
-  'http://video.cgaii.com/new4dage/images/images/hb42.png',
-  'http://video.cgaii.com/new4dage/images/images/hb43.png',
-  'http://video.cgaii.com/new4dage/images/images/hb44.png',
-  'http://video.cgaii.com/new4dage/images/images/hb45.png',
-  'http://video.cgaii.com/new4dage/images/images/hb46.png',
-  'http://video.cgaii.com/new4dage/images/images/hb47.png'
-]
+const hzbh = []
+
+for (let i = 1; i <= 50; i++) {
+  hzbh.push(`http://video.cgaii.com/new4dage/images/images/${i}.jpg`)
+}
 
 let pStyle = document.createElement('style')
 pStyle.innerHTML = `

+ 1 - 1
src/pages/home/style.css

@@ -452,7 +452,7 @@
 .home_7 .phone-cls img {
   width: 50%;
   margin-top: 5px;
-  float: left
+  /* float: left */
 }
 
 .home_8 {

+ 1 - 1
src/pages/information/index.vue

@@ -5,7 +5,7 @@
       <div class="links">
         <router-link :to="{name: 'information_news'}" class="link" >News</router-link>
         <router-link :to="{name: 'information_media'}" class="link">Media Library</router-link>
-        <router-link :to="{name: 'information_code'}" class="link">Social Media</router-link>
+        <!-- <router-link :to="{name: 'information_code'}" class="link">Social Media</router-link> -->
       </div>
     </div>
     <div class="content">

+ 3 - 2
src/pages/layout/header.vue

@@ -114,8 +114,9 @@ export default {
           show: false,
           childs: [
             {link: '/information/news', text: 'news'},
-            {link: '/information/media', text: 'media library'},
-            {link: '/information/code', text: 'Social media'}
+            {link: '/information/media', text: 'media library'}
+            // ,
+            // {link: '/information/code', text: 'Social media'}
           ]
         },
         {

+ 5 - 1
src/pages/planculture/style.css

@@ -1,3 +1,7 @@
+.banner .info h2 {
+  font-size: 26px;
+}
+
 .info h2 {
   font-size: 18px;
   color: #2d2d2d;
@@ -167,7 +171,7 @@
   }
 
   .banner h2 {
-    font-size: 48px;
+    font-size: 48px !important;
   }
 
   .ctrls > div {

+ 5 - 1
src/pages/planindustry/style.css

@@ -1,3 +1,7 @@
+.banner .info h2 {
+  font-size: 26px;
+}
+
 .info h2 {
   font-size: 18px;
   color: #2d2d2d;
@@ -76,7 +80,7 @@
     font-size: 30px;
   }
   .banner h2 {
-    font-size: 48px;
+    font-size: 48px !important;
   }
 
   .info p {

+ 5 - 2
src/pages/planlife/style.css

@@ -14,7 +14,7 @@
 }
 
 .banner h1 {
-  font-size: 18px;
+  font-size: 26px;
   color: #2d2d2d;
   margin-bottom: 20px;
 }
@@ -142,7 +142,7 @@
 }
 
 .lplan_4 {
-  text-align: center;
+  text-align: left;
   margin: 60px 0 50px;
   position: relative;
 }
@@ -166,6 +166,9 @@
 }
 
 @media screen and (min-width: 1040px) {
+  .lplan_4 {
+    text-align: center;
+  }
   .lplan_4 .info {
     position: absolute;
     left: 19%;