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 |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 6248890..c389daf 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -31,6 +31,14 @@
         border-bottom: 1px solid #6E85AF;
         height: 2px;
     }
+    input[type="radio"] {
+        accent-color:#6E85AF !important;
+        cursor: pointer;
+    }
+    input[type="checkbox"] {
+        accent-color:#6E85AF !important;
+        cursor: pointer;
+    }
 
 
     .wh-no {
@@ -72,6 +80,10 @@
 
     .mb-30 {
         margin-bottom: 30px !important;
+    }
+
+    .ml-35 {
+        margin-left: 35px;
     }
 
     .ma-l {
@@ -391,6 +403,7 @@
         border:none;
         border-bottom:1px solid #333;
         background-color:rgba(255, 255, 255, 0);
+        outline: none;
     }
 
 
@@ -977,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%;
@@ -985,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%;
@@ -1058,7 +1071,7 @@
 
 
     .block {
-        font-family: "kaiti";
+        font-family: "FangSong";
         margin-top: 0.2em;
         margin-bottom: 0.2em !important;
         text-indent: 2em;
@@ -1072,8 +1085,8 @@
     }
 
     .block2 {
-        // font-family: "FANGSONG";
-        font-size: 17px;
+        font-family: "KaiTi";
+        font-size: 15px;
     }
 
 
@@ -1568,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