...
|
...
|
@@ -73,9 +73,9 @@ |
|
|
<img src="assets/img/shapes/shape1.png" alt="Shape">
|
|
|
</div>
|
|
|
</section>
|
|
|
<section class="rel text-center pt-30 pb-30">
|
|
|
<section class="rel text-center pt-30 pb-30 principle-section">
|
|
|
<div class="container">
|
|
|
<div class="row align-items-center pt-30">
|
|
|
<div class="row align-items-center pt-30 principle-section-item">
|
|
|
<div class="col-lg-12">
|
|
|
<div class=" mr-20 rmr-0 rmb-50 text-center">
|
|
|
<div class="mb-35">
|
...
|
...
|
@@ -117,7 +117,7 @@ |
|
|
|
|
|
</div>
|
|
|
</section>
|
|
|
<section class="about-section rel pt-60">
|
|
|
<section class="about-section rel pt-60 route-about-section">
|
|
|
<div class="container">
|
|
|
<div class="row align-items-center">
|
|
|
<div class="col-lg-12">
|
...
|
...
|
@@ -151,7 +151,7 @@ |
|
|
</div>
|
|
|
|
|
|
</section>
|
|
|
<section class="team-section rel pt-80 pb-80">
|
|
|
<section class="team-section rel pt-80 pb-80 compatible-section">
|
|
|
<div class="container">
|
|
|
<div class="mb-35 pr-65 align-items-center flex-column-center">
|
|
|
<div class="title-style">“魔镜智能”全面完成国产化兼容适配认证</div>
|
...
|
...
|
@@ -162,6 +162,9 @@ |
|
|
<img v-if="compatibleActive+1!=item.id" :src="'assets/img/index/'+item.logoUrl+'.png'" alt="">
|
|
|
<img v-if="compatibleActive+1==item.id" :src="'assets/img/index/'+item.logoUrlTip+'.png'" alt="">
|
|
|
</div>
|
|
|
<div class="section-item-sm">
|
|
|
<div :class="['section-item-sm-icon',{'section-item-active':compatibleActive==index}]" @mouseenter="showHoverCompatible(index)" @mouseleave="hideHoverCompatible()" v-for="(item,index) in logoData">{{item.name}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- <div class="team-carousel owl-carousel text-center" ref="teamCarousel">-->
|
|
|
<div class="compatible-carousel text-center" >
|
...
|
...
|
|