From 1b3fd3be47ea0c06b80db9603eb1279daa0dad07 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 17 二月 2025 15:35:55 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/books/childcareInstitutionsManagement/assets/main.less b/src/books/childcareInstitutionsManagement/assets/main.less
index 0aad629..8085b62 100644
--- a/src/books/childcareInstitutionsManagement/assets/main.less
+++ b/src/books/childcareInstitutionsManagement/assets/main.less
@@ -49,7 +49,7 @@
     }
 
     .pt-20 {
-        padding-top: 20px;
+        padding-top: 20px !important;
     }
 
     .pt {
@@ -156,6 +156,7 @@
         text-align: center;
         margin: 0 auto;
         position: relative;
+        padding-top:20%;
     }
 
     .bj1 {
@@ -272,6 +273,7 @@
     .table {
         border: 2px solid #00B1F5;
         border-collapse: collapse;
+        width:100%;
 
         td {
             border: 1px solid #00B1F5;
@@ -281,7 +283,7 @@
         }
 
         .td1 {
-            width: 100px;
+            width: 15%;
             color: #01AFEE;
             background: #9ADBF9;
         }
@@ -543,11 +545,20 @@
         }
     }
 
+    .li-btn{
+        margin-left:20px;
+    }
+    .xb{
+        text-align: right;
+    }
+
     
 
     //杩佺Щ
     ul {
         list-style-type: none;
+        margin: 10px !important;
+        padding:0 !important;
     }
 
     li {
@@ -596,6 +607,7 @@
     }
 
     .mk-img {
+        // width:100%;
         height: 100%;
     }
 
@@ -855,7 +867,7 @@
     .bk4-1 {
         background: #E2F4FE;
         padding: 1px 10px 1px 10px;
-        margin-top: 2em;
+        margin-top: 1em;
         border-radius: 1.5em;
         margin-bottom: 1em;
     }
@@ -986,6 +998,7 @@
 }
 
 
+
 @media screen and (max-width: 1024px) {
     .pdfModal {
         width: 100%;
@@ -1000,6 +1013,9 @@
 }
 
 @media screen and (max-width: 800px) {
+    .img-g{
+        display: none;
+    }
     .pdfModal {
         width: 100%;
         height: 60vh;

--
Gitblit v1.9.1