|
@@ -14,7 +14,9 @@
|
|
|
<h4>随机组卷算法</h4>
|
|
|
|
|
|
<imgCardLv4 :option="productList[0]">
|
|
|
- <onlineInformationBtn class="green" myType="2" />
|
|
|
+ <div class="btn-groups">
|
|
|
+ <onlineInformationBtn class="green" myType="2" />
|
|
|
+ </div>
|
|
|
</imgCardLv4>
|
|
|
</div>
|
|
|
|
|
@@ -22,7 +24,9 @@
|
|
|
<div class="client-suijizujuan-box client-container">
|
|
|
<h4>同时请求次数</h4>
|
|
|
<imgCardLv4 :option="productList[1]">
|
|
|
- <onlineInformationBtn class="green" myType="2" />
|
|
|
+ <div class="btn-groups">
|
|
|
+ <onlineInformationBtn class="green" myType="2" />
|
|
|
+ </div>
|
|
|
</imgCardLv4>
|
|
|
</div>
|
|
|
|
|
@@ -30,7 +34,9 @@
|
|
|
<div class="client-suijizujuan-box client-container">
|
|
|
<h4>读写数据量大</h4>
|
|
|
<imgCardLv4 :option="productList[2]">
|
|
|
- <onlineInformationBtn class="green" myType="2" />
|
|
|
+ <div class="btn-groups">
|
|
|
+ <onlineInformationBtn class="green" myType="2" />
|
|
|
+ </div>
|
|
|
</imgCardLv4>
|
|
|
</div>
|
|
|
|
|
@@ -63,7 +69,7 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- H5 -->
|
|
|
- <div v-swiper:mySwiper="swiperOption" class="swiper-container client-container mta-hidden-sm">
|
|
|
+<!-- <div v-swiper:mySwiper="swiperOption" class="swiper-container mta-hidden-sm">
|
|
|
<div class="swiper-wrapper experience-content-box">
|
|
|
<div class="swiper-slide" v-for="item in anliList" :key="item.iild">
|
|
|
<div class="anli-content">
|
|
@@ -77,8 +83,27 @@
|
|
|
</div>
|
|
|
<div class="swiper-pagination swiper-pagination-style"></div>
|
|
|
<p class="experience-swiper-tip">←左右滑动查看更多→</p>
|
|
|
+ </div>-->
|
|
|
+ <div class="experience-swiper-box mta-hidden-sm">
|
|
|
+ <div v-swiper:mySwiper="swiperOption" class="swiper-container">
|
|
|
+ <div class="swiper-wrapper experience-content-box">
|
|
|
+ <div class="swiper-slide" v-for="item in anliList" :key="item.iild">
|
|
|
+ <div class="anli-content">
|
|
|
+ <img :src="item.pic">
|
|
|
+ <div>
|
|
|
+ <h3>{{item.title}}</h3>
|
|
|
+ <p>{{item.intro}}</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="swiper-pagination swiper-pagination-style"></div>
|
|
|
+ <p class="experience-swiper-tip">←左右滑动查看更多→</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
+
|
|
|
+
|
|
|
<div class="left-bg mta-hidden-xs"></div>
|
|
|
<div class="right-bg mta-hidden-xs"></div>
|
|
|
<div class="center-bg mta-hidden-xs"></div>
|