From f19774744035760cd81741fac530cffd0f0d493b Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 30 十月 2024 18:34:40 +0800 Subject: [PATCH] 民航概论分页(模块二,学习任务三) --- src/books/civilAviation/assets/main.less | 93 ++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 76 insertions(+), 17 deletions(-) diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less index 40b596e..e422749 100644 --- a/src/books/civilAviation/assets/main.less +++ b/src/books/civilAviation/assets/main.less @@ -108,6 +108,10 @@ align-items: center; } + .al-fe{ + align-items: flex-end; + } + .ac-f { align-content: flex-end; } @@ -190,6 +194,13 @@ border-top: 0.7em solid #5192C6; } + .task-u2-c { + width: 16%; + margin-bottom: 3.5em; + margin-top: 0; + border-top: 0.7em solid #F89C1C; + } + .p-odd { padding-right: 10%; } @@ -247,6 +258,43 @@ margin: 0 !important; } } + + .w115{ + width: 115px; + } + + .w270{ + width: 270px; + } + + .w220{ + width: 220px ; + } + + .w200{ + width: 200px ; + } + .w395{ + width: 395px ; + } + + .text-rights { + width: 230px; + float: right; + height: auto; + margin: auto; + margin-left: 20px; + + img { + width: 100%; + } + + p { + margin: 0 !important; + } + } + + .pdf-text { display: flex; @@ -818,6 +866,11 @@ text-indent: 0em; } + .unit2-c { + color: #F89C1C !important; + } + + h4 { font-family: 'FZHTJW'; color: #5192C6; @@ -841,17 +894,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; @@ -938,6 +989,12 @@ .inline1 { height: 2.5em; + margin-top: 0.5em; + margin-bottom: -0.5em; + } + + .inline2 { + height: 1.5em; margin-top: 0.5em; margin-bottom: -0.5em; } @@ -1054,28 +1111,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: -10px; + } .ts-1 { @@ -1130,6 +1188,7 @@ .bj4-xyx-icon { color: #5192C6; + text-wrap: nowrap; } .bj5 { -- Gitblit v1.9.1