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 | 36 +++++++++++++++++++++++++----------- 1 files changed, 25 insertions(+), 11 deletions(-) diff --git a/src/books/preschoolEvaluation/assets/main.less b/src/books/preschoolEvaluation/assets/main.less index 0828a95..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 #40C7F4; + border: 2px dashed #00aeef; padding: 3% 2% 2% 2%; position: relative; } @@ -702,6 +706,11 @@ .videoname { display: flex; justify-content: center; + align-items: center; + + span { + margin-right: 20px; + } } .sInput { @@ -1185,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; } @@ -1270,7 +1279,7 @@ .block { font-family: "kaiti"; - + } .block1 { @@ -1789,7 +1798,7 @@ margin-bottom: 1em; display: flex; - p{ + p { line-height: 20px; } } @@ -1934,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