From 81e8368dd4af03e75158119ed0b3df201a08b831 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期一, 30 十二月 2024 15:07:05 +0800
Subject: [PATCH] yemei

---
 src/books/aviationEtiquette/assets/main.less |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index be73246..798b9dc 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -249,6 +249,16 @@
     .mb-20 {
         margin-bottom: 20px !important;
     }
+    .pNum{
+        font-size:18px !important;
+        font-style: italic;
+        font-family: "kaiti";
+        padding-top:2px !important;
+        padding-bottom:2px !important;
+    }
+    .cloud{
+        padding: 0px 8px 0 0 !important;
+    }
 
     .headerImg {
         width: 30px;
@@ -269,14 +279,14 @@
 
     .header-left-Number {
         color: #728DC0;
-        font-size: 17px;
+        font-size: 14px;
         padding-right: 8px;
 
         .span-box-title {
             margin: 0 5px;
             display: inline-block;
-            width: 10px;
-            height: 10px;
+            width: 8px;
+            height: 8px;
             background-color: #728DC0;
         }
     }
@@ -289,7 +299,7 @@
 
     .header-right-Box {
         color: #728DC0;
-        font-size: 17px;
+        font-size: 14px;
         padding-right: 8px;
 
     }
@@ -297,11 +307,12 @@
     .header-right-Number {
         background-color: #92B0D5;
         color: #fff;
-        // font-size: 17px;
+        font-size: 14px;
+        padding: 3px 0;
         padding-right: 8px;
 
         img {
-            height: 16.8px;
+            height: 20.8px;
         }
     }
 
@@ -312,12 +323,14 @@
 
     .header-right-last {
         background-color: #B799B6; 
+        padding: 2px 0;
         padding-left: 20px; 
  
     }
 
     .header-right-end {
         background-color: #738DC0;
+        padding: 2px 0;
         padding-left: 50px;
   
     }

--
Gitblit v1.9.1