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 |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less
index 510092c..1f9403b 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;
     }
 
 
@@ -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;
     }
 
 
@@ -1700,7 +1702,7 @@
     }
 
     .h3-zt1 {
-        padding: 0.25em;
+        padding: 0.26em 0.7em;
         background-color: #EEAF68;
         color: #FFFFFF;
     }

--
Gitblit v1.9.1