From 506a01b77de957b1fcbc238888abf9386fdc3577 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期三, 23 七月 2025 15:04:33 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/preschoolEvaluation/assets/main.less |   35 ++++++++++++++++++++++++-----------
 1 files changed, 24 insertions(+), 11 deletions(-)

diff --git a/src/books/preschoolEvaluation/assets/main.less b/src/books/preschoolEvaluation/assets/main.less
index ec18872..0a0bd70 100644
--- a/src/books/preschoolEvaluation/assets/main.less
+++ b/src/books/preschoolEvaluation/assets/main.less
@@ -49,6 +49,10 @@
         margin-left: 9%;
     }
 
+    .ml-40 {
+        margin-left: 40px;
+    }
+
     .ml-2e {
         margin-left: 2em;
     }
@@ -166,12 +170,12 @@
         font-family: "鏂规浠垮畫绠�浣�";
     }
 
-    
+
     .fm-fzdbs {
         font-family: "鏂规澶ф爣瀹�";
     }
 
-    .fm-fzss{
+    .fm-fzss {
         font-family: "鏂规涔﹀畫";
     }
 
@@ -681,7 +685,7 @@
 
     .video-box {
         margin: 30px 0 20px 0;
-        border: 2px dashed #1c9e3a;
+        border: 2px dashed #00aeef;
         padding: 3% 2% 2% 2%;
         position: relative;
     }
@@ -704,7 +708,7 @@
         justify-content: center;
         align-items: center;
 
-        span{
+        span {
             margin-right: 20px;
         }
     }
@@ -1190,16 +1194,16 @@
         width: 25%;
     }
 
-    .unit-hr{
-        width: 100% ;
-        border: 0; 
+    .unit-hr {
+        width: 100%;
+        border: 0;
         border-top: 1px dashed #00ADF2;
     }
 
-    .special-hr{
+    .special-hr {
         height: 2px;
         width: 69%;
-        border: 0; 
+        border: 0;
         border-top: 1px solid #00ADF2;
         border-bottom: 1px solid #00ADF2;
     }
@@ -1275,7 +1279,7 @@
 
     .block {
         font-family: "kaiti";
-        
+
     }
 
     .block1 {
@@ -1794,7 +1798,7 @@
         margin-bottom: 1em;
         display: flex;
 
-        p{
+        p {
             line-height: 20px;
         }
     }
@@ -1939,6 +1943,11 @@
         margin-top: 0.1em;
         margin-bottom: 0.1em;
         padding: 10px 5px;
+
+        p {
+            text-indent: 0em;
+            font-size: 0.85em;
+        }
     }
 
 
@@ -2283,6 +2292,10 @@
         font-size: 1.2em;
     }
 
+    .textarea-question{
+        background-color: transparent;
+    }
+
 
 
 

--
Gitblit v1.9.1