From 5fd91789b0dd23e89fb5e40a0e542147082157d0 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期二, 31 十二月 2024 14:45:41 +0800
Subject: [PATCH] 题

---
 src/books/aviationEtiquette/assets/main.less |   52 +++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 41 insertions(+), 11 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 510092c..7818800 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -362,12 +362,14 @@
 
     .textarea-box {
         border: none;
-        text-align: center;
-        width: 84px;
-        height: 36px;
+        // text-align: center;
+        width:88%;
+        margin-left:2em;
         overflow: auto;
         word-break: break-all;
         resize: none;
+        border:1px solid #738DC0;
+        border-radius: 5px;
     }
 
 
@@ -614,7 +616,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 +951,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;
     }
@@ -1208,17 +1238,17 @@
     }
 
     h5 {
-
         font-family: 'FZHTJW';
         color: #EEAF68;
         margin-bottom: 0.5em;
         margin-top: 1em;
         font-size: 1.05em;
         text-indent: 2em;
+        font-weight: 100;
     }
 
     h6 {
-
+        font-weight: 100;
         font-family: "妤蜂綋";
         color: #000000;
         margin-bottom: 0.2em;
@@ -1398,7 +1428,7 @@
         border: 0.15em dotted #FAAD70;
         padding: 1em;
         margin-bottom: 2em;
-        margin-top: 0.5em;
+        margin-top: 2em;
         border-radius: 0em;
         position: relative;
 
@@ -1433,7 +1463,7 @@
     .span-text {
         font-size: 16px;
         font-weight: 100;
-        padding: 0em 0.15em 0em 0.3em;
+        padding: 0em 0.5em 0em 0.5em;
     }
 
 
@@ -1700,7 +1730,7 @@
     }
 
     .h3-zt1 {
-        padding: 0.25em;
+        padding: 0.26em 0.7em;
         background-color: #EEAF68;
         color: #FFFFFF;
     }

--
Gitblit v1.9.1