|
|
@@ -2,7 +2,7 @@
|
|
|
<!-- 首页 -->
|
|
|
<div class="home-index">
|
|
|
<div class="index-bg-1">
|
|
|
- <div v-if="!userToken" class="wow animate__animated animate__bounceInUp info-1 text-align-center box-sizing-border-box pt-100">
|
|
|
+ <div v-if="!userToken" class=" animate__animated animate__bounceInUp info-1 text-align-center box-sizing-border-box pt-100">
|
|
|
<div class="fs-34 fc-f fw-500 mb-12">{{$t('home.text1')}}</div>
|
|
|
<div class="fs-14 fc-f fw-400 mb-40">{{$t('home.text2')}}</div>
|
|
|
<div class="box-1 text-align-center fs-16 mb-12 hand-cursor" @click="toLogin()">{{$t('LoginIndex.login')}}</div>
|
|
|
@@ -11,27 +11,27 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="index-bg-2 box-sizing-border-box pt-60">
|
|
|
- <div class="fs-30 mb-18 text-align-center wow animate__animated animate__bounceInUp">{{$t('home.text3')}}</div>
|
|
|
- <div class="fs-14 mb-60 box-sizing-border-box plr-220 lh-20 wow animate__animated animate__bounceInUp">
|
|
|
+ <div class="fs-30 mb-18 text-align-center animate__animated animate__bounceInUp" >{{$t('home.text3')}}</div>
|
|
|
+ <div class="fs-14 mb-60 box-sizing-border-box plr-220 lh-20 animate__animated animate__bounceInUp" >
|
|
|
{{$t('home.text4')}}
|
|
|
</div>
|
|
|
<div class="box-sizing-border-box plr-220 justify-content-space-between">
|
|
|
- <div class="home-1 wow animate__animated animate__bounceInLeft">
|
|
|
- <img class="home-1-img wow fadadeInUp" src="@/assets/img/home/home-1-1.png" alt="">
|
|
|
+ <div class="home-1 animate__animated animate__bounceInLeft">
|
|
|
+ <img class="home-1-img fadadeInUp" src="@/assets/img/home/home-1-1.png" alt="">
|
|
|
<div class="fs-14 mb-5">{{$t('home.text5')}}</div>
|
|
|
<div class="fs-12 lh-17">{{$t('home.text6')}}</div>
|
|
|
</div>
|
|
|
- <div class="home-1 wow animate__animated animate__bounceInLeft">
|
|
|
+ <div class="home-1 animate__animated animate__bounceInLeft">
|
|
|
<img class="home-1-img" src="@/assets/img/home/home-1-2.png" alt="">
|
|
|
<div class="fs-14 mb-5">{{$t('home.text7')}}</div>
|
|
|
<div class="fs-12 lh-17">{{$t('home.text8')}}</div>
|
|
|
</div>
|
|
|
- <div class="home-1 wow animate__animated animate__bounceInRight">
|
|
|
+ <div class="home-1 animate__animated animate__bounceInRight">
|
|
|
<img class="home-1-img" src="@/assets/img/home/home-1-3.png" alt="">
|
|
|
<div class="fs-14 mb-5">{{$t('home.text9')}}</div>
|
|
|
<div class="fs-12 lh-17">{{$t('home.text10')}}</div>
|
|
|
</div>
|
|
|
- <div class="home-1 wow animate__animated animate__bounceInRight">
|
|
|
+ <div class="home-1 animate__animated animate__bounceInRight">
|
|
|
<img class="home-1-img" src="@/assets/img/home/home-1-4.png" alt="">
|
|
|
<div class="fs-14 mb-5">{{$t('home.text11')}}</div>
|
|
|
<div class="fs-12 lh-17">{{$t('home.text12')}}</div>
|
|
|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="index-bg-3 box-sizing-border-box pt-60 ">
|
|
|
+ <div class="index-bg-3 box-sizing-border-box pt-60">
|
|
|
<div class="fs-30 mb-18 text-align-center mb-60 wow animate__animated animate__bounceInUp">{{$t('home.text13')}}</div>
|
|
|
<div class="justify-content-space-between plr-220 box-sizing-border-box mb-18">
|
|
|
<div class="box-sizing-border-box p-15-20 bg-c-f w-490 wow animate__animated animate__bounceInLeft">
|
|
|
@@ -87,7 +87,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="index-bg-5 box-sizing-border-box pt-60 wow animate__animated animate__bounceInUp">
|
|
|
+ <div class="index-bg-5 box-sizing-border-box pt-60 wow animate__animated animate__bounceInUp" data-wow-delay='0.5s'>
|
|
|
<div class="fs-42 fw-600 mb-18 text-align-center mb-12">{{$t('home.text23')}}</div>
|
|
|
<div class="fs-12 mb-18 text-align-center mb-12 mb-60 plr-314 lh-20">{{$t('home.text24')}}</div>
|
|
|
|
|
|
@@ -143,7 +143,9 @@ export default {
|
|
|
this.userToken = window.localStorage.getItem('userToken')
|
|
|
},
|
|
|
mounted() {
|
|
|
-
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.$wow.init()
|
|
|
+ });
|
|
|
},
|
|
|
methods: {
|
|
|
toLogin(){
|