|
@@ -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>
|