From 7fe66523c87a00ea5be4d2f784356db825c6a3cd Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期五, 07 二月 2025 17:29:43 +0800
Subject: [PATCH] shangshuan

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

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

--
Gitblit v1.9.1