From 1b3fd3be47ea0c06b80db9603eb1279daa0dad07 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 17 二月 2025 15:35:55 +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