From 1695fcd442fe2cefb6d3b63869ad8a72ebd5210a Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 04 七月 2025 23:57:18 +0800
Subject: [PATCH] 测试图书 7.4

---
 src/books/aviationEtiquette/assets/main.less |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 4b2fc1e..a745f81 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -206,6 +206,10 @@
         align-items: center;
     }
 
+    .h-25{
+        height: 25.59px;
+    }
+
     .al-fe {
         align-items: flex-end;
     }
@@ -281,13 +285,12 @@
     .p-Num {
         background-color: #92B0D5;
         color: #fff;
+        height: 100%;
         font-size: 14px;
         padding-right: 8px;
         font-size: 18px;
         font-style: italic;
         font-family: "kaiti";
-        padding-top: 2px !important;
-        padding-bottom: 2px !important;
     }
 
 
@@ -357,19 +360,17 @@
     }
 
     .header-right-last {
-        font-size: 17px;
+        height: 100%;
+        font-size: 18px;
         background-color: #B799B6;
-        padding: 1.5px 0;
         padding-left: 20px;
-
     }
 
     .header-right-end {
-        font-size: 17px;
+      height: 100%;
+        font-size: 18px;
         background-color: #738DC0;
-        padding: 1.5px 0;
         padding-left: 50px;
-
     }
 
 
@@ -1959,12 +1960,13 @@
     display: flex;
     align-items: center;
     justify-content: space-between;
-
+    cursor: pointer;
+    
     span {
         color: #fff;
         font-size: 20px;
         padding: 0 40px 0 20px;
-        cursor: pointer;
+
     }
 }
 

--
Gitblit v1.9.1