From 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 四月 2025 18:34:51 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/childcareInstitutionsManagement/assets/main.less | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/books/childcareInstitutionsManagement/assets/main.less b/src/books/childcareInstitutionsManagement/assets/main.less index e5381dc..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 { @@ -155,8 +155,8 @@ height: 50px; text-align: center; margin: 0 auto; - padding-top: 30%; position: relative; + padding-top:20%; } .bj1 { @@ -273,6 +273,7 @@ .table { border: 2px solid #00B1F5; border-collapse: collapse; + width:100%; td { border: 1px solid #00B1F5; @@ -282,7 +283,7 @@ } .td1 { - width: 100px; + width: 15%; color: #01AFEE; background: #9ADBF9; } @@ -544,11 +545,20 @@ } } + .li-btn{ + margin-left:20px; + } + .xb{ + text-align: right; + } + //杩佺Щ ul { list-style-type: none; + margin: 10px !important; + padding:0 !important; } li { @@ -597,6 +607,7 @@ } .mk-img { + // width:100%; height: 100%; } @@ -856,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; } @@ -987,6 +998,7 @@ } + @media screen and (max-width: 1024px) { .pdfModal { width: 100%; @@ -1001,6 +1013,9 @@ } @media screen and (max-width: 800px) { + .img-g{ + display: none; + } .pdfModal { width: 100%; height: 60vh; -- Gitblit v1.9.1