zjxpcyc преди 6 години
родител
ревизия
f6f95cdeaa
променени са 3 файла, в които са добавени 2949 реда и са изтрити 2863 реда
  1. 2889
    2861
      package-lock.json
  2. 17
    1
      src/pages/invitation/index.vue
  3. 43
    1
      src/pages/invitation/page.scss

+ 2889
- 2861
package-lock.json
Файловите разлики са ограничени, защото са твърде много
Целия файл


+ 17
- 1
src/pages/invitation/index.vue Целия файл

@@ -79,7 +79,7 @@
79 79
               <div class="sub_title">
80 80
                 <img :class="['chxz_title', (swiper || {}).activeIndex === 3 ? 'animated zoomIn': '']" src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/19nhyqh_title.png">
81 81
                 <img :class="['chxz_title_ch', (swiper || {}).activeIndex === 3 ? 'animated fadeInLeft': '']" style="animation-delay: 0.5s;" src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/19nhyqh_title_ch.png">
82
-                <img :class="['chxz_title_ch', (swiper || {}).activeIndex === 3 ? 'animated fadeIn': '']" style="animation-delay: 1s;" src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/19nhyqh_ch_desc.png">
82
+                <img :class="['chxz_desc', (swiper || {}).activeIndex === 3 ? 'animated fadeIn': '']" style="animation-delay: 1s;" src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/19nhyqh_ch_desc.png">
83 83
               </div>
84 84
               <el-amap ref="map" vid="amapDemo" :center="mapCenter" :zoom="15" :class="['amap', (swiper || {}).activeIndex === 3 ? 'animated fadeIn': '']" style="animation-delay: 1s;">
85 85
                 <el-amap-marker :position="mapCenter" :events="events"></el-amap-marker>
@@ -90,6 +90,22 @@
90 90
             </div>
91 91
           </div>
92 92
         </div>
93
+        <div class="swiper-slide hydlPage">
94
+          <div>
95
+            <div class="subPage">
96
+              <div class="sub_title">
97
+                <img :class="['hydl_title', (swiper || {}).activeIndex === 4 ? 'animated zoomIn': '']" src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/19nhyqh_title.png">
98
+                <img :class="['hydl_title_en', (swiper || {}).activeIndex === 4 ? 'animated fadeIn': '']" style="animation-delay: 0.5s;" src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/invitation_letter.png">
99
+              </div>
100
+              <div class="sub_content">
101
+                <img :class="['sub_content_img', (swiper || {}).activeIndex === 4 ? 'animated fadeInUp': '']" src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/welcome.png" alt="">
102
+              </div>
103
+              <div class="sub_bottom">
104
+                <img src="https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/bottom-logo.png">
105
+              </div>
106
+            </div>
107
+          </div>
108
+        </div>
93 109
     </div>
94 110
   </div>
95 111
 </template>

+ 43
- 1
src/pages/invitation/page.scss Целия файл

@@ -255,7 +255,7 @@
255 255
         li{
256 256
           align-items: center;
257 257
           &:not(:first-child){
258
-            margin-top: 20px;
258
+            margin-top: 17px;
259 259
           }
260 260
           span{
261 261
             &:first-child{
@@ -360,3 +360,45 @@
360 360
     }
361 361
   }
362 362
 }
363
+
364
+.hydlPage{
365
+  background: url(https://jingcheng-h5.oss-cn-beijing.aliyuncs.com/nh/19nhyqh_bg.jpg);
366
+  width: 100%;
367
+  height: 100%;
368
+  .subPage{
369
+    width: 100%;
370
+    position: absolute;
371
+    left: 50%;
372
+    top: 50%;
373
+    transform: translate(-50%, -50%);
374
+    -webkit-transform: translate(-50%, -50%);
375
+    .sub_title{
376
+      text-align: center;
377
+      .hydl_title{
378
+        width: 65vw;
379
+      }
380
+      .hydl_title_en{
381
+        width: 65vw;
382
+        margin-top: 8px;
383
+      }
384
+    }
385
+    
386
+    .sub_content {
387
+      padding: 60px 0 40px;
388
+
389
+      .sub_content_img {
390
+        display: block;
391
+        margin: 0 auto;
392
+        height: 48vh;
393
+      }
394
+    }
395
+
396
+    .sub_bottom{
397
+      margin-top: 5vh;
398
+      text-align: center;
399
+      img{
400
+        width: 104px;
401
+      }
402
+    }
403
+  }
404
+}