From ff5da9dc44854a59185c46e4c4d4ca36eae1d1b0 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 17 二月 2025 16:06:57 +0800 Subject: [PATCH] 关闭跳转 --- src/books/meetingPlanners/assets/mian.less | 95 ++++++++++++++++++++++++++++++----------------- 1 files changed, 60 insertions(+), 35 deletions(-) diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less index 8bcb872..5da58c0 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% - 30px); + overflow-x: hidden; + overflow-y: auto; + box-sizing: border-box; +} + + .header_title { display: flex; justify-content: space-between; @@ -1273,10 +1309,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; @@ -1307,22 +1344,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