Bladeren bron

bug 修改

wangxy 2 jaren geleden
bovenliggende
commit
debc110906
3 gewijzigde bestanden met toevoegingen van 19 en 3 verwijderingen
  1. 4 0
      pages/product/lingDaoNengLi.vue
  2. 5 1
      pages/product/renLiZiYuan.vue
  3. 10 2
      pages/product/zhiYeSuYang.vue

+ 4 - 0
pages/product/lingDaoNengLi.vue

@@ -249,6 +249,9 @@ export default {
 
     &:first-child {
       margin-right: 190px;
+      width: 370px;
+      height: 340px;
+      padding-left: 50px;
     }
   }
 
@@ -286,6 +289,7 @@ export default {
       img {
         width: 100%;
         margin-bottom: 5%;
+        padding: 0;
       }
     }
 

+ 5 - 1
pages/product/renLiZiYuan.vue

@@ -245,6 +245,9 @@ div.client-xuexishouyi-box {
 
       &:first-child {
         margin-right: 190px;
+        width: 383px;
+        height: 344px;
+        padding-left: 50px;
       }
     }
 
@@ -261,7 +264,8 @@ div.client-xuexishouyi-box {
 
 
         &:nth-child(1) {
-          order: 2
+          order: 2;
+          padding-left: 0px;
         }
 
         &:nth-child(2) {

+ 10 - 2
pages/product/zhiYeSuYang.vue

@@ -241,21 +241,26 @@ export default {
 
     &:first-child {
       margin-right: 190px;
+      width: 383px;
+      height: 344px;
+      padding-left: 50px;
     }
   }
 
-
   @media (max-width: 768px) {
     flex-direction: column;
     justify-content: center;
     margin-bottom: 3%;
+
     img {
       width: 100%;
       height: 200px;
       margin: 0;
 
+
       &:nth-child(1) {
-        order: 2
+        order: 2;
+        padding: 0;
       }
 
       &:nth-child(2) {
@@ -263,8 +268,11 @@ export default {
       }
     }
   }
+
 }
 
+
+
 @media (max-width: 768px) {
   .client-xuexishouyi-box {
     .client-title {