From 2a3bfbc64a74f3afaeced0756fcb2e4f60b94a24 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 12 Oct 2022 17:43:25 +0800
Subject: [PATCH] 首页布局调整

---
 src/pcviews/homee/SchoolInfo/index.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/pcviews/homee/SchoolInfo/index.vue b/src/pcviews/homee/SchoolInfo/index.vue
index 42c4211..44bce87 100644
--- a/src/pcviews/homee/SchoolInfo/index.vue
+++ b/src/pcviews/homee/SchoolInfo/index.vue
@@ -47,9 +47,9 @@
 .container {
     position: relative;
     width: 400px;
-    height: 270px;
+    height: 100%;
     background: url(/zhxy/img/home/juxing2.png);
-    background-size: 100%;
+    background-size: 100% 100%;
     .title {
         position: absolute;
         display: flex;
@@ -85,9 +85,10 @@
         font-size: 14px;
         color: #e9f2f3;
         font-weight: 400;
-        line-height: 28px;
+        line-height: 24px;
+
         span {
-            font-size: 18px;
+            font-size: 16px;
             color: #28f2ff;
             margin-right: 7px;
         }

--
Gitblit v1.9.3