|
|
|
@ -13,8 +13,8 @@ |
|
|
|
|
|
|
|
|
|
<div class="block history gray"> |
|
|
|
|
<div :class="['inner', {'cursor-pointer': modules[1].form.link.linkName !== '无'}]" @click="openLink(modules[1].form)"> |
|
|
|
|
<h2 style="margin-left: 57px">{{ modules[1].form.title }}</h2> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<h2 class="wow fadeInLeft" style="margin-left: 57px">{{ modules[1].form.title }}</h2> |
|
|
|
|
<div class="texts wow fadeInDown" data-wow-delay="0.5s"> |
|
|
|
|
<div class="left"> |
|
|
|
|
<h2>{{ modules[1].form.subTitle }}</h2> |
|
|
|
|
<div class="line"></div> |
|
|
|
@ -27,22 +27,22 @@ |
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
|
<div class="inner"> |
|
|
|
|
<h2 class="b-title">{{ modules[2].form.title }}</h2> |
|
|
|
|
<p class="intro">{{ modules[2].form.des }}</p> |
|
|
|
|
<h2 class="b-title wow fadeInUp">{{ modules[2].form.title }}</h2> |
|
|
|
|
<p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[2].form.des }}</p> |
|
|
|
|
<ul class="card"> |
|
|
|
|
<li :class="['item1', {'cursor-pointer': modules[3].form.link.linkName !== '无'}]" @click="openLink(modules[3].form)"> |
|
|
|
|
<li :class="['item1 wow fadeInLeft', {'cursor-pointer': modules[3].form.link.linkName !== '无'}]" data-wow-delay="0.7s" @click="openLink(modules[3].form)"> |
|
|
|
|
<h6>{{ modules[3].form.title }}</h6> |
|
|
|
|
<div class="des" v-html="modules[3].form.des"></div> |
|
|
|
|
</li> |
|
|
|
|
<li :class="['item2', {'cursor-pointer': modules[4].form.link.linkName !== '无'}]" @click="openLink(modules[4].form)"> |
|
|
|
|
<li :class="['item2 wow fadeInRight', {'cursor-pointer': modules[4].form.link.linkName !== '无'}]" data-wow-delay="0.9s" @click="openLink(modules[4].form)"> |
|
|
|
|
<h6>{{ modules[4].form.title }}</h6> |
|
|
|
|
<div class="des" v-html="modules[4].form.des"></div> |
|
|
|
|
</li> |
|
|
|
|
<li :class="['item3', {'cursor-pointer': modules[5].form.link.linkName !== '无'}]" @click="openLink(modules[5].form)"> |
|
|
|
|
<li :class="['item3 wow fadeInLeft', {'cursor-pointer': modules[5].form.link.linkName !== '无'}]" data-wow-delay="1.1s" @click="openLink(modules[5].form)"> |
|
|
|
|
<h6>{{ modules[5].form.title }}</h6> |
|
|
|
|
<div class="des" v-html="modules[5].form.des"></div> |
|
|
|
|
</li> |
|
|
|
|
<li :class="['item4', {'cursor-pointer': modules[6].form.link.linkName !== '无'}]" @click="openLink(modules[6].form)"> |
|
|
|
|
<li :class="['item4 wow fadeInRight', {'cursor-pointer': modules[6].form.link.linkName !== '无'}]" data-wow-delay="1.3s" @click="openLink(modules[6].form)"> |
|
|
|
|
<h6>{{ modules[6].form.title }}</h6> |
|
|
|
|
<div class="des" v-html="modules[6].form.des"></div> |
|
|
|
|
</li> |
|
|
|
@ -52,30 +52,30 @@ |
|
|
|
|
|
|
|
|
|
<div class="block gray"> |
|
|
|
|
<div class="inner"> |
|
|
|
|
<h2 class="b-title">{{ modules[7].form.title }}</h2> |
|
|
|
|
<p class="intro">{{ modules[7].form.des }}</p> |
|
|
|
|
<h2 class="b-title wow fadeInUp">{{ modules[7].form.title }}</h2> |
|
|
|
|
<p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[7].form.des }}</p> |
|
|
|
|
<ul class="stat"> |
|
|
|
|
<li> |
|
|
|
|
<li class="wow fadeInLeft" data-wow-delay="0.2s"> |
|
|
|
|
<p class="num">{{ modules[8].form.title }}</p> |
|
|
|
|
<p class="text">{{ modules[8].form.des }}</p> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<li class="wow fadeInLeft" data-wow-delay="0.4s"> |
|
|
|
|
<p class="num">{{ modules[9].form.title }}</p> |
|
|
|
|
<p class="text">{{ modules[9].form.des }}</p> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<li class="wow fadeInLeft" data-wow-delay="0.6s"> |
|
|
|
|
<p class="num">{{ modules[10].form.title }}</p> |
|
|
|
|
<p class="text">{{ modules[10].form.des }}</p> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<li class="wow fadeInLeft" data-wow-delay="0.9s"> |
|
|
|
|
<p class="num">{{ modules[11].form.title }}</p> |
|
|
|
|
<p class="text">{{ modules[11].form.des }}</p> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<li class="wow fadeInLeft" data-wow-delay="1.1s"> |
|
|
|
|
<p class="num">{{ modules[12].form.title }}</p> |
|
|
|
|
<p class="text">{{ modules[12].form.des }}</p> |
|
|
|
|
</li> |
|
|
|
|
<li> |
|
|
|
|
<li class="wow fadeInLeft" data-wow-delay="1.3s"> |
|
|
|
|
<p class="num">{{ modules[13].form.title }}</p> |
|
|
|
|
<p class="text">{{ modules[13].form.des }}</p> |
|
|
|
|
</li> |
|
|
|
@ -85,8 +85,8 @@ |
|
|
|
|
|
|
|
|
|
<div class="plan"> |
|
|
|
|
<div :class="['inner', {'cursor-pointer': modules[14].form.link.linkName !== '无'}]" @click="openLink(modules[14].form)"> |
|
|
|
|
<img class="pic" :src="modules[14].form.pic" alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<img class="pic wow fadeInLeft" :src="modules[14].form.pic" alt=""> |
|
|
|
|
<div class="texts wow fadeInRight"> |
|
|
|
|
<h6>{{ modules[14].form.title }}</h6> |
|
|
|
|
<div class="des">{{ modules[14].form.des }}</div> |
|
|
|
|
<img src="@/assets/images/arrow-white.png" alt=""> |
|
|
|
@ -96,11 +96,11 @@ |
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
|
<div class="inner"> |
|
|
|
|
<h2 class="b-title">{{ modules[15].form.title }}</h2> |
|
|
|
|
<p class="intro">{{ modules[15].form.des }}</p> |
|
|
|
|
<h2 class="b-title wow fadeInUp">{{ modules[15].form.title }}</h2> |
|
|
|
|
<p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[15].form.des }}</p> |
|
|
|
|
<ul class="people"> |
|
|
|
|
<template v-for="(item, i) in modules[16].list"> |
|
|
|
|
<li v-if="item.isEnable" :key="i"> |
|
|
|
|
<li v-if="item.isEnable" :key="i" class="wow fadeInDown" data-wow-delay="0.5s"> |
|
|
|
|
<img class="pic" :src="item.pic" alt=""> |
|
|
|
|
<div class="texts"> |
|
|
|
|
<p class="sub">{{ item.subTitle }}</p> |
|
|
|
@ -116,20 +116,20 @@ |
|
|
|
|
|
|
|
|
|
<div class="block list-block gray"> |
|
|
|
|
<div class="inner"> |
|
|
|
|
<h2 class="b-title">{{ modules[17].form.title }}</h2> |
|
|
|
|
<p class="intro">{{ modules[17].form.des }}</p> |
|
|
|
|
<h2 class="b-title wow fadeInUp">{{ modules[17].form.title }}</h2> |
|
|
|
|
<p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[17].form.des }}</p> |
|
|
|
|
<ul class="list"> |
|
|
|
|
<li :class="{'cursor-pointer': modules[18].form.link.linkName !== '无'}" @click="openLink(modules[18].form)"> |
|
|
|
|
<li class="wow fadeInDown" data-wow-delay="0.6s" :class="{'cursor-pointer': modules[18].form.link.linkName !== '无'}" @click="openLink(modules[18].form)"> |
|
|
|
|
<img class="pic" :src="modules[18].form.pic" alt=""> |
|
|
|
|
<h6>{{ modules[18].form.title }}</h6> |
|
|
|
|
<p class="des">{{ modules[18].form.des }}</p> |
|
|
|
|
</li> |
|
|
|
|
<li :class="{'cursor-pointer': modules[19].form.link.linkName !== '无'}" @click="openLink(modules[19].form)"> |
|
|
|
|
<li class="wow fadeInDown" data-wow-delay="0.8s" :class="{'cursor-pointer': modules[19].form.link.linkName !== '无'}" @click="openLink(modules[19].form)"> |
|
|
|
|
<img class="pic" :src="modules[19].form.pic" alt=""> |
|
|
|
|
<h6>{{ modules[19].form.title }}</h6> |
|
|
|
|
<p class="des">{{ modules[19].form.des }}</p> |
|
|
|
|
</li> |
|
|
|
|
<li :class="{'cursor-pointer': modules[20].form.link.linkName !== '无'}" @click="openLink(modules[20].form)"> |
|
|
|
|
<li class="wow fadeInDown" data-wow-delay="1s" :class="{'cursor-pointer': modules[20].form.link.linkName !== '无'}" @click="openLink(modules[20].form)"> |
|
|
|
|
<img class="pic" :src="modules[20].form.pic" alt=""> |
|
|
|
|
<h6>{{ modules[20].form.title }}</h6> |
|
|
|
|
<p class="des">{{ modules[20].form.des }}</p> |
|
|
|
@ -140,9 +140,9 @@ |
|
|
|
|
|
|
|
|
|
<div class="block"> |
|
|
|
|
<div class="inner staff-inner"> |
|
|
|
|
<h2 class="b-title">{{ modules[21].form.title }}</h2> |
|
|
|
|
<p class="intro">{{ modules[21].form.des }}</p> |
|
|
|
|
<div :class="['staff', {'cursor-pointer': modules[22].form.link.linkName !== '无'}]" @click="openLink(modules[22].form)"> |
|
|
|
|
<h2 class="b-title wow fadeInUp">{{ modules[21].form.title }}</h2> |
|
|
|
|
<p class="intro wow fadeInUp" data-wow-delay="0.5s">{{ modules[21].form.des }}</p> |
|
|
|
|
<div :class="['staff wow fadeInDown', {'cursor-pointer': modules[22].form.link.linkName !== '无'}]" data-wow-delay="0.7s" @click="openLink(modules[22].form)"> |
|
|
|
|
<div class="left"> |
|
|
|
|
<h6>{{ modules[22].form.title }}</h6> |
|
|
|
|
<div class="des">{{ modules[22].form.des }}</div> |
|
|
|
@ -158,6 +158,7 @@ |
|
|
|
|
import mixins from '@/mixins/page' |
|
|
|
|
import Setting from '@/setting' |
|
|
|
|
import Util from '@/libs/util' |
|
|
|
|
import WOW from 'wow.js' |
|
|
|
|
export default { |
|
|
|
|
mixins: [mixins], |
|
|
|
|
data() { |
|
|
|
@ -166,7 +167,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
mounted() { |
|
|
|
|
|
|
|
|
|
new WOW().init() |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
// 获取文章详情 |
|
|
|
@ -188,6 +189,7 @@ export default { |
|
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
@import url(../../plugins/wow/animate.css); |
|
|
|
|
@import "../../styles/page/page.scss"; |
|
|
|
|
.history { |
|
|
|
|
h2 { |
|
|
|
@ -201,6 +203,10 @@ export default { |
|
|
|
|
margin-top: 20px; |
|
|
|
|
background-color: #fff; |
|
|
|
|
border-radius: 100px 0px 0px 0px; |
|
|
|
|
transition: .3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: scale(1.05); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.left { |
|
|
|
|
width: 695px; |
|
|
|
@ -231,6 +237,10 @@ export default { |
|
|
|
|
padding: 70px 67px 20px; |
|
|
|
|
margin-bottom: 28px; |
|
|
|
|
color: #fff; |
|
|
|
|
transition: .3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: scale(1.05); |
|
|
|
|
} |
|
|
|
|
&:nth-child(odd) { |
|
|
|
|
margin-right: 28px; |
|
|
|
|
} |
|
|
|
@ -268,11 +278,19 @@ export default { |
|
|
|
|
width: 42%; |
|
|
|
|
height: 488px; |
|
|
|
|
margin-bottom: -120px; |
|
|
|
|
transition: .3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: scale(1.05); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
.texts { |
|
|
|
|
width: 51%; |
|
|
|
|
margin-top: 36px; |
|
|
|
|
color: #fff; |
|
|
|
|
transition: .3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: translateY(20px); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
h6 { |
|
|
|
|
font-size: 36px; |
|
|
|
@ -287,6 +305,10 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
margin-bottom: 126px; |
|
|
|
|
transition: .3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: scale(1.05); |
|
|
|
|
} |
|
|
|
|
&:nth-child(even) { |
|
|
|
|
flex-direction: row-reverse; |
|
|
|
|
} |
|
|
|
@ -329,6 +351,10 @@ export default { |
|
|
|
|
margin-right: 28px; |
|
|
|
|
text-align: center; |
|
|
|
|
background-color: #F5F5F5; |
|
|
|
|
transition: .3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: scale(1.05); |
|
|
|
|
} |
|
|
|
|
&:last-child { |
|
|
|
|
margin-right: 0; |
|
|
|
|
} |
|
|
|
@ -351,6 +377,10 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
background: #F8F8F8; |
|
|
|
|
transition: .3s; |
|
|
|
|
&:hover { |
|
|
|
|
transform: scale(1.05); |
|
|
|
|
} |
|
|
|
|
.staff-inner { |
|
|
|
|
width: 1581px; |
|
|
|
|
} |
|
|
|
|