|
@@ -24,9 +24,9 @@
|
|
|
|
|
|
|
|
|
|
<!-- 功能强大的培训系统 -->
|
|
<!-- 功能强大的培训系统 -->
|
|
- <div class="platform-products-services client-container">
|
|
|
|
|
|
+ <div class="platform-products-services">
|
|
<h4 class="client-title">功能强大的培训系统</h4>
|
|
<h4 class="client-title">功能强大的培训系统</h4>
|
|
- <imgCardLv3 :option="item" v-for="(item,index) in productList" :key="index">
|
|
|
|
|
|
+ <imgCardLv3 class="img-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"/>
|
|
@@ -81,7 +81,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 imgCardLv3 from "@/components/common/layout/imgDes/imgCardLv3";
|
|
|
|
|
|
+import imgCardLv3 from "@/components/common/layout/imgDes/imgCardLv3_peixun";
|
|
import {BannerImgs , classifys} from "~/defaultConfig";
|
|
import {BannerImgs , classifys} from "~/defaultConfig";
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -207,7 +207,13 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.platform-products-services {
|
|
.platform-products-services {
|
|
-
|
|
|
|
|
|
+ margin-top: 80px;
|
|
|
|
+ .img-card:nth-child(2) {
|
|
|
|
+ background: #fafffc;
|
|
|
|
+ }
|
|
|
|
+ .img-card:nth-child(4) {
|
|
|
|
+ background: #fafffc;
|
|
|
|
+ }
|
|
.btn-groups {
|
|
.btn-groups {
|
|
margin-top: 48px;
|
|
margin-top: 48px;
|
|
.btn-item {
|
|
.btn-item {
|
|
@@ -220,7 +226,8 @@ export default {
|
|
font-weight: 800;
|
|
font-weight: 800;
|
|
font-size: 30px;
|
|
font-size: 30px;
|
|
color: #333;
|
|
color: #333;
|
|
- margin-bottom: 100px;
|
|
|
|
|
|
+ padding-bottom: 100px;
|
|
|
|
+ background: #fafffc;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|