From ac9d75d4d82039ba62c7d438ca5564f7049cc343 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 16 七月 2024 09:25:29 +0800 Subject: [PATCH] Merge branches 'master' and 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/English/assets/main.less | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less index d98c13a..6051fc1 100644 --- a/src/books/English/assets/main.less +++ b/src/books/English/assets/main.less @@ -732,6 +732,9 @@ .mt-40 { margin-top: 40px; } + .mr-20 { + margin-right: 20px; + } .wh-nr { white-space: nowrap; } @@ -750,8 +753,14 @@ .w100 { width: 100%; } - .w80{ + .w95 { + width: 95%; + } + .w80 { width: 80%; + } + .w50 { + width: 50%; } .w45{ width: 45%; @@ -1086,6 +1095,7 @@ color: red; } .icon-box { + text-indent: 0; margin-left: 8px; display: inline-block; width: 18px; @@ -1195,6 +1205,11 @@ color: #f49a4c; font-weight: bold; } + .select-border { + border: 0; + border-bottom: 1px solid #000; + outline: none; + } } /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ @media (max-width: 660px) { -- Gitblit v1.9.1