From 02d67eabb2cde78382ebbed64fde95ec7207e23d Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 29 四月 2025 10:27:20 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/civilAviation/assets/main.less | 86 +++++++++++++++++++++++++++--------------- 1 files changed, 55 insertions(+), 31 deletions(-) diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less index b8ace44..3264e1f 100644 --- a/src/books/civilAviation/assets/main.less +++ b/src/books/civilAviation/assets/main.less @@ -35,6 +35,10 @@ margin-top: 30px; } + .mb-30 { + margin-bottom: 30px; + } + .mb-10 { margin-bottom: 10px; } @@ -54,6 +58,15 @@ .w80 { width: 80%; + } + + + sup { + vertical-align: super; + /* 淇濇寔涓婃爣瀵归綈鏂瑰紡 */ + font-size: smaller; + // position: relative; /* 鐩稿浜庢甯镐綅缃皟鏁� */ + // top: -0.2em; /* 鏍规嵁闇�瑕佽皟鏁磋繖涓�� */ } .fz-13 { @@ -133,7 +146,7 @@ margin-right: 70px; } - .mr-45{ + .mr-45 { margin-right: 45px; } @@ -228,7 +241,7 @@ } - + .p-odd { padding-right: 10%; } @@ -285,7 +298,7 @@ } .img-rights { - width: 310px; + width: 47%; float: right; height: auto; margin: auto; @@ -302,6 +315,7 @@ .references { margin-top: 140px; + hr { font-weight: bold; margin-left: 0; @@ -317,7 +331,7 @@ width: 430px; } - .w280{ + .w280 { width: 280px; } @@ -329,8 +343,8 @@ width: 250px; } - .w230{ - width: 230px; + .w230 { + width: 230px; } .w220 { @@ -341,8 +355,8 @@ width: 200px; } - .w180{ - width: 180px; + .w180 { + width: 180px; } .w115 { @@ -441,7 +455,7 @@ div.bk-ztgs { border: 0.15em dotted #5192c6; - padding: 0.5em; + padding: 1.5em 0.5em; margin-bottom: 2em; margin-top: 2em; border-radius: 1em; @@ -460,7 +474,7 @@ text-align: center; text-indent: 0em; position: absolute; - top: -2em; + top: -1.2em; } @@ -482,7 +496,22 @@ // 棰樼洰 .textarea-box { background-color: transparent; - margin-left: 80px; + max-width: 85%; + min-width: 85%; + outline: none; + } + + .textarea-box-left { + background-color: transparent; + margin-left: 12%; + max-width: 85%; + min-width: 85%; + outline: none; + } + + .textarea-box-right { + background-color: transparent; + margin-left: 8%; max-width: 85%; min-width: 85%; outline: none; @@ -695,24 +724,10 @@ div.bodystyle { font-family: 'FZLTXIHJW'; text-align: justify; - margin: 0 82px; + margin: 0 10%; padding-bottom: 80px; line-height: 30px; } - - // .bodystyle-left{ - // margin: 0 120px 0 82px; - // padding-bottom: 80px; - // } - - // .bodystyle-right{ - // font-family: 'FZLTXIHJW'; - // font-size: 18px; - // text-align: justify; - // margin: 0 82px 0 120px; - // padding-bottom: 80px; - // line-height: 30px; - // } span.zt-0 { color: #0087AF; @@ -774,7 +789,9 @@ } .note { + margin: 0; font-size: 14px; + line-height: 22px; } @@ -793,6 +810,7 @@ } .img { + text-indent: 0; font-family: 'FZLTXIHJW'; text-align: center; font-size: 14px; @@ -817,7 +835,6 @@ margin-bottom: 0.2em !important; text-indent: 2em; line-height: 30px; - // font-size: 18px; text-align: justify; } @@ -849,7 +866,7 @@ } .left3 { - margin: 20 0 0 0 !important; + margin: 20px 0 0 0 !important; line-height: 20px; } @@ -954,7 +971,7 @@ .unit5-c { color: #0180CD !important; } - + h4 { font-family: 'FZHTJW'; color: #5192C6; @@ -973,7 +990,7 @@ font-weight: 400; margin-bottom: 0.5em; margin-top: 0.5em; - font-size: 0.9em; + font-size: 18px; text-indent: 0em; } @@ -1198,7 +1215,7 @@ background-color: #FEDDB4; padding: 20px 10px 10px 10px; border-radius: 10px; - margin-bottom: 10pxem; + margin-bottom: 10px; margin-top: 10px; position: relative; } @@ -1494,7 +1511,14 @@ @media (max-width: 660px) { .civilAviation-book { + + .pad-l-60 { + padding-left: 10px; + } + .mr-70 { + margin-right: 15px; + } /* 鍒嗛〉padding */ .padding-93 { padding: 0 20px; -- Gitblit v1.9.1