From e9452a2408eef20d4a6841948377f55d75b38892 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 23 十月 2024 10:00:55 +0800 Subject: [PATCH] 文字大小更改 --- src/books/botany/assets/main.less | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/src/books/botany/assets/main.less b/src/books/botany/assets/main.less index f8f2fb9..345c3e8 100644 --- a/src/books/botany/assets/main.less +++ b/src/books/botany/assets/main.less @@ -33,7 +33,6 @@ } div.bodystyle { - font-size: 18px; text-align: justify; padding: 20px 116px 104px 116px; line-height: 30px; @@ -88,9 +87,7 @@ p { font-family: '瀹嬩綋'; - // text-indent: 2em; line-height: 30px; - font-size: 18px; color: #000; text-align: justify; } @@ -563,4 +560,31 @@ padding-left: 5px; } } + +.textarea-focused { + border-color: #42b983 !important; + box-shadow: 0 0 5px rgba(66, 185, 131, 0.5) !important; +} + +.select-border { + width: 60px; + border: 0; + border-bottom: 1px solid #767676; + + &:focus { + outline: none; + } +} + + +.input-bottom-border { + font-size: 17px; + border: 0; + border-bottom: 1px solid #000000; + + &:focus { + outline: none; + } +} + \ No newline at end of file -- Gitblit v1.9.1