From e9bacc34998cbbe537b2bafa97bfa87c882b724f Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 12 七月 2024 09:24:10 +0800 Subject: [PATCH] 英语(第一单元) --- src/books/English/assets/main.less | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index 752f6bd..7d01a86 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -674,6 +674,9 @@ .tl { text-align: left !important; } + .de-cl{ + flex-direction: column; + } .fl { display: flex; } @@ -740,6 +743,9 @@ } .w100 { width: 100%; + } + .w45{ + width: 45%; } .pd-20 { padding: 0 20px; @@ -842,6 +848,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 +902,9 @@ outline: none; } } + .check-bc-t{ + background-color: transparent; + } .input-no-border{ border: 0; width: 86%; @@ -899,6 +918,7 @@ .bor-t-n{ border-top: none; } +// 缁〃 .continued{ text-align: right; color: #FBB56D; @@ -1047,6 +1067,11 @@ width: 18px; height: 18px; } + .icon-box-big{ + width: 45px; + height: 45px; + + } .word-bc { // background-color: #a1afc8; background-color: #e1ebf6; @@ -1121,6 +1146,11 @@ } } } + .bor-g{ + border: 1px solid green; + padding: 5% 10%; + + } .textarea-box { border: none; text-align: center; -- Gitblit v1.9.1