From 6814bbebdbfac6970530efdbd02f183ee4ebbd5c Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 24 十月 2024 11:36:32 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/civilAviation/assets/main.less |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less
index d4fb07b..24c3c09 100644
--- a/src/books/civilAviation/assets/main.less
+++ b/src/books/civilAviation/assets/main.less
@@ -11,6 +11,14 @@
         background-color: #fff;
     }
 
+    .c-g{
+        color: green;
+    }
+
+    .c-r{
+        color: red;
+    }
+
     .t-right {
         text-align: right;
     }
@@ -20,7 +28,11 @@
     }
 
     .mt-20 {
-        margin-top: 30px;
+        margin-top: 20px !important;
+    }
+
+    .mt-30 {
+        margin-top: 30px ;
     }
 
     .mb-10 {
@@ -106,6 +118,10 @@
 
     .jc-c {
         justify-content: center;
+    }
+
+    .jc-sa{
+        justify-content: space-around
     }
 
     .mr-70 {
@@ -683,6 +699,19 @@
         text-indent: 0em;
     }
 
+
+
+    .left{
+        text-indent: 0em;
+        margin: 0 !important;
+        line-height: 20px;
+    }
+
+    .left3{
+        margin: 20 0  0  0  !important;
+        line-height: 20px; 
+    }
+
     .left2 {
         font-size: 1.3em;
         text-indent: 0em;

--
Gitblit v1.9.1