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 | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index 4b8e98f..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%; @@ -1087,8 +1085,8 @@ } .block2 { - // font-family: "FANGSONG"; - font-size: 17px; + font-family: "KaiTi"; + font-size: 15px; } @@ -1583,6 +1581,10 @@ margin-left: -0.6em; margin-right: -0.6em; margin-top: -0.5em; + + } + div.bj3 p{ + font-family: 'FangSong' !important; } span.bj3-xyx { -- Gitblit v1.9.1