wangxy 2 éve
szülő
commit
1acf713060

+ 2 - 2
components/common/layout/imgDes/imgCardLv4.vue

@@ -2,7 +2,7 @@
   <div class="mta-card-lv4">
 
     <div class="mta-card-content-pc mta-hidden-xs" :class="[img.order > contentOrder ? 'img-left': 'img-right']">
-      <img :style="`order:${img.order}`" :src="img.url">
+      <img :style="`order:${img.order}`" :src="img.url" style="width: 540px;height: 315px">
       <div class="card-info" :style="`order: ${contentOrder}`">
         <p class="p-top">{{ des1 }}</p>
         <h5>解决方案</h5>
@@ -13,7 +13,7 @@
 
 
     <div class="mta-card-content-h5 mta-hidden-sm">
-      <img :src="img.url">
+      <img :src="img.url" style="width: 100%;height: auto">
       <div class="card-info">
         <p class="p-top">{{ des1 }}</p>
         <h5>解决方案</h5>

+ 1 - 1
pages/product/exam.vue

@@ -9,7 +9,7 @@
     </div>
 
     <!--  产品体验  -->
-    <div class="platform-products-experience client-container">
+    <div class="platform-products-experience client-container" v-if="false">
       <h4 class="client-title">产品体验</h4>
       <p class="client-subtitle-one-row">无序注册,即可免费体验青谷在线考试系统</p>
       <!--   多端体验   -->

+ 1 - 1
pages/product/peixun.vue

@@ -9,7 +9,7 @@
     </div>
 
     <!--  产品体验  -->
-    <div class="platform-products-experience client-container">
+    <div class="platform-products-experience client-container" v-if="false">
       <h4 class="client-title">产品体验</h4>
       <p class="client-subtitle-one-row">无序注册,即可免费体验青谷在线培训系统</p>
       <!--   多端体验   -->

+ 5 - 1
pages/solution/peixun.vue

@@ -526,7 +526,8 @@ export default {
 
   // 企业现状
   .client-xianzhuang-box {
-    margin-top: 10%;
+    height: auto;
+    margin-top: 3%;
 
     h4 {
       text-align: center;
@@ -626,6 +627,9 @@ export default {
 
       li {
         margin-bottom: 10%;
+        p {
+          width: auto
+        }
       }
     }
   }

BIN
static/gangweiIcon/z22.png


BIN
static/gangweiIcon/z23.png


BIN
static/gangweiIcon/z24.png