From e411aae838823ff5e3eee452188c7227bccf0e33 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 17 十月 2024 16:21:41 +0800 Subject: [PATCH] 数学 --- src/books/mathBook/assets/main.less | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/src/books/mathBook/assets/main.less b/src/books/mathBook/assets/main.less index 83231d5..ef4c023 100644 --- a/src/books/mathBook/assets/main.less +++ b/src/books/mathBook/assets/main.less @@ -557,6 +557,9 @@ .t0 { text-indent: 0; } + .t1 { + text-indent: 1em; + } .t- { text-indent: 0.5em; } @@ -701,6 +704,9 @@ } .mt-40 { margin-top: 40px; + } + .mt-60 { + margin-top: 60px !important; } .mt-80 { margin-top: 80px !important; @@ -854,6 +860,21 @@ height: 0 !important; box-shadow: none !important; } + // 甯︽寜閽畃鏍囩 + .p-btn { + display: flex; + justify-content: left; + flex-wrap: wrap; + i { + text-indent: 0; + } + } + .iframe-box { + width: 100%; + min-height: 800px; + border: 1px solid #00a1e9; + border-radius: 10px; + } } /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ -- Gitblit v1.9.1