From 81e8368dd4af03e75158119ed0b3df201a08b831 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期一, 30 十二月 2024 15:07:05 +0800 Subject: [PATCH] yemei --- src/books/aviationEtiquette/assets/main.less | 50 ++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 44 insertions(+), 6 deletions(-) diff --git a/src/books/aviationEtiquette/assets/main.less b/src/books/aviationEtiquette/assets/main.less index c58c043..798b9dc 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; @@ -227,6 +249,16 @@ .mb-20 { margin-bottom: 20px !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; } @@ -1303,6 +1338,9 @@ font-size: 1.2em; padding: 25px; border: 4px dotted #197ABF; + .block{ + font-family: "kaiti"; + } } .zt-ls1 { -- Gitblit v1.9.1