From 1b3fd3be47ea0c06b80db9603eb1279daa0dad07 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 17 二月 2025 15:35:55 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/toddlerGameImplementation/assets/main.less | 75 +++++++++++++++++++++++-------------- 1 files changed, 46 insertions(+), 29 deletions(-) diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less index 55725ab..7455708 100644 --- a/src/books/toddlerGameImplementation/assets/main.less +++ b/src/books/toddlerGameImplementation/assets/main.less @@ -258,6 +258,9 @@ width: 30px; } + + + .headerText-bc { width: 70px; color: #fff; @@ -554,7 +557,7 @@ cursor: pointer; } - + .textarea-box { width: 100%; overflow: auto; @@ -563,7 +566,7 @@ border: 1px solid #01AFEE; border-radius: 5px; background-color: rgba(255, 255, 255, 0); -} + } .table-title-bc { background-color: #8091BC; @@ -1107,27 +1110,36 @@ } - // .bodystyle:nth-of-type(odd) { - // font-family: 'FZLTXIHJW'; - // text-align: justify; - // margin: 0 11% 0 9%; - // padding-bottom: 80px; - // line-height: 30px; - // // hr { - // // font-weight: 800; - // // margin-left: 0; - // // margin-top: 10px; - // // margin-bottom: 10px; - // // width: 25%; - // // } - // } - - .bodystyle:nth-of-type(even) { + .page-box:nth-child(even) .bodystyle { font-family: 'FZLTXIHJW'; text-align: justify; - margin: 0 9% 0 11%; + margin: 0 12% 0 8%; padding-bottom: 80px; line-height: 30px; + + hr { + font-weight: 800; + margin-left: 0; + margin-top: 10px; + margin-bottom: 10px; + width: 25%; + } + } + + .page-box:nth-child(odd) .bodystyle { + font-family: 'FZLTXIHJW'; + text-align: justify; + margin: 0 8% 0 12%; + padding-bottom: 80px; + line-height: 30px; + + hr { + font-weight: 800; + margin-left: 0; + margin-top: 10px; + margin-bottom: 10px; + width: 25%; + } } @@ -1221,10 +1233,11 @@ .img { font-family: 'FZLTXIHJW'; text-align: center; - font-size: 12px; - margin: 15px 0 !important; + font-size: 14px; + font-weight: bold; + margin: 5px 0 0 0 !important; text-indent: 0em; - color: #00AFEF; + color: #000; } .img1 { @@ -1369,7 +1382,7 @@ font-size: 1.6em; margin-bottom: 0em; margin-top: 0.3em; - text-indent: 2em; + text-indent: 3em; line-height: 1.3em; } @@ -1379,7 +1392,7 @@ font-weight: 400; font-size: 1.4em; margin-top: 0em; - text-indent: 2.2em; + text-indent: 3.3em; padding: 10px 0; } @@ -1389,7 +1402,7 @@ font-weight: bold; font-size: 1.3em; margin-bottom: 0.5em; - margin-top: 0.7em ; + margin-top: 0.7em; text-indent: 0em; } @@ -1555,8 +1568,8 @@ .ls2 { color: #00B1F5; - font-weight: 500; - font-size: 1.1em; + font-weight: bold; + font-size: 1em; line-height: 30px; } @@ -1615,7 +1628,8 @@ border-radius: 1.5em; margin-bottom: 1em; position: relative; - p{ + + p { font-size: 12px; line-height: 20px; } @@ -1826,7 +1840,7 @@ } - .f-kai{ + .f-kai { font-family: "kaiti"; } @@ -2145,6 +2159,9 @@ padding: 0 20px; } + .page-box { + min-height: 500px; + } .img-float { width: 130px; -- Gitblit v1.9.1