From 9a3baab049df4a32a7b724c5f24cecdbc3e469b6 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 05 六月 2025 09:37:25 +0800 Subject: [PATCH] 图片名字更新 --- src/books/kindergartenActivitiesDesignGuidance/css/default.less | 110 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 91 insertions(+), 19 deletions(-) diff --git a/src/books/kindergartenActivitiesDesignGuidance/css/default.less b/src/books/kindergartenActivitiesDesignGuidance/css/default.less index c76b6e5..9c88ea1 100644 --- a/src/books/kindergartenActivitiesDesignGuidance/css/default.less +++ b/src/books/kindergartenActivitiesDesignGuidance/css/default.less @@ -9,7 +9,7 @@ overflow: auto; .public-kindergartenActivitiesDesignGuidance { - font-family: "瀹嬩綋"; + font-family: "鏂规涔﹀畫"; max-width: 816px; min-width: 375px; margin: 0 auto; @@ -28,6 +28,14 @@ .notIndent { text-indent: 0 !important; + } + + .fl { + display: flex; + } + + .al-c { + align-items: center; } .chapter { @@ -80,9 +88,19 @@ } } + .videoTitle { + div { + font-weight: bold; + color: #9bc3c2; + margin-right: 10px; + } + + } + .videoBox { width: 100%; padding: 20px; + margin-bottom: 20px; box-sizing: border-box; display: flex; justify-content: space-around; @@ -115,12 +133,18 @@ border-radius: 10px; margin-bottom: 10px; } + + .vname { + text-wrap: wrap; + font-size: 14px; + font-family: "鏂规浠垮畫"; + } } } .block { font-size: 16px; - + font-weight: 400; font-family: '妤蜂綋'; } @@ -212,6 +236,22 @@ } @font-face { + font-family: '鏂规涔﹀畫'; + src: url('../Fonts/FZSSK.TTF'); + } + + + @font-face { + font-family: '鏂规灏忔爣瀹�'; + src: url('../Fonts/FZXBSK.TTF'); + } + + @font-face { + font-family: '鏂规浠垮畫'; + src: url('../Fonts/FZFSK.TTF'); + } + + @font-face { font-family: "鏂规鏂颁功瀹�"; src: url("../Fonts/FZXSSK.TTF"); } @@ -284,6 +324,27 @@ border-bottom: 2px solid #f0bd4a; border-width: 2px; position: relative; + } + + .ml-40 { + margin-left: 40px; + } + + .mt-20 { + margin-top: 20px; + } + + .mb-20 { + margin-bottom: 20px; + } + + .td-1 { + text-indent: 1em; + } + + + .td-0 { + text-indent: 0em; } div.bodycontent-div-center { @@ -372,7 +433,6 @@ text-align: justify; margin: 0 16% 0 12%; padding: 10% 0; - line-height: 30px; position: relative; min-height: 970px; } @@ -381,7 +441,6 @@ text-align: justify; margin: 0 12% 0 16%; padding: 10% 0; - line-height: 30px; position: relative; min-height: 970px; } @@ -584,7 +643,7 @@ .center1 { text-align: center; - color: #00adef; + font-family: "kaiti"; margin-left: 0%; margin-right: 0%; text-indent: 0em; @@ -656,19 +715,20 @@ } h2 { + font-family: "鏂规灏忔爣瀹�"; text-align: center; - font-weight: bold; font-size: 1.6em; margin-bottom: 0em; margin-top: 1em; margin-bottom: 1em; + font-weight: 400; } .h2-zt { border-radius: 0.2em 0em 0em 0.2em; margin-bottom: 1em; margin-top: -0.5em; - padding: 0.2em 0.5em 0.2em 0.5em; + padding: 0.2em 0.5em 0.2em 0.5em } .h2-zt1 { @@ -679,30 +739,33 @@ line-height: 40px; } - .h3-zt {} - - .h3-zt1 {} h3 { - font-weight: bold; - font-size: 1.2em; - margin-bottom: 0.6em; - margin-top: 0.6em; + font-family: "鏂规灏忔爣瀹�"; + font-weight: 400; + font-size: 1.34em; + margin-bottom: 0.8em; + margin-top: 0.8em; text-indent: 2em; } h4 { - margin-top: 0em; - margin-bottom: 0; + font-family: "鏂规灏忔爣瀹�"; + font-weight: 500; + margin-top: 0.7em; + margin-bottom: 0.7em; font-size: 1.1em; text-indent: 2em; } h5 { + font-family: "鏂规灏忔爣瀹�"; + margin-top: 0.5em; + margin-bottom: 0.5em; color: #000; - margin: 0; font-size: 1.1em; text-indent: 2em; + font-weight: 400; } .zt-h6 { @@ -740,7 +803,7 @@ width: 95%; } - .w80{ + .w80 { width: 80%; } @@ -816,6 +879,11 @@ margin-right: 0.5em; } + // 琛岄珮 + .lh-25 { + line-height: 25px; + } + // 瀛椾綋 .fm-kt { font-family: "kaiti"; @@ -825,10 +893,14 @@ font-family: "鏂规榛戜綋"; } - .fz-16{ + .fz-16 { font-size: 16px !important; } + .fz-15 { + font-size: 15px !important; + } + // 瀛椾綋 .mb-20 { margin-bottom: 20px; -- Gitblit v1.9.1