From 2494877ee191dad8483366a4fc8bb2e1e19d6e39 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 07 一月 2025 17:23:30 +0800 Subject: [PATCH] 会议试题更改 --- src/books/meetingPlanners/assets/mian.less | 55 ++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 40 insertions(+), 15 deletions(-) diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less index d5ece8f..88b7ad7 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,20 @@ src: url('./Fonts/FZHTJW.ttf'); } + +.dialogQuestion { + background-color: #6CB26C; + height: 80px; + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + + span { + padding: 0 40px 0 20px; + cursor: pointer; + } +} // 闅愯棌椤甸潰 .hidePage { @@ -1238,6 +1254,14 @@ } } +.examination { + height: calc(100% - 30px); + overflow-x: hidden; + overflow-y: auto; + box-sizing: border-box; +} + + .header_title { display: flex; justify-content: space-between; @@ -1283,10 +1307,11 @@ @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 +1343,9 @@ } .mindMap { - span{ - font-size: 10px; - } + span { + font-size: 10px; + } } } } -- Gitblit v1.9.1