From c76dd06de1bb752719900e7ec07d24a5da0966a5 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 22 十一月 2024 11:17:00 +0800 Subject: [PATCH] 公式输入框样式优化 --- src/books/civilAviation/assets/main.less | 57 ++++++++++++++++++++++++++++++++++++--------------------- 1 files changed, 36 insertions(+), 21 deletions(-) diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less index b8ace44..fbf8a5b 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,14 @@ .w80 { width: 80%; + } + + + sup{ + vertical-align: super; /* 淇濇寔涓婃爣瀵归綈鏂瑰紡 */ + font-size: smaller; + // position: relative; /* 鐩稿浜庢甯镐綅缃皟鏁� */ + // top: -0.2em; /* 鏍规嵁闇�瑕佽皟鏁磋繖涓�� */ } .fz-13 { @@ -441,7 +453,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 +472,7 @@ text-align: center; text-indent: 0em; position: absolute; - top: -2em; + top: -1.2em; } @@ -482,7 +494,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 +722,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 +787,9 @@ } .note { + margin: 0; font-size: 14px; + line-height: 22px; } @@ -793,6 +808,7 @@ } .img { + text-indent: 0; font-family: 'FZLTXIHJW'; text-align: center; font-size: 14px; @@ -817,7 +833,6 @@ margin-bottom: 0.2em !important; text-indent: 2em; line-height: 30px; - // font-size: 18px; text-align: justify; } @@ -973,7 +988,7 @@ font-weight: 400; margin-bottom: 0.5em; margin-top: 0.5em; - font-size: 0.9em; + font-size: 18px; text-indent: 0em; } @@ -1198,7 +1213,7 @@ background-color: #FEDDB4; padding: 20px 10px 10px 10px; border-radius: 10px; - margin-bottom: 10pxem; + margin-bottom: 10px; margin-top: 10px; position: relative; } -- Gitblit v1.9.1