From aa9f790ecb74a1f31474ec7209c5018a4a9b72c7 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 01 十一月 2024 18:11:21 +0800
Subject: [PATCH] 民航概论分页(11.1)

---
 src/books/civilAviation/assets/main.less |  271 +++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 236 insertions(+), 35 deletions(-)

diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less
index 8a16174..b8ace44 100644
--- a/src/books/civilAviation/assets/main.less
+++ b/src/books/civilAviation/assets/main.less
@@ -11,11 +11,11 @@
         background-color: #fff;
     }
 
-    .c-g{
+    .c-g {
         color: green;
     }
 
-    .c-r{
+    .c-r {
         color: red;
     }
 
@@ -28,6 +28,10 @@
     }
 
     .mt-20 {
+        margin-top: 20px !important;
+    }
+
+    .mt-30 {
         margin-top: 30px;
     }
 
@@ -37,11 +41,16 @@
 
     .pd-5 {
         padding: 0 5px;
-      }
+    }
 
     .w100 {
         width: 100%;
     }
+
+    .w90 {
+        width: 90%;
+    }
+
 
     .w80 {
         width: 80%;
@@ -68,16 +77,12 @@
         width: 100%;
     }
 
-    .img-c {
-        width: 70%;
-    }
-
     .pt-20 {
         padding-top: 20px;
     }
 
     .td-0 {
-        text-indent: 0em;
+        text-indent: 0em !important;
     }
 
     .fl {
@@ -104,6 +109,10 @@
         align-items: center;
     }
 
+    .al-fe {
+        align-items: flex-end;
+    }
+
     .ac-f {
         align-content: flex-end;
     }
@@ -116,7 +125,7 @@
         justify-content: center;
     }
 
-    .jc-sa{
+    .jc-sa {
         justify-content: space-around
     }
 
@@ -124,8 +133,16 @@
         margin-right: 70px;
     }
 
+    .mr-45{
+        margin-right: 45px;
+    }
+
     .mr-10 {
         margin-right: 10px;
+    }
+
+    .ma-l {
+        margin-left: 10%;
     }
 
     .pad-t-55 {
@@ -176,12 +193,42 @@
     }
 
     .task {
-        width: 12%;
-        margin-bottom: 5em;
+        width: 16%;
+        margin-bottom: 3.5em;
         margin-top: 0;
         border-top: 0.7em solid #5192C6;
     }
 
+    .task-u2-c {
+        width: 16%;
+        margin-bottom: 3.5em;
+        margin-top: 0;
+        border-top: 0.7em solid #F89C1C;
+    }
+
+    .task-u3-c {
+        width: 16%;
+        margin-bottom: 3.5em;
+        margin-top: 0;
+        border-top: 0.7em solid #0A9CAC;
+    }
+
+    .task-u4-c {
+        width: 16%;
+        margin-bottom: 3.5em;
+        margin-top: 0;
+        border-top: 0.7em solid #92B03D;
+    }
+
+    .task-u5-c {
+        width: 16%;
+        margin-bottom: 3.5em;
+        margin-top: 0;
+        border-top: 0.7em solid #0180CD;
+    }
+
+
+    
     .p-odd {
         padding-right: 10%;
     }
@@ -189,6 +236,24 @@
     .p-even {
         padding-left: 10%;
     }
+
+    .img-float-smaller {
+        width: 200px;
+        float: left;
+        height: auto;
+        margin: auto;
+        margin-right: 20px;
+    }
+
+    .img-float-medium {
+        width: 250px;
+        float: left;
+        height: auto;
+        margin: auto;
+        margin-right: 20px;
+    }
+
+
 
     .img-float {
         width: 310px;
@@ -200,6 +265,19 @@
         img {
             width: 100%;
         }
+
+        p {
+            margin: 0;
+        }
+    }
+
+
+    .img-float-formula {
+        width: 310px;
+        float: left;
+        height: auto;
+        margin: auto;
+        margin-right: 20px;
 
         p {
             margin: 0;
@@ -221,6 +299,75 @@
             margin: 0 !important;
         }
     }
+
+    .references {
+        margin-top: 140px;
+        hr {
+            font-weight: bold;
+            margin-left: 0;
+            width: 15%;
+        }
+    }
+
+    .w395 {
+        width: 395px;
+    }
+
+    .w430 {
+        width: 430px;
+    }
+
+    .w280{
+        width: 280px;
+    }
+
+    .w270 {
+        width: 270px;
+    }
+
+    .w250 {
+        width: 250px;
+    }
+
+    .w230{
+        width: 230px; 
+    }
+
+    .w220 {
+        width: 220px;
+    }
+
+    .w200 {
+        width: 200px;
+    }
+
+    .w180{
+        width: 180px; 
+    }
+
+    .w115 {
+        width: 115px;
+    }
+
+
+
+    .text-rights {
+        width: 230px;
+        float: right;
+        height: auto;
+        margin: auto;
+        margin-left: 20px;
+
+        img {
+            width: 100%;
+        }
+
+        p {
+            margin: 0 !important;
+        }
+    }
+
+
 
     .pdf-text {
         display: flex;
@@ -395,7 +542,7 @@
 
     .event-header-text-bc {
         background-color: #bbd4ec;
-      }
+    }
 
     // 杩佺Щ
     .bk-bwh {
@@ -627,7 +774,7 @@
     }
 
     .note {
-        font-size: 0.85em;
+        font-size: 14px;
     }
 
 
@@ -648,7 +795,7 @@
     .img {
         font-family: 'FZLTXIHJW';
         text-align: center;
-        font-size: 0.85em;
+        font-size: 14px;
         margin-left: 0%;
         margin-right: 0%;
         text-indent: 0em;
@@ -693,6 +840,17 @@
         margin-left: 0%;
         margin-right: 0%;
         text-indent: 0em;
+    }
+
+    .left {
+        text-indent: 0em;
+        margin: 0 !important;
+        line-height: 20px;
+    }
+
+    .left3 {
+        margin: 20 0 0 0 !important;
+        line-height: 20px;
     }
 
     .left2 {
@@ -774,13 +932,29 @@
     h3 {
         font-family: 'FZHTJW';
         color: #5192C6;
-        font-weight: 300;
-        font-size: 1.2em;
-        margin-top: 1.5em;
+        font-weight: 500;
+        font-size: 1.6em;
+        margin-top: 0.5em;
         margin-bottom: 5px;
         text-indent: 0em;
     }
 
+    .unit2-c {
+        color: #F89C1C !important;
+    }
+
+    .unit3-c {
+        color: #0A9CAC !important;
+    }
+
+    .unit4-c {
+        color: #92B03D !important;
+    }
+
+    .unit5-c {
+        color: #0180CD !important;
+    }
+    
     h4 {
         font-family: 'FZHTJW';
         color: #5192C6;
@@ -804,17 +978,15 @@
     }
 
     h6 {
-
         font-family: 'FZHTJW';
-        font-weight: bold;
-        margin-bottom: 0.5em;
-        margin-top: 2em;
-        font-size: 1em;
+        font-weight: 400;
+        margin-bottom: 5px;
+        margin-top: 10px;
+        font-size: 18px;
         text-indent: 2em;
     }
 
     .zt-h6 {
-
         font-family: 'FZHTJW';
         color: #65C097;
         margin-bottom: 0.5em;
@@ -905,6 +1077,12 @@
         margin-bottom: -0.5em;
     }
 
+    .inline2 {
+        height: 1.5em;
+        margin-top: 0.5em;
+        margin-bottom: -0.5em;
+    }
+
     .inline4 {
         height: 2em;
         margin-left: -2em;
@@ -978,6 +1156,14 @@
         position: relative;
     }
 
+    .bk1 {
+        border: 0.15em dotted #F89C1C;
+        padding: 0.5em;
+        margin-bottom: 2em;
+        margin-top: 0.5em;
+        border-radius: 1em;
+        position: relative;
+    }
 
     p.bj1-qjms {
         background-color: #5392C7;
@@ -1009,28 +1195,29 @@
     }
 
     .bj3 {
-        background-color: #FDE6BC;
-        padding: 20px;
-        border-radius: 1.5em;
-        margin-bottom: 2em;
-        margin-top: 2.5em;
+        background-color: #FEDDB4;
+        padding: 20px 10px 10px 10px;
+        border-radius: 10px;
+        margin-bottom: 10pxem;
+        margin-top: 10px;
+        position: relative;
     }
 
     span.bj3-xyx {
         background-color: #F5A101;
         color: #FFFFFF;
-        box-shadow: 0.3em 0.3em 0px 0px #FDF0D8;
-        border-radius: 1.5em;
-        padding: 5px 20px 5px 20px;
+        border-radius: 5px;
+        padding: 5px 10px 5px 10px;
         font-size: 1em;
         font-weight: bold;
 
     }
 
     div.bj3-xyx {
-        margin-top: -3em;
-        margin-bottom: 1.5em;
-        margin-left: -3em;
+        position: absolute;
+        top: -15px;
+        left: -25px;
+
     }
 
     .ts-1 {
@@ -1072,8 +1259,20 @@
         border-radius: 5px;
     }
 
+    .bj4-xyx-pd {
+        font-size: 16px;
+        color: #fff;
+        line-height: 20px;
+        padding: 22px 10px 22px 10px;
+        background-color: #5192C6;
+        margin-right: 10px;
+        border-radius: 5px;
+        flex-wrap: nowrap;
+    }
+
     .bj4-xyx-icon {
         color: #5192C6;
+        text-wrap: nowrap;
     }
 
     .bj5 {
@@ -1309,10 +1508,12 @@
         .img-float {
             width: 130px;
         }
+
         .img-rights {
             width: 130px;
         }
-        .btn-w{
+
+        .btn-w {
             width: 42px;
         }
     }

--
Gitblit v1.9.1