From 5c1a0dab8fb8b19dcbe535ea1facb6272cc0c5fd Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期五, 07 三月 2025 17:46:26 +0800 Subject: [PATCH] 法规 --- src/books/meetingPlanners/assets/mian.less | 122 +++++++++++++++++++++++++--------------- 1 files changed, 77 insertions(+), 45 deletions(-) diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less index 8bcb872..a4f35e4 100644 --- a/src/books/meetingPlanners/assets/mian.less +++ b/src/books/meetingPlanners/assets/mian.less @@ -11,6 +11,11 @@ background-color: #fff; } + + .dl-bl { + display: inline-block; + } + .wh-no { white-space: nowrap; } @@ -349,13 +354,13 @@ .mindMap { margin: 10px 0; padding: 5px 0 5px 10px; - border: 1px dashed #BCBCBC; + border: 1px dashed #BCBCBC; font-size: 17px; } .mindMap-name { color: #1CA8ED; - cursor:pointer + cursor: pointer } .mindMap-name:hover { @@ -464,7 +469,7 @@ display: flex !important; flex-direction: column-reverse !important; position: relative !important; - + .img { margin: 0 !important; font-size: 16px !important; @@ -473,10 +478,24 @@ transform: translateX(-50%); bottom: -2% !important; } - + img { height: 80%; } + } + + p.blockh6-c { + font-family: "STKaiti"; + font-weight: normal; + font-size: 16px; + border-style: dotted; + border-radius: 1em; + border-width: 2px; + border-color: #6CB26C; + padding: 0.8em; + margin-top: 1em; + text-indent: 0em; + margin-bottom: 20px; } // 鑷甫鐨� @@ -532,7 +551,6 @@ color: #02439B; } - .block1 {} .img { font-family: 'FZLTXIHJW'; @@ -983,7 +1001,7 @@ margin-bottom: 1em; margin-top: -2.2em; margin-left: -1.5em; - + } span.bk-11 { @@ -999,9 +1017,8 @@ border: 3px solid #F1B754; border-radius: 1em; margin-bottom: 1.5em; - margin-top: 2.5em; + // margin-top: 2.5em; padding: 5px 10px 5px 10px; - position: relative; } div.bk-3 { @@ -1015,18 +1032,13 @@ div.bk-21 { width: 100%; - position: absolute; - top: -15px; background-color: #F1B754; color: #FFFFFF; font-weight: bold; - margin-bottom: 1em; - margin-top: -1.5em; - margin-left: -0.6em; - margin-right: -0.6em; - p{ + margin-bottom: 10px; + + p { display: flex; - align-items: center; text-indent: 0; } } @@ -1104,6 +1116,22 @@ src: url('./Fonts/FZHTJW.ttf'); } + +.dialogQuestion { + background-color: #6CB26C; + height: 80px; + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + + span { + color: #fff; + font-size: 20px; + padding: 0 40px 0 20px; + cursor: pointer; + } +} // 闅愯棌椤甸潰 .hidePage { @@ -1228,6 +1256,14 @@ } } +.examination { + height: calc(100% - 50px); + overflow-x: hidden; + overflow-y: auto; + box-sizing: border-box; +} + + .header_title { display: flex; justify-content: space-between; @@ -1246,37 +1282,45 @@ /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @media screen and (max-width: 1024px) { - .pdfModal { - width: 100%; - height: 80vh; - } - .custom-dialog { .el-dialog { width: 90vw !important; } + } + + .pdfModal { + width: 100%; + + } + + .examination{ + height: calc(100% - 80px); } } @media screen and (max-width: 800px) { - .pdfModal { - width: 100%; - height: 60vh; - } - .custom-dialog { .el-dialog { width: 90vw !important; } + } + + .pdfModal { + width: 100%; + + } + .examination{ + height: calc(100% - 80px); } } @media (max-width: 660px) { .meetingPlanners-book { - - div.bodystyle { - margin: 0 37.5px; - } + + div.bodystyle { + margin: 0 37.5px; + } + /* 鍒嗛〉padding */ .padding-93 { padding: 0 20px; @@ -1307,22 +1351,10 @@ padding: 5px 10px; } - div.bk-2 { - margin-top: 3.5em; - } - - div.bk-21{ - position: absolute; - top: -22px; - p{ - line-height: 15px; - font-size: 14px; - } - } .mindMap { - span{ - font-size: 10px; - } + span { + font-size: 10px; + } } } } -- Gitblit v1.9.1