From 9d71f13c6d516135ad8d65777c2e7c36e057c39a Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 07 一月 2025 17:27:15 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/meetingPlanners/assets/mian.less |   93 +++++++++++++++++++++++++++++-----------------
 1 files changed, 58 insertions(+), 35 deletions(-)

diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less
index 8bcb872..88b7ad7 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,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 {
@@ -1228,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;
@@ -1273,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;
@@ -1307,22 +1342,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