guhongwei 5 년 전
부모
커밋
0fce800024
1개의 변경된 파일7개의 추가작업 그리고 5개의 파일을 삭제
  1. 7 5
      src/views/service/index.vue

+ 7 - 5
src/views/service/index.vue

@@ -171,10 +171,10 @@ export default {
 .main {
   min-height: 570px;
   .topImage {
-    height: 170px;
+    height: 160px;
     .el-image {
       width: 100%;
-      height: 170px;
+      height: 160px;
     }
   }
   .info {
@@ -183,8 +183,8 @@ export default {
       text-align: center;
       border: 1px solid #f9f9f9;
       .el-image {
-        width: 50px;
-        height: 50px;
+        width: 45px;
+        height: 45px;
         overflow: hidden;
       }
       p {
@@ -195,7 +195,9 @@ export default {
       }
     }
     .btn:nth-child(2) .el-image {
-      width: 55px;
+      width: 45px;
+      height: 40px;
+      margin: 0 0 5px 0;
     }
   }
   // .btn {