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 | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index 20674c3..ea135e8 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -759,8 +759,14 @@ .w95 { width: 95%; } + .w90 { + width: 90%; + } .w80 { width: 80%; + } + .w80x { + width: 80px !important; } .w50 { width: 50%; @@ -773,6 +779,9 @@ } .w20{ width: 20%; + } + .w10{ + width: 10%; } .pd-20 { padding: 0 20px; @@ -1144,6 +1153,8 @@ } .tl-left{ text-align: left; + }.tl-right { + text-align: right; } .b0 { border: 0; @@ -1215,6 +1226,9 @@ border-bottom: 1px solid #000; outline: none; } + .tc { + border-color: #eace8d; + } } /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @media (max-width: 660px) { -- Gitblit v1.9.1