From 6501ef9497ac80bdbb8601a856d8130a8d867062 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 11 六月 2025 11:04:32 +0800 Subject: [PATCH] 样式修改 --- src/books/toddlerGameImplementation/assets/main.less | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less index 2147507..7c7cfbc 100644 --- a/src/books/toddlerGameImplementation/assets/main.less +++ b/src/books/toddlerGameImplementation/assets/main.less @@ -134,6 +134,10 @@ // top: -0.2em; /* 鏍规嵁闇�瑕佽皟鏁磋繖涓�� */ } + .fz-11 { + font-size: 11px !important; + } + .fz-13 { font-size: 13px !important; } @@ -751,6 +755,43 @@ margin-top: 0.8%; } + + // 瑙嗛搴撻泦 + .bk-video { + border: 0.15em dashed #6dcff6; + padding: 1.8em 5px; + margin-bottom: 2em; + margin-top: 2em; + border-radius: 0em; + position: relative; + } + + + .fw-w { + flex-wrap: wrap; + } + + p.bj4-qjms { + background-color: #fff; + color: #6dcff6; + font-size: 20px; + font-weight: bold; + border-radius: 1.5em; + margin-left: 0em; + text-align: center; + text-indent: 0em; + position: absolute; + top: -32px; + } + + .span-text-video { + padding: 0em 0.15em 0em 0.3em; + } + + .span-svg { + padding: 0.3em 0.15em 0em 0.3em; + } + // 缁〃 .continued { text-align: right; -- Gitblit v1.9.1