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 | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index d70bcec..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; @@ -1061,6 +1067,11 @@ width: 18px; height: 18px; } + .icon-box-big{ + width: 45px; + height: 45px; + + } .word-bc { // background-color: #a1afc8; background-color: #e1ebf6; @@ -1135,6 +1146,11 @@ } } } + .bor-g{ + border: 1px solid green; + padding: 5% 10%; + + } .textarea-box { border: none; text-align: center; -- Gitblit v1.9.1