|
@@ -17,9 +17,9 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- 产品优势 -->
|
|
<!-- 产品优势 -->
|
|
- <div class="platform-products-services client-container">
|
|
|
|
|
|
+ <div class="platform-products-services">
|
|
<h4 class="client-title">产品优势</h4>
|
|
<h4 class="client-title">产品优势</h4>
|
|
- <imgCardLv2 :option="item" v-for="(item,index) in productList" :key="index">
|
|
|
|
|
|
+ <imgCardLv2 class="my-card" :option="item" v-for="(item,index) in productList" :key="index">
|
|
<div class="btn-groups">
|
|
<div class="btn-groups">
|
|
<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"/>
|
|
@@ -62,7 +62,7 @@ import freeTrialBtn from "~/components/common/freeTrialBtn";
|
|
import onlineInformationBtn from "~/components/common/onlineInformationBtn";
|
|
import onlineInformationBtn from "~/components/common/onlineInformationBtn";
|
|
import newsComp2 from "~/components/common/newsComp2";
|
|
import newsComp2 from "~/components/common/newsComp2";
|
|
import chanPinTiYan from "~/components/common/chanPinTiYan";
|
|
import chanPinTiYan from "~/components/common/chanPinTiYan";
|
|
-import imgCardLv2 from "@/components/common/layout/imgDes/imgCardLv2";
|
|
|
|
|
|
+import imgCardLv2 from "@/components/common/layout/imgDes/imgCardLv2_exam";
|
|
import {BannerImgs, classifys} from "~/defaultConfig"
|
|
import {BannerImgs, classifys} from "~/defaultConfig"
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -445,5 +445,14 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.platform-products-services {
|
|
|
|
+ .my-card:nth-child(3) {
|
|
|
|
+ background: #fafffc;
|
|
|
|
+ }
|
|
|
|
+ .my-card:nth-child(5) {
|
|
|
|
+ background: #fafffc;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
|
|
</style>
|
|
</style>
|