From 9d126c9e3a111a7ad0568a859f2cad56565543a9 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期三, 02 四月 2025 14:48:29 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/meetingPlanners/assets/mian.less | 85 ++++++++++++++++++++++++++++++------------ 1 files changed, 60 insertions(+), 25 deletions(-) diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less index d5ece8f..998f365 100644 --- a/src/books/meetingPlanners/assets/mian.less +++ b/src/books/meetingPlanners/assets/mian.less @@ -14,7 +14,8 @@ .dl-bl { display: inline-block; - } + } + .wh-no { white-space: nowrap; } @@ -353,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 { @@ -468,7 +469,7 @@ display: flex !important; flex-direction: column-reverse !important; position: relative !important; - + .img { margin: 0 !important; font-size: 16px !important; @@ -477,7 +478,7 @@ transform: translateX(-50%); bottom: -2% !important; } - + img { height: 80%; } @@ -495,7 +496,7 @@ margin-top: 1em; text-indent: 0em; margin-bottom: 20px; - } + } // 鑷甫鐨� @@ -1000,7 +1001,7 @@ margin-bottom: 1em; margin-top: -2.2em; margin-left: -1.5em; - + } span.bk-11 { @@ -1035,7 +1036,8 @@ color: #FFFFFF; font-weight: bold; margin-bottom: 10px; - p{ + + p { display: flex; text-indent: 0; } @@ -1114,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 { @@ -1238,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; @@ -1256,37 +1282,46 @@ /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @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; @@ -1318,9 +1353,9 @@ } .mindMap { - span{ - font-size: 10px; - } + span { + font-size: 10px; + } } } } -- Gitblit v1.9.1