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 | 19 ++++++++++++++----- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less index ca230a9..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; @@ -1113,6 +1116,7 @@ margin: 0 12% 0 8%; padding-bottom: 80px; line-height: 30px; + hr { font-weight: 800; margin-left: 0; @@ -1128,6 +1132,7 @@ margin: 0 8% 0 12%; padding-bottom: 80px; line-height: 30px; + hr { font-weight: 800; margin-left: 0; @@ -1397,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; } @@ -1623,7 +1628,8 @@ border-radius: 1.5em; margin-bottom: 1em; position: relative; - p{ + + p { font-size: 12px; line-height: 20px; } @@ -1834,7 +1840,7 @@ } - .f-kai{ + .f-kai { font-family: "kaiti"; } @@ -2153,6 +2159,9 @@ padding: 0 20px; } + .page-box { + min-height: 500px; + } .img-float { width: 130px; -- Gitblit v1.9.1