From d11b7bf0ecbf1662ca96c127beda0581ecfd6853 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期六, 19 七月 2025 00:07:27 +0800 Subject: [PATCH] 7.19 --- src/books/preschoolEvaluation/assets/main.less | 33 +++++++++++++++++++++------------ 1 files changed, 21 insertions(+), 12 deletions(-) diff --git a/src/books/preschoolEvaluation/assets/main.less b/src/books/preschoolEvaluation/assets/main.less index ec18872..8458b37 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{ - height: 2px; + .special-hr { + height: 0px; 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; + } } -- Gitblit v1.9.1