|
|
@@ -20,10 +20,10 @@
|
|
|
<div class="con-box">
|
|
|
<div class="con">
|
|
|
<div class="num">
|
|
|
- <countTo :startVal='0' :endVal='420' :duration='3000'></countTo>
|
|
|
+ <countTo :startVal='0' :endVal='420' :duration='5000'></countTo>
|
|
|
<span class="unit">个</span>
|
|
|
</div>
|
|
|
- <p class="color-gray wow animate__animated animate__fadeInLeft">学员覆盖城市地区</p>
|
|
|
+ <p class="color-gray">学员覆盖城市地区</p>
|
|
|
</div>
|
|
|
<div class="hover-box">
|
|
|
<div class="icon">
|
|
|
@@ -38,10 +38,10 @@
|
|
|
<div class="con-box">
|
|
|
<div class="con">
|
|
|
<div class="num">
|
|
|
- <countTo :startVal='79000' :endVal='800000' :duration='3000'></countTo>
|
|
|
+ <countTo :startVal='795000' :endVal='800000' :duration='5000'></countTo>
|
|
|
<span class="unit">+</span>
|
|
|
</div>
|
|
|
- <p class="color-gray wow animate__animated animate__fadeInDown">累计服务学员</p>
|
|
|
+ <p class="color-gray">累计服务学员</p>
|
|
|
</div>
|
|
|
<div class="hover-box">
|
|
|
<div class="icon">
|
|
|
@@ -56,10 +56,10 @@
|
|
|
<div class="con-box">
|
|
|
<div class="con">
|
|
|
<div class="font52 num">
|
|
|
- <countTo :startVal='0' :endVal='98.6' :decimals='1' :duration='3000'></countTo>
|
|
|
+ <countTo :startVal='0' :endVal='98.6' :decimals='1' :duration='5000'></countTo>
|
|
|
<span class="unit">%</span>
|
|
|
</div>
|
|
|
- <p class="color-gray wow animate__animated animate__fadeInRight">评价好评率</p>
|
|
|
+ <p class="color-gray">评价好评率</p>
|
|
|
</div>
|
|
|
<div class="hover-box">
|
|
|
<div class="icon">
|
|
|
@@ -91,11 +91,11 @@
|
|
|
<span class="dot"></span>
|
|
|
<p>中德智慧创始人</p>
|
|
|
</div> -->
|
|
|
- <p class="title founder-item wow animate__animated animate__fadeInLeft">培养优质思维模式,建构思维“芯”</p>
|
|
|
+ <p class="title founder-item wow animate__animated animate__fadeInDown">培养优质思维模式,建构思维“芯”</p>
|
|
|
<p
|
|
|
- class="desc founder-item wow animate__animated animate__fadeInDown"
|
|
|
+ class="desc founder-item wow animate__animated animate__fadeInUp"
|
|
|
>全球优质儿童逻辑思维教育专家以国际教育理念为指导,推动中国学前教育事业发展成为中国学前儿童思维教育领域奠基者和创领者之- -率先领导和实践幼儿园思维游戏化教学,用全球同频使用的优质思维教育内容,为0-12岁儿童培养优质思维模式,建构思维“芯”。是国际化科技教育内容的创始者,以“让中国孩子幸福成长”为使命,始终以‘走出去、请进来”、“洋为中用”的全球化视野,融合中西文化,全力打造具有成长型思维模式的未来人才</p>
|
|
|
- <div class="btn founder-item wow animate__animated animate__fadeInDown">
|
|
|
+ <div class="btn founder-item wow animate__animated animate__zoomIn">
|
|
|
<nuxt-link to="/about/brand">了解中德智慧</nuxt-link>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -143,7 +143,7 @@
|
|
|
|
|
|
<!-- <div class="cate-list thinking-cate-list">
|
|
|
<div
|
|
|
- class="thinking-product-item wow animate__animated animate__lightSpeedInLeft"
|
|
|
+ class="thinking-product-item"
|
|
|
v-for="(item, index) in productList"
|
|
|
:key="index"
|
|
|
@click="clickProduct(item)"
|
|
|
@@ -234,7 +234,7 @@
|
|
|
</div>
|
|
|
<div class="cate-list course-cate-list">
|
|
|
<div
|
|
|
- class="product-item course-product-item wow animate__animated animate__lightSpeedInRight"
|
|
|
+ class="product-item course-product-item"
|
|
|
v-for="(item, index) in courseList"
|
|
|
:key="index"
|
|
|
>
|
|
|
@@ -288,7 +288,7 @@
|
|
|
</div>
|
|
|
<div class="scenes-content-box">
|
|
|
<ul class="panorama-education-list">
|
|
|
- <li class="mobile-education mobile-education-1 wow animate__animated animate__jackInTheBox" @mouseenter="mobileEnter">
|
|
|
+ <li class="mobile-education mobile-education-1" @mouseenter="mobileEnter">
|
|
|
<div class="small-education-div">
|
|
|
<div class="mobile-small-img">
|
|
|
<img src="~/assets/images/index/teach_01_icon_nor.png" alt="" srcset="">
|
|
|
@@ -318,7 +318,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
- <li class="mobile-education mobile-education-2 wow animate__animated animate__jackInTheBox" @mouseenter="mobileEnter">
|
|
|
+ <li class="mobile-education mobile-education-2" @mouseenter="mobileEnter">
|
|
|
<div class="small-education-div">
|
|
|
<div class="mobile-small-img">
|
|
|
<img src="~/assets/images/index/teach_02_icon_nor.png" alt="" srcset="">
|
|
|
@@ -348,7 +348,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
- <li class="mobile-education mobile-education-3 wow animate__animated animate__jackInTheBox" @mouseenter="mobileEnter">
|
|
|
+ <li class="mobile-education mobile-education-3" @mouseenter="mobileEnter">
|
|
|
<div class="small-education-div">
|
|
|
<div class="mobile-small-img">
|
|
|
<img src="~/assets/images/index/teach_03_icon_nor.png" alt="" srcset="">
|
|
|
@@ -378,7 +378,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
- <li class="mobile-education mobile-education-4 wow animate__animated animate__jackInTheBox" @mouseenter="mobileEnter">
|
|
|
+ <li class="mobile-education mobile-education-4" @mouseenter="mobileEnter">
|
|
|
<div class="small-education-div">
|
|
|
<div class="mobile-small-img">
|
|
|
<img src="~/assets/images/index/teach_04_icon_nor.png" alt="" srcset="">
|
|
|
@@ -409,7 +409,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
- <li class="mobile-education mobile-education-5 wow animate__animated animate__jackInTheBox" @mouseenter="mobileEnter">
|
|
|
+ <li class="mobile-education mobile-education-5" @mouseenter="mobileEnter">
|
|
|
<div class="small-education-div">
|
|
|
<div class="mobile-small-img">
|
|
|
<img src="~/assets/images/index/teach_05_icon_nor.png" alt="" srcset="">
|
|
|
@@ -451,16 +451,16 @@
|
|
|
<div class="title-en">SMALL TOWN</div>
|
|
|
逻辑狗探索小镇
|
|
|
</div>
|
|
|
- <p class="title-sub animate__animated wow animate__fadeInLeft">专注3.4-12岁儿童优质思维能力养成的场景式,游戏化体验中心</p>
|
|
|
+ <p class="title-sub">专注3.4-12岁儿童优质思维能力养成的场景式,游戏化体验中心</p>
|
|
|
</div>
|
|
|
<div class="town-content-box">
|
|
|
<div class="town-btn-group">
|
|
|
- <div class="town-btn-about animate__animated wow animate__fadeInLeft">
|
|
|
+ <div class="town-btn-about">
|
|
|
<nuxt-link to="/about/brand">
|
|
|
了解我们
|
|
|
</nuxt-link>
|
|
|
</div>
|
|
|
- <div class="town-btn-join animate__animated wow animate__fadeInRight">
|
|
|
+ <div class="town-btn-join">
|
|
|
<nuxt-link to="/cooperate">
|
|
|
加入我们
|
|
|
</nuxt-link>
|
|
|
@@ -469,43 +469,43 @@
|
|
|
<div class="town-content-skill">
|
|
|
<div class="town-content-img">
|
|
|
<img src="~/assets/images/index/town_img.png" alt="" srcset="">
|
|
|
- <div class="skill-item skill-item-01 wow animate__animated animate__lightSpeedInLeft">
|
|
|
+ <div class="skill-item skill-item-01">
|
|
|
<img src="~/assets/images/index/icon_town_01.png" alt="" srcset="">
|
|
|
<p>知识迁移</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-02 wow animate__animated animate__lightSpeedInRight">
|
|
|
+ <div class="skill-item skill-item-02">
|
|
|
<img src="~/assets/images/index/icon_town_02.png" alt="" srcset="">
|
|
|
<p class="big-font">观察能力</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-03 wow animate__animated animate__lightSpeedInLeft">
|
|
|
+ <div class="skill-item skill-item-03">
|
|
|
<img src="~/assets/images/index/icon_town_03.png" alt="" srcset="">
|
|
|
<p>手眼协调</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-04 wow animate__animated animate__lightSpeedInRight">
|
|
|
+ <div class="skill-item skill-item-04">
|
|
|
<img src="~/assets/images/index/icon_town_04.png" alt="" srcset="">
|
|
|
<p class="big-font">语言能力</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-05 wow animate__animated animate__lightSpeedInLeft">
|
|
|
+ <div class="skill-item skill-item-05">
|
|
|
<img src="~/assets/images/index/icon_town_05.png" alt="" srcset="">
|
|
|
<p class="big-font">想象能力</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-06 wow animate__animated animate__lightSpeedInRight">
|
|
|
+ <div class="skill-item skill-item-06">
|
|
|
<img src="~/assets/images/index/icon_town_06.png" alt="" srcset="">
|
|
|
<p>分类能力</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-07 wow animate__animated animate__lightSpeedInLeft">
|
|
|
+ <div class="skill-item skill-item-07">
|
|
|
<img src="~/assets/images/index/icon_town_07.png" alt="" srcset="">
|
|
|
<p>推理能力</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-08 wow animate__animated animate__lightSpeedInRight">
|
|
|
+ <div class="skill-item skill-item-08">
|
|
|
<img src="~/assets/images/index/icon_town_08.png" alt="" srcset="">
|
|
|
<p class="big-font">空间能力</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-09 wow animate__animated animate__lightSpeedInLeft">
|
|
|
+ <div class="skill-item skill-item-09">
|
|
|
<img src="~/assets/images/index/icon_town_09.png" alt="" srcset="">
|
|
|
<p class="big-font">专注能力</p>
|
|
|
</div>
|
|
|
- <div class="skill-item skill-item-10 wow animate__animated animate__lightSpeedInRight">
|
|
|
+ <div class="skill-item skill-item-10">
|
|
|
<img src="~/assets/images/index/icon_town_10.png" alt="" srcset="">
|
|
|
<p>数学能力</p>
|
|
|
</div>
|
|
|
@@ -538,20 +538,8 @@
|
|
|
ref="swiperExpertBox"
|
|
|
>
|
|
|
<div class="swiper-wrapper">
|
|
|
- <div class="swiper-slide">
|
|
|
- <img
|
|
|
- src="https://static-www.putaocdn.com/pc/static/img/img_jiaoyu_mokuai3_yanfa2@2x.v202007141810.png"
|
|
|
- >
|
|
|
- </div>
|
|
|
- <div class="swiper-slide">
|
|
|
- <img
|
|
|
- src="https://static-www.putaocdn.com/pc/static/img/img_jiaoyu_mokuai3_yanfa3@2x.v202007141810.png"
|
|
|
- >
|
|
|
- </div>
|
|
|
- <div class="swiper-slide">
|
|
|
- <img
|
|
|
- src="https://static-www.putaocdn.com/pc/static/img/img_jiaoyu_mokuai3_yanfa1@2x.v202007141810.png"
|
|
|
- >
|
|
|
+ <div class="swiper-slide" v-for="(item, index) in expertList" :key="index">
|
|
|
+ <img :src="item.imgUrl" />
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -674,6 +662,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+
|
|
|
if (process.browser) {
|
|
|
var { WOW } = require('wowjs')
|
|
|
}
|
|
|
@@ -1243,6 +1232,20 @@ export default {
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
+ expertList: [
|
|
|
+ {
|
|
|
+ imgUrl: require('~/assets/images/index/expert_card_01.png'),
|
|
|
+ title: '中德智慧',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ imgUrl: require('~/assets/images/index/expert_card_01.png'),
|
|
|
+ title: '中德智慧',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ imgUrl: require('~/assets/images/index/expert_card_02.png'),
|
|
|
+ title: '中德智慧',
|
|
|
+ }
|
|
|
+ ],
|
|
|
swiperOption: {
|
|
|
// 配置说明直接看官网
|
|
|
slidesPerView: "auto",
|
|
|
@@ -1741,6 +1744,10 @@ ul.cate-nav {
|
|
|
padding: 55px 0;
|
|
|
.hover-box {
|
|
|
visibility: hidden;
|
|
|
+ img {
|
|
|
+ width: 146px;
|
|
|
+ height: 146px;
|
|
|
+ }
|
|
|
}
|
|
|
&:hover {
|
|
|
.hover-box {
|