From 9e5c9183d462451f5ad3d4e326c7f75ce420cd70 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 26 十二月 2024 11:11:35 +0800 Subject: [PATCH] 民航安全检查 --- src/books/aviationSafety/assets/main.less | 76 +++++++++++++++++++++++++++++++++++--- 1 files changed, 70 insertions(+), 6 deletions(-) diff --git a/src/books/aviationSafety/assets/main.less b/src/books/aviationSafety/assets/main.less index 56e8ab5..299a8e6 100644 --- a/src/books/aviationSafety/assets/main.less +++ b/src/books/aviationSafety/assets/main.less @@ -29,7 +29,7 @@ } .mr-0 { - margin: 0; + margin: 0 !important; } .mr-9 { @@ -44,6 +44,10 @@ margin-left: 2em; } + .mt--25{ + margin-top: -25px !important; + } + .mt-10 { margin-top: 10px !important; } @@ -53,7 +57,7 @@ } .mt-30 { - margin-top: 30px; + margin-top: 30px !important;; } .mt-50 { @@ -131,6 +135,10 @@ text-indent: 0em !important; } + .td-1 { + text-indent: 1em !important; + } + .td-2 { text-indent: 2em !important; } @@ -191,6 +199,10 @@ margin-right: 10px; } + .mr-5 { + margin-right: 5px; + } + .ma-l { margin-left: 10%; } @@ -246,6 +258,10 @@ background-color: #6D84AE; } + .radioClass{ + margin: 0 0 0 4px !important; + + } .task-u2-c { @@ -386,6 +402,10 @@ width: 270px; } + .w260 { + width: 260px; + } + .w250 { width: 250px; } @@ -404,6 +424,10 @@ .w200 { width: 200px; + } + + .w190 { + width: 190px; } .w180 { @@ -495,7 +519,28 @@ .input-bottom-border { - width: 15%; + width: 11%; + background-color: transparent; + border: 0; + border-bottom: 1px solid #000; + &:focus { + outline: none; + } + } + + .input-bottom-border1 { + width: 33%; + background-color: transparent; + border: 0; + border-bottom: 1px solid #000; + &:focus { + outline: none; + } + } + + + .input-bottom-border2 { + width: 21.5%; background-color: transparent; border: 0; border-bottom: 1px solid #000; @@ -636,6 +681,25 @@ width: 100%; height: 280px; margin-bottom: 18px; + } + + .imgBox { + display: flex !important; + flex-direction: column-reverse !important; + position: relative !important; + + .img { + margin: 0 !important; + font-size: 16px !important; + position: absolute !important; + left: 50% !important; + transform: translateX(-50%); + bottom: -2% !important; + } + + img { + height: 80%; + } } // 棰樼洰 @@ -1441,8 +1505,8 @@ background-color: #96A7D5; border-radius: 1.5em; color: #FFFFFF; - font-weight: bold; - padding: 6px; + font-weight: 100; + padding: 4px; font-size: 1.2em; } @@ -1466,7 +1530,7 @@ margin-bottom: 0.2em; margin-left: -0.6em; margin-right: -0.6em; - margin-top: -0.9em; + margin-top: -0.7em; } span.bj3-xyx { -- Gitblit v1.9.1