From 97eb39caf61e8ea8f70776af267f6deed51720fe Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 28 七月 2025 09:43:39 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aurturingAndEducationAged0to3/assets/main.less | 87 +++++++++++++++++++++++++++++-------------- 1 files changed, 59 insertions(+), 28 deletions(-) diff --git a/src/books/aurturingAndEducationAged0to3/assets/main.less b/src/books/aurturingAndEducationAged0to3/assets/main.less index 26a10e2..1ce6f7a 100644 --- a/src/books/aurturingAndEducationAged0to3/assets/main.less +++ b/src/books/aurturingAndEducationAged0to3/assets/main.less @@ -157,11 +157,12 @@ .fm-st { font-family: "瀹嬩綋"; } - .fm-fzs3{ - font-family: "鏂规瀹嬩笁绠�浣�"; + + .fm-fzs3 { + font-family: "鏂规瀹嬩綋"; } - .fm-fzdbs{ + .fm-fzdbs { font-family: "鏂规澶ф爣瀹�" !important; } @@ -199,6 +200,10 @@ .ju-ev { justify-content: space-evenly; + } + + .ju-sb{ + justify-content: space-between; } .fd-c { @@ -307,7 +312,7 @@ } .footerNumber { - font-size: 15px; + font-size: 13px; } .radioClass { @@ -407,6 +412,21 @@ } } + .img-rights-video { + width: 47%; + float: right; + height: auto; + margin: auto; + margin-left: 20px; + + p { + margin: 0; + } + } + + + + .references { margin-top: 140px; @@ -427,6 +447,10 @@ .w365 { width: 365px; + } + + .w330 { + width: 330px; } @@ -554,21 +578,6 @@ } - .textarea-box { - width: 100%; - overflow: auto; - word-break: break-all; - resize: none; - border: 1px solid #01AFEE; - border-radius: 5px; - background-color: rgba(255, 255, 255, 0); - } - - .table-title-bc { - background-color: #8091BC; - color: #fff; - line-height: 25px; - } .table-textarea { font-size: 18px; @@ -577,6 +586,7 @@ width: 90%; background-color: transparent; margin-left: 40px; + resize: vertical; } .table-input-border { @@ -973,8 +983,8 @@ } @font-face { - font-family: '鏂规瀹嬩笁绠�浣�'; - src: url('Fonts/FZS3JW.TTF'); + font-family: '鏂规瀹嬩綋'; + src: url('Fonts/FZSSK.TTF'); } @font-face { @@ -1135,7 +1145,7 @@ .page-box:nth-child(even) .bodystyle { - font-family: '鏂规瀹嬩笁绠�浣�'; + font-family: '鏂规瀹嬩綋'; text-align: justify; margin: 0 15% 0 13%; padding-bottom: 80px; @@ -1152,7 +1162,7 @@ } .page-box:nth-child(odd) .bodystyle { - font-family: '鏂规瀹嬩笁绠�浣�'; + font-family: '鏂规瀹嬩綋'; text-align: justify; margin: 0 13% 0 15%; padding-bottom: 80px; @@ -1287,7 +1297,7 @@ text-indent: 2em; line-height: 30px; text-align: justify; - font-family: '鏂规瀹嬩笁绠�浣�'; + font-family: '鏂规瀹嬩綋'; } .cover { @@ -1418,7 +1428,7 @@ text-align: center; font-family: 'FZHTJW'; font-weight: bold; - font-size: 1.7em; + font-size: 1.5em; margin-bottom: 1.5em; margin-top: 1.5em; text-indent: 0em; @@ -1665,7 +1675,8 @@ margin-top: 1em; border-radius: 1.5em; margin-bottom: 1em; - p{ + + p { line-height: 30px; margin: 0; } @@ -1705,6 +1716,14 @@ padding: 3px 10px 3px 10px; margin-top: 3em; margin-bottom: 1.5em; + + + ul{ + li{ + font-family: "kaiti"; + font-size: 0.9em; + } + } } div.bk-tp { @@ -2016,6 +2035,15 @@ font-family: "kaiti"; } + .fz-annotate { + font-size: 0.76em; + } + + .fz-references { + margin: 0; + font-size: 0.9em; + } + .qyls-h4 { font-family: "HiFont Hei GB"; @@ -2298,8 +2326,10 @@ width: 130px; } - .img-rights { - width: 130px; + .img-rights-video { + width: 100%; + float: none; + margin-left: 0; } .btn-w { @@ -2326,6 +2356,7 @@ .footer-left { bottom: 1%; } + } } -- Gitblit v1.9.1