From b981a3f6af44e03a276ff431a65022ee4f4802b9 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期二, 07 一月 2025 16:05:52 +0800
Subject: [PATCH] bug

---
 src/books/aviationEtiquette/assets/main.less |   80 ++++++++++++++++++++++++++++++++++++++--
 1 files changed, 76 insertions(+), 4 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 019312a..00cbba6 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -33,9 +33,11 @@
     }
     input[type="radio"] {
         accent-color:#6E85AF !important;
+        cursor: pointer;
     }
     input[type="checkbox"] {
         accent-color:#6E85AF !important;
+        cursor: pointer;
     }
     input[type="text"] :focus{
         border: none !important;
@@ -269,6 +271,21 @@
         padding-top:2px !important;
         padding-bottom:2px !important;
     }
+
+    .p-Num{
+        background-color: #92B0D5;
+        color: #fff;
+        font-size: 14px;
+        padding: 3px 0;
+        padding-right: 8px;
+        font-size: 18px;
+        font-style: italic;
+        font-family: "kaiti";
+        padding-top:2px !important;
+        padding-bottom:2px !important;
+    }
+
+
     .cloud{
         padding: 0px 8px 0 0 !important;
     }
@@ -325,7 +342,7 @@
         padding-right: 8px;
 
         img {
-            height: 20.8px;
+            height: 21px;
         }
     }
 
@@ -335,6 +352,7 @@
     }
 
     .header-right-last {
+        font-size: 17px;
         background-color: #B799B6; 
         padding: 2px 0;
         padding-left: 20px; 
@@ -342,6 +360,7 @@
     }
 
     .header-right-end {
+        font-size: 17px;
         background-color: #738DC0;
         padding: 2px 0;
         padding-left: 50px;
@@ -1054,7 +1073,7 @@
 
 
     .block {
-        font-family: "kaiti";
+        font-family: "FangSong";
         margin-top: 0.2em;
         margin-bottom: 0.2em !important;
         text-indent: 2em;
@@ -1068,8 +1087,8 @@
     }
 
     .block2 {
-        // font-family: "FANGSONG";
-        font-size: 17px;
+        font-family: "KaiTi";
+        font-size: 15px;
     }
 
 
@@ -1564,6 +1583,10 @@
         margin-left: -0.6em;
         margin-right: -0.6em;
         margin-top: -0.5em;
+        
+    }
+    div.bj3 p{
+        font-family: 'FangSong' !important;
     }
 
     span.bj3-xyx {
@@ -1942,7 +1965,56 @@
 
 @media (max-width: 660px) {
     .aviationEtiquette-book {
+        .header-right-Number{
+            font-size: 9px;
 
+            img{
+                height: 16px;  
+            }
+        }
+
+        .header-left-Number{
+            font-size: 9px;
+        }
+
+        .pad-r-80{
+            padding-right: 10px;
+        }
+        
+        .pad-l-80{
+            padding-left: 10px;
+        }
+
+        h1{
+            font-size: 1em;
+        }
+
+        h2 {
+            font-size: 0.9em;
+            margin-top: 1.8em;
+            margin-bottom: 1.5em;
+            margin-left: 2.5em;
+        }
+        .rwmb-4{
+            margin-top: 1.5em;
+            height: 1.5em;
+        }
+
+        .header-right-last{
+            font-size: 10px;
+        }
+
+        .header-right-end{
+            font-size: 10px;
+        }
+
+        .p-Num{
+            font-size: 12px;
+        }
+
+        .mr-70 {
+            margin-right: 10px;
+        }
         /* 鍒嗛〉padding */
         .padding-93 {
             padding: 0 20px;

--
Gitblit v1.9.1