From 4a8a0615b7aaa5e7a7aa5ae7fad4bba887d11308 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 22 七月 2024 10:09:30 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/English/assets/main.less | 19 +++++++++++++++---- 1 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index f4020d7..ea135e8 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -235,7 +235,7 @@ width: 96%; text-align: center; } - + .img-a { width: 95%; } @@ -704,6 +704,9 @@ .al-end { align-items: flex-end; } + .fz-13{ + font-size: 13px; + } .fz-14 { font-size: 14px; } @@ -756,6 +759,9 @@ .w95 { width: 95%; } + .w90 { + width: 90%; + } .w80 { width: 80%; } @@ -768,11 +774,14 @@ .w45{ width: 45%; } - .w50{ - width: 50%; + .w35{ + width: 35%; } .w20{ width: 20%; + } + .w10{ + width: 10%; } .pd-20 { padding: 0 20px; @@ -915,7 +924,6 @@ .input-bottom-border { border: 0; border-bottom: 1px solid #000000; - width: 86%; &:focus { outline: none; } @@ -939,6 +947,9 @@ .check-bc-t{ background-color: transparent; } + .select-bc-t{ + background-color: transparent; + } .input-no-border{ border: 0; width: 86%; -- Gitblit v1.9.1