From 681d4cdeac71f824100659257b68cf86e0b0dbee Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 17 七月 2024 16:28:34 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/English/assets/main.less | 26 +++++++++++++++++++++++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index 7d6131d..6051fc1 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -680,6 +680,9 @@ .fl { display: flex; } + .fd-c{ + flex-direction: column; + } .fw-wr { flex-wrap: wrap; } @@ -744,6 +747,9 @@ .t0 { text-indent: 0; } + .h50{ + height: 50%; + } .w100 { width: 100%; } @@ -758,6 +764,12 @@ } .w45{ width: 45%; + } + .w50{ + width: 50%; + } + .w20{ + width: 20%; } .pd-20 { padding: 0 20px; @@ -901,6 +913,13 @@ border: 0; border-bottom: 1px solid #000000; width: 86%; + &:focus { + outline: none; + } + } + .select-border { + border: 0; + border-bottom: 1px solid #767676; &:focus { outline: none; } @@ -1050,7 +1069,9 @@ } .mr-rg{ margin-right: 0; - + } + .mr-10{ + margin-right: 10%; } .parimary-btn { min-width: 80px; @@ -1161,8 +1182,7 @@ } .bor-g{ border: 1px solid green; - padding: 5% 10%; - + padding:2% 2% ; } .textarea-box { border: none; -- Gitblit v1.9.1