From bf4e120616f481588f68f95941527c2eca19cb77 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 14 二月 2025 18:09:43 +0800
Subject: [PATCH] 学前教育评价

---
 src/books/childcareInstitutionsManagement/assets/main.less |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/src/books/childcareInstitutionsManagement/assets/main.less b/src/books/childcareInstitutionsManagement/assets/main.less
index e5381dc..f78d223 100644
--- a/src/books/childcareInstitutionsManagement/assets/main.less
+++ b/src/books/childcareInstitutionsManagement/assets/main.less
@@ -155,8 +155,8 @@
         height: 50px;
         text-align: center;
         margin: 0 auto;
-        padding-top: 30%;
         position: relative;
+        padding-top:20%;
     }
 
     .bj1 {
@@ -282,7 +282,7 @@
         }
 
         .td1 {
-            width: 100px;
+            width: 15%;
             color: #01AFEE;
             background: #9ADBF9;
         }
@@ -544,11 +544,18 @@
         }
     }
 
+    .li-btn{
+        margin-left:20px;
+    }
+    
+
     
 
     //杩佺Щ
     ul {
         list-style-type: none;
+        margin: 10px !important;
+        padding:0 !important;
     }
 
     li {
@@ -597,6 +604,7 @@
     }
 
     .mk-img {
+        // width:100%;
         height: 100%;
     }
 
@@ -986,6 +994,15 @@
     }
 }
 
+.wendabox {
+    height: 85vh;
+    padding:10px;
+  
+    iframe {
+      width: 100%;
+      height: 100%;
+    }
+  }
 
 @media screen and (max-width: 1024px) {
     .pdfModal {
@@ -1001,6 +1018,9 @@
 }
 
 @media screen and (max-width: 800px) {
+    .img-g{
+        display: none;
+    }
     .pdfModal {
         width: 100%;
         height: 60vh;

--
Gitblit v1.9.1