From 0cd16877a2ea61e9d086c4e7b93fc3cf17a8ad8e Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 03 七月 2024 15:19:33 +0800 Subject: [PATCH] 艺术戏剧(部署7.3) --- src/books/English/assets/main.less | 35 ++++++++++++++++++++++++++++++++++- 1 files changed, 34 insertions(+), 1 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index 3add23e..752f6bd 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -294,7 +294,8 @@ } .fieldset { - border: 2px solid #5f5f5d; + border: 2px dashed #F9A71B; + border-radius: 10px; font-size: 0.9em; margin-left: 1.5em; margin-right: 1.5em; @@ -876,6 +877,34 @@ outline: none; } } + .input-bc-t { + border: 0; + border-bottom: 1px solid #000000; + width: 86%; + background-color: transparent; + &:focus { + outline: none; + } + } + .input-no-border{ + border: 0; + width: 86%; + &:focus { + outline: none; + } + } + .bor-b-n{ + border-bottom: none; + } + .bor-t-n{ + border-top: none; + } + .continued{ + text-align: right; + color: #FBB56D; + margin: 0%; + padding-right: 2%; + } .preface-odd-header { height: 104px; display: flex; @@ -1105,6 +1134,10 @@ width: 500px; height: 36px; } + .textarea-box-center{ + width: 300px; + height: 36px; + } .matching-title-text { color: #f49a4c; font-weight: bold; -- Gitblit v1.9.1