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 |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 36d89e6..c389daf 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -33,12 +33,11 @@
     }
     input[type="radio"] {
         accent-color:#6E85AF !important;
+        cursor: pointer;
     }
     input[type="checkbox"] {
         accent-color:#6E85AF !important;
-    }
-    input[type="text"] :focus{
-        border: none !important;
+        cursor: pointer;
     }
 
 
@@ -404,6 +403,7 @@
         border:none;
         border-bottom:1px solid #333;
         background-color:rgba(255, 255, 255, 0);
+        outline: none;
     }
 
 
@@ -990,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%;
@@ -998,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%;
@@ -1071,7 +1071,7 @@
 
 
     .block {
-        font-family: "kaiti";
+        font-family: "FangSong";
         margin-top: 0.2em;
         margin-bottom: 0.2em !important;
         text-indent: 2em;
@@ -1085,8 +1085,8 @@
     }
 
     .block2 {
-        // font-family: "FANGSONG";
-        font-size: 17px;
+        font-family: "KaiTi";
+        font-size: 15px;
     }
 
 
@@ -1581,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