From 39c8d350f28f23e256900a2f32f64233e36c44d9 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 31 五月 2024 16:44:51 +0800 Subject: [PATCH] 增加标记禁用状态 --- src/books/English/assets/main.less | 27 ++++++++++++++++++++++----- 1 files changed, 22 insertions(+), 5 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index b8b0f2d..f4f618b 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -287,10 +287,10 @@ -moz-text-emphasis-style: dot; -ms-text-emphasis-style: dot; text-emphasis-style: dot; - -webkit-text-emphasis-position: under; - -moz-text-emphasis-position: under; - -ms-text-emphasis-position: under; - text-emphasis-position: under; + -webkit-text-emphasis-position: under left; + -moz-text-emphasis-position: under left; + -ms-text-emphasis-position: under left; + text-emphasis-position: under left; } .fieldset { @@ -586,7 +586,7 @@ margin-top: 0.5em; } .bjh3 { - border: 10px dotted #faeec6; + border: 5px dotted #faeec6; background: #0da785; padding: 0.2em 0.4em 0.2em 0.4em; color: #ffffff; @@ -676,6 +676,9 @@ .fl { display: flex; } + .fw-wr { + flex-wrap: wrap; + } .ju-bt { justify-content: space-between; } @@ -711,6 +714,9 @@ } .mb-20 { margin-bottom: 20px; + } + .mt-40 { + margin-top: 40px; } .wh-nr { white-space: nowrap; @@ -838,6 +844,7 @@ } .parimary-btn { min-width: 80px; + height: 30px; font-size: 14px; margin-left: 5px; background-color: #0bab87; @@ -857,6 +864,7 @@ color: red; } .icon-box { + margin-left: 8px; display: inline-block; width: 18px; height: 18px; @@ -932,6 +940,15 @@ } } } + .textarea-box { + border: none; + text-align: center; + width: 84px; + height: 36px; + overflow: auto; + word-break: break-all; + resize: none; + } } /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @media (max-width: 660px) { -- Gitblit v1.9.1