From 98a9b7705a293aa1f6ad1b62b0497e5c7a6f9212 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期二, 31 十二月 2024 14:43:44 +0800
Subject: [PATCH] 模块一项目自测

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

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 604427f..1f9403b 100644
--- a/src/books/aviationEtiquette/assets/main.less
+++ b/src/books/aviationEtiquette/assets/main.less
@@ -70,10 +70,6 @@
         margin-top: 30px;
     }
 
-    .mb-10 {
-        margin-bottom: 10px;
-    }
-
     .mb-30 {
         margin-bottom: 30px !important;
     }
@@ -249,6 +245,10 @@
     .mb-20 {
         margin-bottom: 20px !important;
     }
+
+    .mb-10 {
+        margin-bottom: 10px !important;
+    }
     .pNum{
         font-size:18px !important;
         font-style: italic;
@@ -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;
     }
 
 
@@ -1007,7 +1009,7 @@
         margin-bottom: 0.2em !important;
         text-indent: 2em;
         line-height: 30px;
-        font-size: 16px;
+        font-size: 17px;
         text-align: justify;
     }
 
@@ -1022,10 +1024,10 @@
 
 
     .img {
-        font-weight: bold;
+        font-weight: 100;
         font-family: 'FZLTXIHJW';
         text-align: center;
-        font-size: 0.85em;
+        font-size: 0.65em;
         margin-left: 0%;
         margin-right: 0%;
         text-indent: 0em;
@@ -1398,7 +1400,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 +1435,7 @@
     .span-text {
         font-size: 16px;
         font-weight: 100;
-        padding: 0em 0.15em 0em 0.3em;
+        padding: 0em 0.5em 0em 0.5em;
     }
 
 
@@ -1454,10 +1456,10 @@
 
     span.bj2 {
         background-color: #6E85AF;
-        padding: 0.2em 1em 0.2em 1em;
+        padding: 0.2em 0.5em 0.2em 0.5em;
         font-size: 1.1em;
         font-weight: bold;
-        border-radius: 0.5em;
+        border-radius: 1em;
         color: #FFFFFF;
         box-shadow: 0.3em 0.3em 0px 0px #C3C2C0;
     }
@@ -1694,13 +1696,13 @@
 
 
     .bk5 {
-        margin-top: -2em;
-        margin-bottom: 1.5em;
+        margin-top: -1.4em;
+        margin-bottom: 0.5em;
         margin-left: -1.6em;
     }
 
     .h3-zt1 {
-        padding: 0.25em;
+        padding: 0.26em 0.7em;
         background-color: #EEAF68;
         color: #FFFFFF;
     }

--
Gitblit v1.9.1