From 51afa714ceb49b416347856fd60b47e0ef93d50c Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期四, 02 一月 2025 15:17:17 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationEtiquette/assets/main.less | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index 3881e74..019312a 100644 --- a/src/books/aviationEtiquette/assets/main.less +++ b/src/books/aviationEtiquette/assets/main.less @@ -31,6 +31,15 @@ border-bottom: 1px solid #6E85AF; height: 2px; } + input[type="radio"] { + accent-color:#6E85AF !important; + } + input[type="checkbox"] { + accent-color:#6E85AF !important; + } + input[type="text"] :focus{ + border: none !important; + } .wh-no { @@ -72,6 +81,10 @@ .mb-30 { margin-bottom: 30px !important; + } + + .ml-35 { + margin-left: 35px; } .ma-l { @@ -361,8 +374,6 @@ } .textarea-box { - border: none; - // text-align: center; width:88%; margin-left:2em; overflow: auto; @@ -370,6 +381,12 @@ resize: none; border:1px solid #738DC0; border-radius: 5px; + background-color:rgba(255, 255, 255, 0); + } + .input-box{ + border:none; + border-bottom:1px solid #333; + background-color:rgba(255, 255, 255, 0); } -- Gitblit v1.9.1