From 3ae106ea3b6af7ad276c46f68c58c1d825054626 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 27 Aug 2021 16:29:09 +0800
Subject: [PATCH] 样式

---
 src/views/home/index.vue                   |    2 +-
 src/components/examineCard/examineCard.vue |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/examineCard/examineCard.vue b/src/components/examineCard/examineCard.vue
index 7892068..18e5519 100644
--- a/src/components/examineCard/examineCard.vue
+++ b/src/components/examineCard/examineCard.vue
@@ -56,9 +56,9 @@
   width: 285px;
   height: 240px;
   padding: 0 10px;
-  margin-bottom: 24px;
-  margin-right: 70px;
-  margin-left: 60px;
+  margin-bottom: 70px;
+  margin-right: 30px;
+  margin-left: 30px;
   border-radius: 10px;
   background-size: 100% 100%;
   overflow: hidden;
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 803c696..0b47e17 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -239,7 +239,7 @@
       }
     }
     .b_main {
-      width: 1311px;
+      width: 1105px;
       height: calc(100% - 220px);
       // border: 1px solid red;
       margin: 0 auto;

--
Gitblit v1.9.3