From 9076aac9d92eafd4b44fce4a9a53c8bd16e7e7d2 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 31 十月 2024 18:12:19 +0800 Subject: [PATCH] 民航概论分页(项目二结束) --- src/books/civilAviation/assets/main.less | 107 +++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 86 insertions(+), 21 deletions(-) diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less index 40b596e..6f2e91e 100644 --- a/src/books/civilAviation/assets/main.less +++ b/src/books/civilAviation/assets/main.less @@ -47,6 +47,11 @@ width: 100%; } + .w90 { + width: 90%; + } + + .w80 { width: 80%; } @@ -70,10 +75,6 @@ .img-0 { width: 100%; - } - - .img-c { - width: 70% !important; } .pt-20 { @@ -106,6 +107,10 @@ .al-c { align-items: center; + } + + .al-fe{ + align-items: flex-end; } .ac-f { @@ -190,6 +195,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 +259,48 @@ margin: 0 !important; } } + + .w115{ + width: 115px; + } + + .w270{ + width: 270px; + } + + .w220{ + width: 220px ; + } + + .w200{ + width: 200px ; + } + + .w395{ + width: 395px ; + } + + .w430{ + width: 430px ; + } + + .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 +872,11 @@ text-indent: 0em; } + .unit2-c { + color: #F89C1C !important; + } + + h4 { font-family: 'FZHTJW'; color: #5192C6; @@ -841,17 +900,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 +995,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 +1117,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 { @@ -1130,6 +1194,7 @@ .bj4-xyx-icon { color: #5192C6; + text-wrap: nowrap; } .bj5 { -- Gitblit v1.9.1