From 97eb19017a3f43d3fa1210b8be54807d1ec9de81 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 23 十月 2024 18:16:18 +0800 Subject: [PATCH] 字体更改 --- src/books/civilAviation/assets/main.less | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/src/books/civilAviation/assets/main.less b/src/books/civilAviation/assets/main.less index 8a16174..4a9ceb5 100644 --- a/src/books/civilAviation/assets/main.less +++ b/src/books/civilAviation/assets/main.less @@ -28,7 +28,11 @@ } .mt-20 { - margin-top: 30px; + margin-top: 20px !important; + } + + .mt-30 { + margin-top: 30px ; } .mb-10 { @@ -695,6 +699,19 @@ text-indent: 0em; } + + + .left{ + text-indent: 0em; + margin: 0 !important; + line-height: 20px; + } + + .left3{ + margin: 20 0 0 0 !important; + line-height: 20px; + } + .left2 { font-size: 1.3em; text-indent: 0em; -- Gitblit v1.9.1