guhongwei 4 years ago
parent
commit
0fce800024
1 changed files with 7 additions and 5 deletions
  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 {