From 0f4d0f26c8e1be4a4c520240acde777457d9d812 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期四, 13 二月 2025 18:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 9b48708..c389daf 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -990,7 +990,7 @@
         margin: 15px;
     }
 
-    .bodystyle:nth-of-type(odd) {
+    .page-box:nth-child(odd) .bodystyle {
         font-family: 'FZLTXIHJW';
         text-align: justify;
         margin: 0 11% 0 9%;
@@ -998,7 +998,7 @@
         line-height: 30px;
     }
 
-    .bodystyle:nth-of-type(even) {
+    .page-box:nth-child(even) .bodystyle {
         font-family: 'FZLTXIHJW';
         text-align: justify;
         margin: 0 9% 0 11%;

--
Gitblit v1.9.1