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

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index c98f216..a745f81 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -166,6 +166,9 @@
     td {
         padding: 5px 10px;
     }
+    .c-p{
+        cursor: pointer;
+    }
 
     .fl {
         display: flex;
@@ -201,6 +204,10 @@
 
     .al-c {
         align-items: center;
+    }
+
+    .h-25{
+        height: 25.59px;
     }
 
     .al-fe {
@@ -278,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;
     }
 
 
@@ -354,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;
-
     }
 
 
@@ -738,7 +742,7 @@
     }
 
     .event-header-text-bc {
-        background-color: #bbd4ec;
+        background-color: #DED5E8;
     }
 
     //瑙嗛  
@@ -1956,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