From 47b75a946b598387a03cc5e119e55d7e6b3d82af Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 31 十二月 2024 11:55:38 +0800
Subject: [PATCH] 民航服务礼仪2.3单元

---
 src/books/aviationEtiquette/assets/main.less |   34 +++++++++++++++++++++++++++++++---
 1 files changed, 31 insertions(+), 3 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index bc4c7a4..24696b5 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -614,7 +614,27 @@
         margin-bottom: 18px;
     }
 
-    // 棰樼洰}
+    
+    .imgBox {
+        display: flex !important;
+        flex-direction: column-reverse !important;
+        position: relative !important;
+    
+        .img {
+            margin: 0 !important;
+            font-size: 14px !important;
+            position: absolute !important;
+            left: 50% !important;
+            transform: translateX(-50%);
+            bottom: -2% !important;
+        }
+    
+        img {
+            height: 80%;
+        }
+    }
+
+    // 棰樼洰
 
     .textarea-main {
         background-color: transparent;
@@ -929,10 +949,18 @@
         margin: 15px;
     }
 
-    div.bodystyle {
+    .bodystyle:nth-of-type(odd) {
         font-family: 'FZLTXIHJW';
         text-align: justify;
-        margin: 0 10%;
+        margin: 0 11% 0 9%;
+        padding-bottom: 80px;
+        line-height: 30px;
+    }
+
+    .bodystyle:nth-of-type(even) {
+        font-family: 'FZLTXIHJW';
+        text-align: justify;
+        margin: 0 9% 0 11%;
         padding-bottom: 80px;
         line-height: 30px;
     }

--
Gitblit v1.9.1