浏览代码

webchange

梁彦春 6 年前
父节点
当前提交
da4ab2d290

+ 1
- 1
src/components/commonComponents/footerNav.vue 查看文件

@@ -30,7 +30,7 @@ export default {
30 30
 .footer .footer-con{
31 31
   position: static;
32 32
   width: 100%;
33
-  padding: 0.93% 0;
33
+  padding: 5.3% 0;
34 34
   background: #0F1C38;
35 35
 
36 36
 }

+ 20
- 8
src/components/commonComponents/headerTab.vue 查看文件

@@ -182,7 +182,7 @@ export default {
182 182
 .logo {
183 183
   height: 35px;
184 184
 }
185
-.header-tab .el-menu--horizontal > .el-menu-item.is-active:before,
185
+
186 186
 .header-tab .el-menu--horizontal > .el-menu-item:hover:before{
187 187
    content: "";
188 188
     position: absolute;
@@ -191,20 +191,31 @@ export default {
191 191
     right: 0;
192 192
     margin: auto;
193 193
     display: inline-block;
194
-    width: 80px;
195
-     background-color:#4e84ff;
196
-     opacity:0.7326;
194
+    background-color:#4e84ff;
195
+    opacity:0.7326;
197 196
     height: 12px;
198 197
     animation: Width .3s ease-out;
199 198
 }
199
+.header-tab .el-menu--horizontal > .el-menu-item.is-active:before{
200
+  content: "";
201
+    position: absolute;
202
+    top: 12px;
203
+    left: 0;
204
+    right: 0;
205
+    margin: auto;
206
+    display: inline-block;
207
+    background-color:#4e84ff;
208
+    opacity:0.7326;
209
+    height: 12px;
210
+}
200 211
 @keyframes Width{
201 212
   from{
202 213
     width: 0;
203
-     background-color:#4e84ff;
214
+    background-color:#4e84ff;
204 215
     opacity:0.7326;
205 216
   }
206 217
   to{
207
-    width: 80px;
218
+    width: 100%;
208 219
      background-color:#4e84ff;
209 220
     opacity:0.7326;
210 221
   }
@@ -216,8 +227,9 @@ export default {
216 227
 
217 228
    
218 229
 .header-tab.transparent .nav_tittle{
219
-  width: 80px;
220
-  text-align: center;
230
+  display: flex;
231
+  justify-content: center;
232
+  padding: 0 4px;
221 233
   vertical-align: middle;
222 234
   color: #fff;
223 235
   position: relative;

+ 1
- 1
src/components/pages/aboutUs/aboutUs.vue 查看文件

@@ -96,7 +96,7 @@ export default {
96 96
       .logo {
97 97
         width: 303px;
98 98
         height: 110px;
99
-        box-shadow: 0px 0px 5px 0 #4171f2;
99
+        box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
100 100
         margin-bottom: 20px;
101 101
         border-radius: 4px;
102 102
         .logo1 {

+ 163
- 44
src/components/pages/index.vue 查看文件

@@ -4,7 +4,7 @@
4 4
       <headerTab></headerTab>
5 5
       <div class="container" :style="{'transform': 'translate3d(0px,-'+ fullPage*offsetheight +'px, 0px)'}">
6 6
         <div class="page-1 page fp-auto-height">
7
-          <div class="part-1" :class="page1 == true ? 'animated zoomIn 3s' :''">
7
+          <div class="part-1" :class="page1 == true ? 'animated fadeIn5' :''">
8 8
             <p class="part1-tit">荟房智慧管家</p>
9 9
             <span>智慧案场</span>
10 10
             <span>迎宾系统</span>
@@ -137,32 +137,39 @@
137 137
         <div class="page-4 fp-auto-height">
138 138
           <div class="page-4-con">
139 139
             <img class="opt" src="../../assets/image/home/background/opt.png" alt="">
140
-            <el-carousel :interval="4000" type="card" height="500px" indicator-position="none" arrow="never">
141
-              <el-carousel-item>
142
-                <p class="swiper-tittle">服务优势</p>
143
-                <div class="service">
144
-                  <p class="service-p1">定制化服务</p>
145
-                  <p class="service-p2">增值运维服务</p>
146
-                  <p class="service-p3">专业售后</p>
147
-                </div>
148
-              </el-carousel-item>
149
-              <el-carousel-item>
150
-                <p class="swiper-tittle">技术优势</p>
151
-                <div class="skill">
152
-                  <p class="skill-p1">超过十年的行业应用软件开发经验</p>
153
-                  <p class="skill-p2">丰富的智慧社区及智慧案场建设经验</p>
154
-                  <p class="skill-p3">长期的Java、Net、PHP、软件测试人才储备</p>
155
-                </div>
156
-              </el-carousel-item>
157
-              <el-carousel-item>
158
-                <p class="swiper-tittle">运营推广</p>
159
-                <div class="operation">
160
-                  <p class="Operation-p1">精准数字营销、专业策划设计</p>
161
-                  <p class="Operation-p2">DSP信息流广告</p>
162
-                  <p class="Operation-p3">线下社群活动</p>
163
-                </div>
164
-              </el-carousel-item>
165
-            </el-carousel>
140
+            <div class="page-4-swiper-container">
141
+    <div class="swiper-wrapper">
142
+      <div class="swiper-slide green-slide">
143
+
144
+        <p class="swiper-tittle">服务优势</p>
145
+        <div class="service">
146
+          <p class="service-p1">定制化服务</p>
147
+          <p class="service-p2">增值运维服务</p>
148
+          <p class="service-p3">专业售后</p>
149
+        </div>
150
+
151
+      </div>
152
+      <div class="swiper-slide blue-slide">
153
+
154
+        <p class="swiper-tittle">技术优势</p>
155
+        <div class="skill">
156
+          <p class="skill-p1">超过十年的行业应用软件开发经验</p>
157
+          <p class="skill-p2">丰富的智慧社区及智慧案场建设经验</p>
158
+          <p class="skill-p3">长期的Java、Net、PHP、软件测试人才储备</p>
159
+        </div>
160
+      </div>
161
+
162
+      <div class="swiper-slide orange-slide">
163
+
164
+        <p class="swiper-tittle">运营推广</p>
165
+        <div class="operation">
166
+          <p class="Operation-p1">精准数字营销、专业策划设计</p>
167
+          <p class="Operation-p2">DSP信息流广告</p>
168
+          <p class="Operation-p3">线下社群活动</p>
169
+        </div>
170
+      </div>
171
+    </div>
172
+  </div>
166 173
           </div>
167 174
         </div>
168 175
         <div class="page-5 fp-auto-height">
@@ -264,6 +271,12 @@ export default {
264 271
       loop: true,
265 272
       autoplay : 4000,
266 273
     });
274
+    var mySwiper = new Swiper('.page-4-swiper-container', {
275
+      centeredSlides: true,
276
+      slidesPerView: 3,
277
+      loop: true,
278
+      autoplay : 4000,
279
+    });
267 280
   },
268 281
   methods: {
269 282
     //
@@ -376,8 +389,8 @@ export default {
376 389
     .part-1 {
377 390
       color: #fff;
378 391
       position: relative;
379
-      top: 50%;
380
-      margin-top: -140px;
392
+      top: 25.8%;
393
+      // margin-top: 31.8%;
381 394
       // transform: translateX(605px);
382 395
       .part1-tit {
383 396
         width: 480px;
@@ -421,13 +434,9 @@ export default {
421 434
     // align-items: center;
422 435
     // justify-content: center;
423 436
     .page-2_con {
424
-      // position: absolute;
425
-      // top: 50%;
426
-      // left: 50%;
427
-      // transform: translate(-50%,-50%);
437
+      margin-top: 14.5%;
428 438
       .title {
429 439
         font-size: 56px;
430
-        padding-top: 10%;
431 440
       }
432 441
       img {
433 442
         width: 100%;
@@ -446,18 +455,19 @@ export default {
446 455
     align-items: center;
447 456
     // position: relative;
448 457
     .page-3_con {
458
+      padding-top: 8.5%;
449 459
       .title {
450 460
         font-size: 56px;
451 461
         // padding-top: 5%;
452 462
         color: #fff;
453 463
       }
454 464
       .produce {
455
-        width: 1000px;
465
+        width: 1250px;
456 466
         height: 680px;
457 467
         margin: 20px auto;
458 468
         .list {
459
-          width: 400px;
460
-          height: 300px;
469
+          width: 523px;
470
+          height: 322px;
461 471
           background-color: #fff;
462 472
           border-radius: 4px;
463 473
           padding: 0 40px;
@@ -465,18 +475,17 @@ export default {
465 475
           float: left;
466 476
           .list-name {
467 477
             color: #03033f;
468
-            border-bottom: 2px dashed #040445;
478
+            border-bottom: 1.5px dashed #040445;
469 479
             padding: 30px 0 18px 0;
470 480
             font-size: 30px;
471 481
           }
472 482
           img {
473
-            width: 330px;
474
-            height: 150px;
483
+            height: 143px;
475 484
             margin-top: 16px;
476 485
           }
477 486
           .list-desc {
478 487
             font-size: 18px;
479
-            line-height: 36px;
488
+            line-height: 72px;
480 489
             color: #000;
481 490
           }
482 491
         }
@@ -499,14 +508,117 @@ export default {
499 508
       // background: url("../../assets/image/home/background/opt.jpg") no-repeat
500 509
       // center;
501 510
       // background-size:
511
+      .page-4-swiper-container{
512
+        width: 87%;
513
+
514
+        overflow: hidden;
515
+        .swiper-wrapper{
516
+          margin: auto;
517
+          width: 87%;
518
+          overflow: hidden;
519
+        }
520
+      }
502 521
       .opt{
503
-        width: 100%;
522
+        width: 87%;
504 523
         height: 100%;
505 524
         position: absolute;
506 525
         top: 0;
507
-        left: 0;
526
+        left: 6.5%;
508 527
         z-index: 10;
509 528
       }
529
+      .page-4-swiper-container {
530
+      width: 87%;
531
+      /* height: 250px; */
532
+      // background-color: #fff;
533
+      margin: 0 6.5%;
534
+      text-align: center;
535
+    }
536
+    .swiper-wrapper{
537
+      display: flex;
538
+      justify-content: space-between;
539
+    }
540
+    .swiper-slide {
541
+      opacity: 1;
542
+      /* height: 100%; */
543
+      -webkit-transition: 300ms;
544
+      -moz-transition: 300ms;
545
+      -ms-transition: 300ms;
546
+      -o-transition: 300ms;
547
+      transition: 300ms;
548
+      -webkit-transform: scale(0.6735);
549
+      -moz-transform: scale(0.6735);
550
+      -ms-transform: scale(0.6735);
551
+      -o-transform: scale(0.6735);
552
+      transform: scale(0.6735);
553
+    }
554
+
555
+    .swiper-slide-visible {
556
+      opacity: 1;
557
+      -webkit-transform: scale(0.6735);
558
+      -moz-transform: scale(0.6735);
559
+      -ms-transform: scale(0.6735);
560
+      -o-transform: scale(0.6735);
561
+      transform: scale(0.6735);
562
+    }
563
+
564
+    .swiper-slide-active {
565
+      /* top: 0; */
566
+      opacity: 1;
567
+      -webkit-transform: scale(1);
568
+      -moz-transform: scale(1);
569
+      -ms-transform: scale(1);
570
+      -o-transform: scale(1);
571
+      transform: scale(1);
572
+    }
573
+
574
+    // .blue-slide {
575
+      
576
+    //   width: 573px !important;
577
+    //   height: 500px !important;
578
+    // }
579
+
580
+    // .orange-slide {
581
+      
582
+    //   width: 573px !important;
583
+    //   height: 500px !important;
584
+    // }
585
+
586
+    // .green-slide {
587
+      
588
+    //   width: 573px !important;
589
+    //   height: 500px !important;
590
+    // }
591
+
592
+
593
+
594
+
595
+    .swiper-tittle {
596
+      font-size: 60px;
597
+      font-weight: 500;
598
+      margin: 0 auto 58px auto;
599
+      color: rgba(255, 255, 255, 1);
600
+    }
601
+
602
+    .service,
603
+    .skill,
604
+    .operation {
605
+      display: flex;
606
+      justify-content: center;
607
+      flex-wrap: wrap;
608
+    }
609
+
610
+    .operation p,
611
+    .skill p,
612
+    .service p {
613
+      width: 573px !important;
614
+      height: 98px;
615
+      color: rgba(255, 255, 255, 1);
616
+      text-align: center;
617
+      line-height: 98px;
618
+      margin-bottom: 10px;
619
+      background: #2f2f80;
620
+      border-radius: 4px;
621
+    }
510 622
     }
511 623
     .title {
512 624
       font-size: 60px;
@@ -525,7 +637,7 @@ export default {
525 637
     overflow: hidden;
526 638
     .title {
527 639
       font-size: 56px;
528
-      padding-top: 5%;
640
+      padding-top: 9.2%;
529 641
       color: #fff;
530 642
     }
531 643
     .logo-box {
@@ -709,6 +821,9 @@ export default {
709 821
   right: 0;
710 822
   top: 0;
711 823
   padding: 15px 36px;
824
+  .right_con{
825
+    text-align: left;
826
+  }
712 827
 }
713 828
 
714 829
 .vs {
@@ -737,6 +852,7 @@ export default {
737 852
 }
738 853
 
739 854
 .left_con {
855
+  text-align: left;
740 856
   margin-left: 115px;
741 857
 }
742 858
 
@@ -805,6 +921,9 @@ export default {
805 921
 .fadeIn4 {
806 922
   animation: fadeIn2 4s;
807 923
 }
924
+.fadeIn5 {
925
+  animation: fadeIn 5s;
926
+}
808 927
 .foot{
809 928
   width: 100%;
810 929
   position: absolute;

+ 1
- 0
src/components/pages/productCenter/city.vue 查看文件

@@ -336,6 +336,7 @@ export default {
336 336
 .city_content {
337 337
   background: url(../../../assets/image/program/bg.jpg) no-repeat center;
338 338
   background-size: 100%;
339
+  margin-top: 174px;
339 340
   .product_int {
340 341
     margin: 0 auto;
341 342
     padding: 80px 0;

+ 0
- 1
src/components/pages/productCenter/release.vue 查看文件

@@ -149,7 +149,6 @@
149 149
                     <img class="img_L" src="../../../assets/image/release/Group5.jpg" alt>
150 150
                   </div>
151 151
                 </div>
152
-                <div class="product_int_boxes"></div>
153 152
               </div>
154 153
             </div>
155 154
           </div>

+ 50
- 53
src/components/pages/solution/solution.vue 查看文件

@@ -4,12 +4,12 @@
4 4
     <div class="title">
5 5
       <!-- <div class="cover-bg">
6 6
         <img src="../../../assets/image/program/bannerbg.png" alt>
7
-      </div> -->
7
+      </div>-->
8 8
       <div>
9 9
         <p class="tit">{{title}}</p>
10
-      <p class="label">{{desc}}</p>
11
-      <p class="label">{{desc2}}</p>
12
-      <p class="desc">{{engdesc}}</p>
10
+        <p class="label">{{desc}}</p>
11
+        <p class="label">{{desc2}}</p>
12
+        <p class="desc">{{engdesc}}</p>
13 13
       </div>
14 14
     </div>
15 15
     <div class="solution-main">
@@ -22,7 +22,7 @@
22 22
             <div class="main-box">
23 23
               <p class="con-tit">痛点描述</p>
24 24
               <span class="con-desc">Existing problem</span>
25
-              <div class="img-box">
25
+              <div class="img-box" style="width: 1203px;">
26 26
                 <div class="discribe_box">
27 27
                   <div class="dis_box_img">
28 28
                     <img src="../../../assets/image/wisdom/wisdom01.jpg" alt>
@@ -55,7 +55,6 @@
55 55
                     <p class="dis_p1">客户归属、划分不清</p>
56 56
                   </div>
57 57
                 </div>
58
-                
59 58
               </div>
60 59
             </div>
61 60
             <div class="programme-box">
@@ -100,7 +99,7 @@
100 99
               <span class="con-desc">Successful cases</span>
101 100
               <div class="best-con">
102 101
                 <div class="logo">
103
-                  <img src="../../../assets/image/logoicon/Bitmap.png" alt style="height:40px">
102
+                  <img src="../../../assets/image/logoicon/Bitmap.png" alt style="height: 40px;width:136px">
104 103
                   <span>智慧大屏机</span>
105 104
                 </div>
106 105
                 <div class="logo">
@@ -186,8 +185,6 @@
186 185
               <p class="con-tit" style="width:60px;">超脑</p>
187 186
               <p class="con-desc">Super brain</p>
188 187
               <div class="page-box">
189
-                
190
-                
191 188
                 <img class="super-img" src="../../../assets/image/program/community/Resource02.png" alt>
192 189
                 <div class="super-con super-one">
193 190
                   <img class="img-up" src="../../../assets/image/program/community/group03.png" alt>
@@ -257,7 +254,7 @@
257 254
                 <div class="label-con" :class="bgHover==1?'hover-div':''" @mouseenter="divHover(1)" @mouseleave="leaveHover(1)">
258 255
                   <div class="label-img">
259 256
                     <img v-if="bgHover==1" src="../../../assets/image/program/order/team1.png" alt>
260
-                    <img  v-if="bgHover!=1" src="../../../assets/image/program/order/team.png" alt>
257
+                    <img v-if="bgHover!=1" src="../../../assets/image/program/order/team.png" alt>
261 258
                   </div>
262 259
                   <p class="label-tit">专业开发团队</p>
263 260
                   <p class="label-desc">团队拥有丰富实战经验,千万金额成功项目,实力不容小觑</p>
@@ -265,7 +262,7 @@
265 262
                 <div class="label-con" :class="bgHover==2?'hover-div':''" @mouseenter="divHover(2)" @mouseleave="leaveHover(2)">
266 263
                   <div class="label-img">
267 264
                     <img v-if="bgHover==2" src="../../../assets/image/program/order/cost1.png" alt>
268
-                    <img   v-else src="../../../assets/image/program/order/cost.png" alt>
265
+                    <img v-else src="../../../assets/image/program/order/cost.png" alt>
269 266
                   </div>
270 267
                   <p class="label-tit">开发费用透明</p>
271 268
                   <p class="label-desc">消除行业壁垒,信息不对称问题,价格透明,比肩行业水平</p>
@@ -273,15 +270,15 @@
273 270
                 <div class="label-con" :class="bgHover==3?'hover-div':''" @mouseenter="divHover(3)" @mouseleave="leaveHover(3)">
274 271
                   <div class="label-img">
275 272
                     <img v-if="bgHover==3" src="../../../assets/image/program/order/time1.png" alt>
276
-                    <img  v-else src="../../../assets/image/program/order/time.png" alt>
273
+                    <img v-else src="../../../assets/image/program/order/time.png" alt>
277 274
                   </div>
278 275
                   <p class="label-tit">高质按时交付</p>
279 276
                   <p class="label-desc">不随意拖延开发工期,保证高质量按时交付成品</p>
280 277
                 </div>
281
-                <div class="label-con" :class="bgHover==4?'hover-div':''" @mouseenter="divHover(4)"  @mouseleave="leaveHover(4)">
278
+                <div class="label-con" :class="bgHover==4?'hover-div':''" @mouseenter="divHover(4)" @mouseleave="leaveHover(4)">
282 279
                   <div class="label-img">
283 280
                     <img v-if="bgHover==4" src="../../../assets/image/program/order/Operation.png" alt>
284
-                    <img  v-else src="../../../assets/image/program/order/Operation1.png" alt>
281
+                    <img v-else src="../../../assets/image/program/order/Operation1.png" alt>
285 282
                   </div>
286 283
                   <p class="label-tit">持续运营支持</p>
287 284
                   <p class="label-desc">按需提供软件上线后运营支持,修复漏洞服务</p>
@@ -289,7 +286,7 @@
289 286
                 <div class="label-con" :class="bgHover==5?'hover-div':''" @mouseenter="divHover(5)" @mouseleave="leaveHover(5)">
290 287
                   <div class="label-img">
291 288
                     <img v-if="bgHover==5" src="../../../assets/image/program/order/afterSale1.png" alt>
292
-                    <img  v-else src="../../../assets/image/program/order/afterSale.png" alt>
289
+                    <img v-else src="../../../assets/image/program/order/afterSale.png" alt>
293 290
                   </div>
294 291
                   <p class="label-tit">售后服务周到</p>
295 292
                   <p class="label-desc">秉承顾客至上理念,全方位跟进需求,专业解答您的所有疑惑</p>
@@ -300,7 +297,7 @@
300 297
               <p class="con-tit">业务范围</p>
301 298
               <span class="con-desc">The business scope</span>
302 299
               <div class="business-box">
303
-                <div class="business-con" >
300
+                <div class="business-con">
304 301
                   <img src="../../../assets/image/program/order/web.png" alt>
305 302
                   <p class="business-tit">web应用程序</p>
306 303
                   <p class="business-desc">基于互联网,浏览器端的应用程序</p>
@@ -376,8 +373,8 @@ export default {
376 373
       desc2: "",
377 374
       engdesc: "Intelligent face risk control system",
378 375
       colorHover: 2,
379
-      bgHover: 3,
380
-     
376
+      bgHover: 0,
377
+
381 378
     };
382 379
   },
383 380
   methods: {
@@ -400,13 +397,13 @@ export default {
400 397
         this.engdesc = "Intelligent face risk control system";
401 398
       }
402 399
     },
403
-    leaveHover(index){
400
+    leaveHover (index) {
404 401
       this.bgHover != index;
405 402
       this.bgHover = '';
406 403
     },
407 404
     spanHover (index) {
408 405
       this.colorHover = index;
409
-      
406
+
410 407
     },
411 408
     divHover (index) {
412 409
       this.bgHover = index;
@@ -424,7 +421,8 @@ export default {
424 421
     width: 100%;
425 422
     min-width: 1260px;
426 423
     height: 90%;
427
-    background: url('../../../assets/image/program/bannerbg.png') no-repeat center;
424
+    background: url("../../../assets/image/program/bannerbg.png") no-repeat
425
+      center;
428 426
     background-size: 100% 100%;
429 427
     // border-radius: 0 0 200% 200%;
430 428
     opacity: 1 !important;
@@ -476,8 +474,6 @@ export default {
476 474
       background-color: red;
477 475
     }
478 476
   }
479
-  .solution .solution-main .tab-bar {
480
-  }
481 477
 
482 478
   .solution-main {
483 479
     width: 100%;
@@ -515,8 +511,7 @@ export default {
515 511
         .el-tabs__item.is-active {
516 512
           color: #4e84ff;
517 513
         }
518
-        
519
-    
514
+
520 515
         .el-tabs__item {
521 516
           height: 100px;
522 517
           width: 250px;
@@ -553,15 +548,15 @@ export default {
553 548
         }
554 549
         .img-box {
555 550
           margin: 20px auto 0 auto;
556
-          width:1260px;
551
+          width: 1026px;
557 552
           display: flex;
558 553
           justify-content: space-between;
559 554
           .img-con {
560 555
             width: 288px;
561
-            height: 250px;
562
-            border-radius: 6px;
563
-            background-color: rgb(243, 240, 240);
564
-            margin: 0 5px;
556
+            height: 252px;
557
+            box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
558
+            border-radius: 10px;
559
+            background-color: #fff;
565 560
             display: inline-block;
566 561
             line-height: 50px;
567 562
             color: #808080;
@@ -578,8 +573,8 @@ export default {
578 573
           .label-con {
579 574
             width: 230px;
580 575
             height: 160px;
581
-            box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
582
-            border-radius:10px;
576
+            box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
577
+            border-radius: 10px;
583 578
             display: inline-block;
584 579
             border-radius: 5px;
585 580
             background-color: #fff;
@@ -610,7 +605,7 @@ export default {
610 605
               line-height: 20px;
611 606
             }
612 607
           }
613
-          .label-con:hover{
608
+          .label-con:hover {
614 609
             background-color: #4e84ff;
615 610
             .label-tit {
616 611
               color: #fff;
@@ -661,30 +656,28 @@ export default {
661 656
               font-size: 13px;
662 657
               color: #444;
663 658
               line-height: 20px;
664
-              width: 130px;
659
+              width: 135px;
665 660
               margin: 0 auto;
666 661
             }
667 662
           }
668
-          .business-con:hover{
669
-            box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
670
-            border-radius:10px;
663
+          .business-con:hover {
664
+            box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
665
+            border-radius: 10px;
671 666
           }
672
-          
673 667
         }
674 668
         .cases-box {
675 669
           margin: 40px auto;
676 670
           width: 1050px;
677 671
           height: 30px;
678
-          .cases-con:hover{
679
-            box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
680
-            border-radius:10px;
681
-          }
672
+          
682 673
           .cases-con {
683 674
             width: 190px;
684 675
             height: 186px;
685 676
             border-radius: 6px;
686 677
             margin: 0 10px;
687
-            
678
+            background-color: #fff;
679
+            box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
680
+            border-radius: 10px;
688 681
             font-size: 18px;
689 682
             color: #000;
690 683
             float: left;
@@ -821,7 +814,7 @@ export default {
821 814
           color: #4e84ff;
822 815
         }
823 816
         .best-con {
824
-          width: 1260px;
817
+          width: 945px;
825 818
           height: 240px;
826 819
           margin: 60px auto 0 auto;
827 820
           display: flex;
@@ -835,10 +828,10 @@ export default {
835 828
             padding: 0 20px;
836 829
             width: 255px;
837 830
             height: 140px;
838
-            box-shadow: 0px 0px 5px 0 #4171f2;
831
+            box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
839 832
             border-radius: 10px;
840 833
             img {
841
-              height: 80px;
834
+              width: 80px;
842 835
             }
843 836
             span {
844 837
               // margin-left:
@@ -849,7 +842,7 @@ export default {
849 842
       }
850 843
       .second-box {
851 844
         background: url("../../../assets/image/bg.png") no-repeat 0 100%;
852
-        
845
+
853 846
         width: 100%;
854 847
       }
855 848
       .community-box {
@@ -927,11 +920,15 @@ export default {
927 920
           color: #4e84ff;
928 921
         }
929 922
         .page-box {
930
-          width:1225px;
931
-height:563px;
932
-background:rgba(255,255,255,1);
933
-box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
934
-          padding: 26px 0;
923
+          width: 1216px;
924
+          height: 483px;
925
+          background: rgba(255, 255, 255, 1);
926
+          border-radius: 7px;
927
+          box-shadow: 0px 1px 14px 0px rgba(65, 101, 242, 0.2);
928
+          // padding: 26px 0;
929
+          display: flex;
930
+          align-items: center;
931
+          justify-content: center;
935 932
           margin: 40px auto;
936 933
           .smart-img {
937 934
             width: 928px;
@@ -953,7 +950,7 @@ box-shadow:0px 1px 14px 0px rgba(65,101,242,0.2);
953 950
           position: relative;
954 951
           padding: 20px;
955 952
           margin: 40px auto 20px auto;
956
-          
953
+
957 954
           .super-img {
958 955
             height: 512px;
959 956
           }

+ 3
- 2
src/main.js 查看文件

@@ -2,6 +2,8 @@
2 2
 // (runtime-only or standalone) has been set in webpack.base.conf with an alias.
3 3
 import Vue from 'vue'
4 4
 import App from './App'
5
+import ElementUI from 'element-ui'
6
+import 'element-ui/lib/theme-chalk/index.css'
5 7
 import router from './router'
6 8
 
7 9
 Vue.config.productionTip = false
@@ -13,8 +15,7 @@ Vue.use(VueFullpage)
13 15
 
14 16
 Vue.use(animate)
15 17
 
16
-import ElementUI from 'element-ui'
17
-import 'element-ui/lib/theme-chalk/index.css'
18
+
18 19
 
19 20
 Vue.use(ElementUI)
20 21