许成详 6 anos atrás
pai
commit
7492f2213e

BIN
src/assets/images/icon-49.gif Ver arquivo


BIN
src/assets/images/icon-49.png Ver arquivo


BIN
src/assets/images/icon-87.gif Ver arquivo


+ 12
- 0
src/pages/animate.scss Ver arquivo

@@ -29,3 +29,15 @@
29 29
   100% {opacity: 1;}
30 30
 }
31 31
 
32
+// 眨眼动画
33
+@keyframes BlinkAnimation
34
+{
35
+  0% {box-shadow: 0 0 0 .02rem rgba(240, 198, 162, .08)}
36
+  100% {box-shadow: 0 0 .2rem .02rem rgba(240, 198, 162, .08)}
37
+}
38
+@-webkit-keyframes BlinkAnimation
39
+{
40
+  0% {box-shadow: 0 0 0 .02rem rgba(240, 198, 162, .08)}
41
+  100% {box-shadow: 0 0 .2rem .02rem rgba(240, 198, 162, .08)}
42
+}
43
+

+ 103
- 9
src/pages/zhiNengYuan.vue Ver arquivo

@@ -83,15 +83,12 @@
83 83
           <br>
84 84
           <b>动</b>起来,恣意徜徉。
85 85
           <br>
86
-          <br>
87
-          浪漫绿袖,寻香花轴,
86
+          <br>浪漫绿袖,寻香花轴,
88 87
           <br>
89 88
           <b>静</b>下来,细数时光。
90 89
           <br>
91
-          <br>
92
-          水岸假日花园、平台尊享花园、山林
93
-          <br>
94
-          体验花园,
90
+          <br>水岸假日花园、平台尊享花园、山林
91
+          <br>体验花园,
95 92
           <br>
96 93
           <b>享</b>其乐融融,看岁月之美。
97 94
         </span>
@@ -102,7 +99,34 @@
102 99
       <div class="bigImg">
103 100
         <img src="../assets/images/icon-43.jpg" @load="imgLoad" class="icon43" width="100%" alt>
104 101
       </div>
105
-      <div class="scrollPage"></div>
102
+      <div class="scrollPage">
103
+        <img
104
+          src="../assets/images/icon-49.gif"
105
+          style="margin-top: .2rem;"
106
+          @load="imgLoad"
107
+          class="icon49"
108
+          width="100%"
109
+          alt
110
+        >
111
+        <div class="dashLine hide" style="margin-top: 0">
112
+          <div>
113
+            <div></div>
114
+          </div>
115
+        </div>
116
+        <h4>智慧门禁</h4>
117
+        <img src="../assets/images/icon-87.gif" @load="imgLoad" class="icon87" width="100%" alt>
118
+        <b>人脸识别系统:</b>
119
+        <span>抛弃繁琐方式,解放双手,让出入
120
+          <br>更加安全便捷。
121
+        </span>
122
+        <div class="dashLine">
123
+          <div>
124
+            <div></div>
125
+          </div>
126
+        </div>
127
+        <h4>智慧预防</h4>
128
+        <img src="../assets/images/icon-50.jpg" @load="imgLoad" class="icon50" width="100%" alt>
129
+      </div>
106 130
     </div>
107 131
     <div class="foot">
108 132
       <span :class="{'active': imgNum >= totalImgNum && scrollTop >= scrollArr[2]}">对接工作与生活,开启今天与明天!
@@ -354,8 +378,8 @@ export default {
354 378
       &.active {
355 379
         opacity: 1;
356 380
       }
357
-      b{
358
-        font-size: .12rem;
381
+      b {
382
+        font-size: 0.12rem;
359 383
         color: #dfa870;
360 384
       }
361 385
     }
@@ -385,5 +409,75 @@ export default {
385 409
       margin-top: 0.35rem;
386 410
     }
387 411
   }
412
+  .dashLine {
413
+    width: 100%;
414
+    position: relative;
415
+    overflow: visible;
416
+    text-align: center;
417
+    margin-top: .1rem;
418
+    > div {
419
+      display: inline-block;
420
+      width: 1px;
421
+      height: 0.55rem;
422
+      border-left: 2px dashed #dfa870;
423
+      margin-left: 1px;
424
+    }
425
+    &::after,
426
+    &::before {
427
+      content: "";
428
+      width: 0.08rem;
429
+      height: 0.08rem;
430
+      display: block;
431
+      position: absolute;
432
+      left: 50%;
433
+      transform: translateX(-50%);
434
+      -webkit-transform: translateX(-50%);
435
+      background: #dfa870;
436
+      border-radius: 100%;
437
+      animation: BlinkAnimation 1s linear;
438
+      -webkit-animation: BlinkAnimation 1s linear;
439
+      animation-iteration-count: infinite;
440
+      -webkit-animation-iteration-count: infinite;
441
+    }
442
+    &::after {
443
+      bottom: 0;
444
+    }
445
+    &::before {
446
+      top: 0;
447
+    }
448
+    &.hide::before {
449
+      display: none;
450
+    }
451
+  }
452
+  .box5 {
453
+    .scrollPage {
454
+      h4 {
455
+        width: 100%;
456
+        text-align: center;
457
+        font-size: 0.21rem;
458
+        font-family: "宋体";
459
+        line-height: 1.5;
460
+        margin: 0.1rem 0;
461
+        color: #dea369;
462
+        font-weight: normal;
463
+      }
464
+      >b{
465
+        width: 100%;
466
+        display: block;
467
+        text-align: center;
468
+        color: #dea369;
469
+        font-size: .14rem;
470
+        line-height: 1.5;
471
+        margin: .05rem auto 0;
472
+      }
473
+      >span{
474
+        width: 100%;
475
+        display: block;
476
+        text-align: center;
477
+        font-size: .11rem;
478
+        line-height: 1.5;
479
+      }
480
+    }
481
+  }
388 482
 }
389 483
 </style>