wangxy %!s(int64=2) %!d(string=hai) anos
pai
achega
b260fe229e

+ 3 - 1
components/common/layout/imgDes/imgCardLv1.vue

@@ -174,7 +174,9 @@ export default {
 
     .mta-card-content-h5 {
       img {
-        width: 100%;
+        width: 80%;
+        display: block;
+        margin: 0 auto;
         text-align: center;
       }
 

+ 3 - 1
components/common/layout/imgDes/imgCardLv2.vue

@@ -138,7 +138,9 @@ export default {
     margin: 0 auto 60px;
     .mta-card-content-h5 {
       img {
-        width: 100%;
+        width: 80%;
+        display: block;
+        margin: 0 auto;
         text-align: center;
       }
       // card--info

+ 3 - 1
components/common/layout/imgDes/imgCardLv3.vue

@@ -107,7 +107,9 @@ export default {
     margin: 0 auto 60px;
     .mta-card-content-h5 {
       img {
-        width: 100%;
+        width: 80%;
+        display: block;
+        margin: 0 auto;
         text-align: center;
       }
       // card--info

+ 3 - 1
components/common/layout/imgDes/imgCardLv4.vue

@@ -131,7 +131,9 @@ export default {
     margin: 0 auto 60px;
     .mta-card-content-h5 {
       img {
-        width: 100%;
+        width: 80%;
+        display: block;
+        margin: 0 auto;
         text-align: center;
       }
       // card--info

+ 1 - 8
pages/product/caiWuGuanLi.vue

@@ -156,14 +156,6 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.client-banner-box {
-  width: 100%;
-  height: 736px;
-  .client-platform-banner {
-    height: 100%;
-    width: 100%;
-  }
-}
 
 .client-caiwu-text {
   width: 800px;
@@ -207,6 +199,7 @@ export default {
     margin-bottom: 15%;
     border: none;
     padding: 0;
+    background: none;
   }
 
   .platform-course-list {

+ 0 - 8
pages/product/chanPinYunYing.vue

@@ -132,14 +132,6 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.client-banner-box {
-  width: 100%;
-  height: 736px;
-  .client-platform-banner {
-    height: 100%;
-    width: 100%;
-  }
-}
 
 .client-nengli-box {
   margin-bottom: 120px;

+ 3 - 3
pages/product/courseCustom.vue

@@ -50,7 +50,7 @@
       </ul>
       <div class="btn-groups center">
         <applyBtn class="btn-item" @active-pc="onApplyBtnActive" @active-h5="onApplyBtnActiveH5"/>
-        <onlineInformationBtn class="client-default-Btn"/>
+        <onlineInformationBtn />
       </div>
     </div>
 
@@ -82,7 +82,7 @@
       </ul>
       <div class="btn-groups center">
         <applyBtn class="btn-item"  @active-pc="onApplyBtnActive" @active-h5="onApplyBtnActiveH5"/>
-        <onlineInformationBtn class="client-default-Btn"/>
+        <onlineInformationBtn />
       </div>
     </div>
 
@@ -104,7 +104,7 @@
       </ul>
       <div class="btn-groups center">
         <applyBtn class="btn-item" @active-pc="onApplyBtnActive" @active-h5="onApplyBtnActiveH5"/>
-        <onlineInformationBtn class="client-default-Btn"/>
+        <onlineInformationBtn />
       </div>
     </div>
 

+ 1 - 8
pages/product/keFuFuWu.vue

@@ -144,14 +144,7 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.client-banner-box {
-  width: 100%;
-  height: 736px;
-  .client-platform-banner {
-    height: 100%;
-    width: 100%;
-  }
-}
+
 
 .client-nengli-box {
   margin-bottom: 120px;

+ 1 - 8
pages/product/shengChanCaiGou.vue

@@ -151,14 +151,7 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.client-banner-box {
-  width: 100%;
-  height: 736px;
-  .client-platform-banner {
-    height: 100%;
-    width: 100%;
-  }
-}
+
 .platform-course-list {
 
   h4 {

+ 0 - 8
pages/product/shiChangYingXiao.vue

@@ -265,14 +265,6 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.client-banner-box {
-  width: 100%;
-  height: 736px;
-  .client-platform-banner {
-    height: 100%;
-    width: 100%;
-  }
-}
 
 .client-shichang-xiaoshou {
   margin: 0 auto;

+ 5 - 8
pages/product/xingZhengGuanLi.vue

@@ -161,14 +161,7 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.client-banner-box {
-  width: 100%;
-  height: 736px;
-  .client-platform-banner {
-    height: 100%;
-    width: 100%;
-  }
-}
+
 
 .platform-course-list {
   h4 {
@@ -191,6 +184,9 @@ export default {
   font-size: 24px;
   font-weight: 800;
   line-height: 48px;
+  background-image: url("~static/productImage/p43.png");
+  background-position: center;
+  background-size: contain;
 }
 
 @media (max-width: 768px) {
@@ -233,6 +229,7 @@ export default {
     font-size: 16px;
     font-weight: 500;
     line-height: 22px;
+    background: none;
   }
 
 }