From e673aab74e5ab080e55d1e5706aa1d75322857a8 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 20 十二月 2024 10:30:57 +0800
Subject: [PATCH] 民航安全检查

---
 src/books/aviationBasicSkills/assets/main.less |  107 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 97 insertions(+), 10 deletions(-)

diff --git a/src/books/aviationBasicSkills/assets/main.less b/src/books/aviationBasicSkills/assets/main.less
index 16dc05b..dde5de9 100644
--- a/src/books/aviationBasicSkills/assets/main.less
+++ b/src/books/aviationBasicSkills/assets/main.less
@@ -35,6 +35,10 @@
         margin-left: 9%;
     }
 
+    .ml-2e {
+        margin-left: 2em;
+    }
+
     .mt-10 {
         margin-top: 10px !important;
     }
@@ -93,6 +97,10 @@
         font-size: 14px !important;
     }
 
+    .fz-15 {
+        font-size: 15px !important;
+    }
+
     .fz-16 {
         font-size: 16px !important;
     }
@@ -112,6 +120,10 @@
 
     .td-0 {
         text-indent: 0em !important;
+    }
+
+    .td-2 {
+        text-indent: 2em !important;
     }
 
     .fl {
@@ -174,6 +186,14 @@
         margin-left: 10%;
     }
 
+    .ta-l {
+        text-align: left;
+    }
+
+    .wh-no {
+        white-space: nowrap;
+    }
+
     .pad-t-55 {
         padding-top: 55px;
     }
@@ -215,10 +235,6 @@
         font-size: 12px;
         color: #fff;
         background-color: #0082D4;
-    }
-
-    .table-tr-bc {
-        color: #fff;
     }
 
     .task {
@@ -406,6 +422,76 @@
     }
 
 
+    .w40{
+        width: 40% !important;
+    }
+
+    .w25{
+        width: 25% ;
+    }
+
+    .w20 {
+        width: 20%;
+    }
+
+    .w15 {
+        width: 15%;
+    }
+
+    .w10 {
+        width: 10%;
+    }
+
+
+    .table-th-bc {
+        background-color: #C6D6EB;
+    }
+
+    .table-tr-bc {
+        background-color: #EBF1F8;
+
+        p{
+            text-indent: 0em;
+            line-height: 20px;
+        }
+    }
+
+    .table-textarea {
+        font-size: 14px;
+        font-family: "Times New Roman", "瀹嬩綋";
+        resize: none;
+
+        &:focus {
+            outline: none;
+        }
+    }
+
+    .table-input-border {
+        width: 90%;
+        background-color: transparent;
+        border: 0;
+        &:focus {
+          outline: none;
+        }
+      }
+
+      
+    .input-bottom-border {
+        width: 15%;
+        background-color: transparent;
+        border: 0;
+        border-bottom: 1px solid #000;
+        &:focus {
+          outline: none;
+        }
+      }
+
+    // 缁〃
+    .continued {
+        text-align: right;
+        margin: 0%;
+    }
+
 
     .text-rights {
         width: 230px;
@@ -538,22 +624,23 @@
     // 棰樼洰
     .textarea-box {
         background-color: transparent;
-        max-width: 85%;
-        min-width: 85%;
+        max-width: 90%;
+        min-width: 90%;
         outline: none;
     }
 
     .textarea-box-left {
         background-color: transparent;
-        margin-left: 12%;
-        max-width: 85%;
-        min-width: 85%;
+        margin-left: 15%;
+        max-width: 84%;
+        min-width: 84%;
         outline: none;
     }
 
     .textarea-box-right {
         background-color: transparent;
-        margin-left: 8%;
+        margin-left: 2em;
+        margin-right: 9%;
         max-width: 85%;
         min-width: 85%;
         outline: none;

--
Gitblit v1.9.1