From a64ed910c7ed920b216d9420c67c12bcd3f02c6f Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 14 二月 2025 18:10:34 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationEtiquette/assets/main.less | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index 00cbba6..c389daf 100644 --- a/src/books/aviationEtiquette/assets/main.less +++ b/src/books/aviationEtiquette/assets/main.less @@ -39,9 +39,6 @@ accent-color:#6E85AF !important; cursor: pointer; } - input[type="text"] :focus{ - border: none !important; - } .wh-no { @@ -406,6 +403,7 @@ border:none; border-bottom:1px solid #333; background-color:rgba(255, 255, 255, 0); + outline: none; } @@ -992,7 +990,7 @@ margin: 15px; } - .bodystyle:nth-of-type(odd) { + .page-box:nth-child(odd) .bodystyle { font-family: 'FZLTXIHJW'; text-align: justify; margin: 0 11% 0 9%; @@ -1000,7 +998,7 @@ line-height: 30px; } - .bodystyle:nth-of-type(even) { + .page-box:nth-child(even) .bodystyle { font-family: 'FZLTXIHJW'; text-align: justify; margin: 0 9% 0 11%; -- Gitblit v1.9.1