From 51ad6706fed4b080b0cb1bb771028a551b9ec27c Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 22 十月 2024 15:19:18 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/mathBook/assets/main.less | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/books/mathBook/assets/main.less b/src/books/mathBook/assets/main.less index 83231d5..0b95b44 100644 --- a/src/books/mathBook/assets/main.less +++ b/src/books/mathBook/assets/main.less @@ -430,7 +430,7 @@ .page-box { position: relative; box-sizing: border-box; - min-height: 1150px; + min-height: 1120px; margin-bottom: 20px; box-shadow: 0 3px 6px 1px #00000029; background-color: #fff; @@ -557,6 +557,9 @@ .t0 { text-indent: 0; } + .t1 { + text-indent: 1em; + } .t- { text-indent: 0.5em; } @@ -580,7 +583,7 @@ } .page-box { box-sizing: border-box; - min-height: 1150px; + min-height: 1120px; margin-bottom: 20px; box-shadow: 0 3px 6px 1px #00000029; background-color: #fff; @@ -701,6 +704,9 @@ } .mt-40 { margin-top: 40px; + } + .mt-60 { + margin-top: 60px !important; } .mt-80 { margin-top: 80px !important; @@ -854,6 +860,22 @@ height: 0 !important; box-shadow: none !important; } + // 甯︽寜閽畃鏍囩 + .p-btn { + display: flex; + justify-content: left; + align-items: center; + 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