소스 검색

调整布局

wangxy 2 년 전
부모
커밋
e57129c9d5
4개의 변경된 파일10개의 추가작업 그리고 7개의 파일을 삭제
  1. 4 3
      assets/scss/cus-client/cus-client-common.scss
  2. 2 2
      pages/product/lingDaoNengLi.vue
  3. 2 1
      pages/product/renLiZiYuan.vue
  4. 2 1
      pages/product/zhiYeSuYang.vue

+ 4 - 3
assets/scss/cus-client/cus-client-common.scss

@@ -862,9 +862,10 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
     .mta-hidden-xs{display: none!important;}
     // 提示框
     .phone-message-box{
-        width: 88%;min-width: unset;top: 35% !important;display: block;text-align: center;padding: 36px 0;
-      .el-message__icon{margin-bottom: 20px;}
-      .el-message__icon:before{font-size: 50px;}
+        width: 88%;min-width: unset;top: 10% !important;align-items:center; text-align: center;padding: 10px 0;
+      display: flex;justify-content: center;
+      .el-message__icon{margin-bottom: 0px;}
+      .el-message__icon:before{font-size: 16px;}
     }
   }
 

+ 2 - 2
pages/product/lingDaoNengLi.vue

@@ -287,8 +287,8 @@ export default {
     .products-services-box {
       flex-direction: column;
       img {
-        width: 100%;
-        margin-bottom: 5%;
+        max-width: 100%;
+        height: auto;
         padding: 0;
       }
     }

+ 2 - 1
pages/product/renLiZiYuan.vue

@@ -288,7 +288,8 @@ div.client-xuexishouyi-box {
     .products-services-box {
       flex-direction: column;
       img {
-        width: 100%;
+        max-width: 100%;
+        height: auto;
         margin-bottom: 5%;
       }
     }

+ 2 - 1
pages/product/zhiYeSuYang.vue

@@ -284,7 +284,8 @@ export default {
       flex-direction: column;
 
       img {
-        width: 100%;
+        max-width: 100%;
+        height: auto;
         margin-bottom: 5%;
       }
     }