From 98a9b7705a293aa1f6ad1b62b0497e5c7a6f9212 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 31 十二月 2024 14:43:44 +0800 Subject: [PATCH] 模块一项目自测 --- src/books/aviationEtiquette/assets/main.less | 86 +++++++++++++++++++++++++++++++----------- 1 files changed, 63 insertions(+), 23 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index c8ee4d5..1f9403b 100644 --- a/src/books/aviationEtiquette/assets/main.less +++ b/src/books/aviationEtiquette/assets/main.less @@ -10,6 +10,28 @@ box-shadow: 0 3px 6px 1px #00000029; background-color: #fff; } + .foreword{ + font-family: 'FZLTZHJW'; + font-weight: 300; + font-size: 1.5em; + color: #6E85AF; + margin-top: 0; + margin-bottom: 0; + text-indent: 0em; + } + .topBorder{ + width:120px; + border-top: 1px solid #6E85AF; + border-bottom: 1px solid #6E85AF; + height: 2px; + } + .bottomBorder{ + width:180px; + border-top: 1px solid #6E85AF; + border-bottom: 1px solid #6E85AF; + height: 2px; + } + .wh-no { white-space: nowrap; @@ -46,10 +68,6 @@ .mt-30 { margin-top: 30px; - } - - .mb-10 { - margin-bottom: 10px; } .mb-30 { @@ -228,6 +246,20 @@ margin-bottom: 20px !important; } + .mb-10 { + margin-bottom: 10px !important; + } + .pNum{ + font-size:18px !important; + font-style: italic; + font-family: "kaiti"; + padding-top:2px !important; + padding-bottom:2px !important; + } + .cloud{ + padding: 0px 8px 0 0 !important; + } + .headerImg { width: 30px; } @@ -247,14 +279,14 @@ .header-left-Number { color: #728DC0; - font-size: 17px; + font-size: 14px; padding-right: 8px; .span-box-title { margin: 0 5px; display: inline-block; - width: 10px; - height: 10px; + width: 8px; + height: 8px; background-color: #728DC0; } } @@ -267,7 +299,7 @@ .header-right-Box { color: #728DC0; - font-size: 17px; + font-size: 14px; padding-right: 8px; } @@ -275,11 +307,12 @@ .header-right-Number { background-color: #92B0D5; color: #fff; - // font-size: 17px; + font-size: 14px; + padding: 3px 0; padding-right: 8px; img { - height: 16.8px; + height: 20.8px; } } @@ -290,12 +323,14 @@ .header-right-last { background-color: #B799B6; + padding: 2px 0; padding-left: 20px; } .header-right-end { background-color: #738DC0; + padding: 2px 0; padding-left: 50px; } @@ -327,12 +362,14 @@ .textarea-box { border: none; - text-align: center; - width: 84px; - height: 36px; + // text-align: center; + width:88%; + margin-left:2em; overflow: auto; word-break: break-all; resize: none; + border:1px solid #738DC0; + border-radius: 5px; } @@ -972,7 +1009,7 @@ margin-bottom: 0.2em !important; text-indent: 2em; line-height: 30px; - font-size: 16px; + font-size: 17px; text-align: justify; } @@ -987,10 +1024,10 @@ .img { - font-weight: bold; + font-weight: 100; font-family: 'FZLTXIHJW'; text-align: center; - font-size: 0.85em; + font-size: 0.65em; margin-left: 0%; margin-right: 0%; text-indent: 0em; @@ -1302,6 +1339,9 @@ font-size: 1.2em; padding: 25px; border: 4px dotted #197ABF; + .block{ + font-family: "kaiti"; + } } .zt-ls1 { @@ -1360,7 +1400,7 @@ border: 0.15em dotted #FAAD70; padding: 1em; margin-bottom: 2em; - margin-top: 0.5em; + margin-top: 2em; border-radius: 0em; position: relative; @@ -1395,7 +1435,7 @@ .span-text { font-size: 16px; font-weight: 100; - padding: 0em 0.15em 0em 0.3em; + padding: 0em 0.5em 0em 0.5em; } @@ -1416,10 +1456,10 @@ span.bj2 { background-color: #6E85AF; - padding: 0.2em 1em 0.2em 1em; + padding: 0.2em 0.5em 0.2em 0.5em; font-size: 1.1em; font-weight: bold; - border-radius: 0.5em; + border-radius: 1em; color: #FFFFFF; box-shadow: 0.3em 0.3em 0px 0px #C3C2C0; } @@ -1656,13 +1696,13 @@ .bk5 { - margin-top: -2em; - margin-bottom: 1.5em; + margin-top: -1.4em; + margin-bottom: 0.5em; margin-left: -1.6em; } .h3-zt1 { - padding: 0.25em; + padding: 0.26em 0.7em; background-color: #EEAF68; color: #FFFFFF; } -- Gitblit v1.9.1