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 | 108 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 files changed, 93 insertions(+), 15 deletions(-) diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less index 6f2e91e..b8ace44 100644 --- a/src/books/civilAviation/assets/main.less +++ b/src/books/civilAviation/assets/main.less @@ -109,7 +109,7 @@ align-items: center; } - .al-fe{ + .al-fe { align-items: flex-end; } @@ -131,6 +131,10 @@ .mr-70 { margin-right: 70px; + } + + .mr-45{ + margin-right: 45px; } .mr-10 { @@ -202,6 +206,29 @@ 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%; } @@ -244,6 +271,19 @@ } } + + .img-float-formula { + width: 310px; + float: left; + height: auto; + margin: auto; + margin-right: 20px; + + p { + margin: 0; + } + } + .img-rights { width: 310px; float: right; @@ -260,29 +300,56 @@ } } - .w115{ - width: 115px; + .references { + margin-top: 140px; + hr { + font-weight: bold; + margin-left: 0; + width: 15%; + } } - .w270{ + .w395 { + width: 395px; + } + + .w430 { + width: 430px; + } + + .w280{ + width: 280px; + } + + .w270 { width: 270px; } - .w220{ - width: 220px ; + .w250 { + width: 250px; } - .w200{ - width: 200px ; + .w230{ + width: 230px; } - .w395{ - width: 395px ; + .w220 { + width: 220px; } - - .w430{ - width: 430px ; + + .w200 { + width: 200px; } + + .w180{ + width: 180px; + } + + .w115 { + width: 115px; + } + + .text-rights { width: 230px; @@ -707,7 +774,7 @@ } .note { - font-size: 0.85em; + font-size: 14px; } @@ -728,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; @@ -876,7 +943,18 @@ color: #F89C1C !important; } + .unit3-c { + color: #0A9CAC !important; + } + .unit4-c { + color: #92B03D !important; + } + + .unit5-c { + color: #0180CD !important; + } + h4 { font-family: 'FZHTJW'; color: #5192C6; -- Gitblit v1.9.1