From 78755afe645794b4aaf679e29e4cca10a72bc807 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 12 七月 2024 09:37:41 +0800 Subject: [PATCH] 合并代码 --- src/books/English/assets/main.less | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index 752f6bd..fba9d23 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -842,6 +842,16 @@ font-weight: bold; } } + .tl-lf{ + text-align: left; + } + .tl-ju{ + text-align: justify; + } + .table-p{ + margin: 0%; + text-indent: 0; + } // 椤电爜 .preface-bottom { height: 104px; @@ -886,6 +896,9 @@ outline: none; } } + .check-bc-t{ + background-color: transparent; + } .input-no-border{ border: 0; width: 86%; @@ -899,6 +912,7 @@ .bor-t-n{ border-top: none; } +// 缁〃 .continued{ text-align: right; color: #FBB56D; @@ -1047,6 +1061,11 @@ width: 18px; height: 18px; } + .icon-box-big{ + width: 45px; + height: 45px; + + } .word-bc { // background-color: #a1afc8; background-color: #e1ebf6; -- Gitblit v1.9.1