|
@@ -50,17 +50,13 @@
|
|
<!-- 产品和服务 -->
|
|
<!-- 产品和服务 -->
|
|
<div class="client-products-services">
|
|
<div class="client-products-services">
|
|
<h4 class="client-title">产品和服务</h4>
|
|
<h4 class="client-title">产品和服务</h4>
|
|
- <imgCardLv1 class="img-card" :option="item" v-for="(item,index) in productList" :key="index" :col-pc="3" :is-row="true"
|
|
|
|
- :col-h5="2">
|
|
|
|
-
|
|
|
|
|
|
+ <imgCardLv1 class="img-card" :option="item" v-for="(item,index) in productList" :key="index" :col-pc="3" :is-row="true" :col-h5="2">
|
|
<div class="btn-groups">
|
|
<div class="btn-groups">
|
|
<applyBtn class="apply-btn btn-item" v-if="item.shenqing" @active-pc="onApplyBtnActive"
|
|
<applyBtn class="apply-btn btn-item" v-if="item.shenqing" @active-pc="onApplyBtnActive"
|
|
@active-h5="onApplyBtnActiveH5"/>
|
|
@active-h5="onApplyBtnActiveH5"/>
|
|
<freeTrialBtn class="free-train-btn btn-item" v-if="item.mianfei" :myType="item.myType"/>
|
|
<freeTrialBtn class="free-train-btn btn-item" v-if="item.mianfei" :myType="item.myType"/>
|
|
<onlineInformationBtn class="online-information-btn btn-item" v-if="item.zixun"/>
|
|
<onlineInformationBtn class="online-information-btn btn-item" v-if="item.zixun"/>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
-
|
|
|
|
</imgCardLv1>
|
|
</imgCardLv1>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -495,10 +491,10 @@ export default {
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
|
|
.client-products-services {
|
|
.client-products-services {
|
|
- .img-card:nth-child(1) {
|
|
|
|
|
|
+ .img-card:nth-child(3) {
|
|
background: #fafffc;
|
|
background: #fafffc;
|
|
}
|
|
}
|
|
- .img-card:nth-child(3) {
|
|
|
|
|
|
+ .img-card:nth-child(5) {
|
|
background: #fafffc;
|
|
background: #fafffc;
|
|
}
|
|
}
|
|
}
|
|
}
|