From 743ce82792783eb0336fd761d02facd08587df0d Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期五, 24 一月 2025 10:51:25 +0800 Subject: [PATCH] tuoyu --- src/books/childcareInstitutionsManagement/assets/main.less | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/books/childcareInstitutionsManagement/assets/main.less b/src/books/childcareInstitutionsManagement/assets/main.less index 0aad629..a74d467 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; } @@ -596,6 +597,7 @@ } .mk-img { + // width:100%; height: 100%; } @@ -1000,6 +1002,9 @@ } @media screen and (max-width: 800px) { + .img-g{ + display: none; + } .pdfModal { width: 100%; height: 60vh; -- Gitblit v1.9.1