From 7d7744fe006714f6be0341d03d4de9b1e90d775d Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 23 五月 2025 22:45:09 +0800 Subject: [PATCH] 5.23 婴幼儿游戏活动实施(wb) --- src/books/toddlerGameImplementation/assets/main.less | 74 +++++++++++++++++++++++++++--------- 1 files changed, 55 insertions(+), 19 deletions(-) diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less index 4bf82fc..18d335b 100644 --- a/src/books/toddlerGameImplementation/assets/main.less +++ b/src/books/toddlerGameImplementation/assets/main.less @@ -48,6 +48,10 @@ margin-left: 20px; } + .ml-40 { + margin-left: 40px; + } + .ml-2e { margin-left: 2em; } @@ -154,7 +158,11 @@ font-family: "鏂规鍏颁涵鍒婇粦"; } - .fm-鏂规涔﹀畫{ + .fm-fzfs { + font-family: "鏂规浠垮畫"; + } + + .fm-鏂规涔﹀畫 { font-family: "鏂规涔﹀畫"; } @@ -173,10 +181,6 @@ .td-0 { text-indent: 0em !important; } - - // .td-{ - - // } .td-1 { text-indent: 1em !important; @@ -278,9 +282,6 @@ width: 30px; } - - - .headerText-bc { width: 70px; color: #fff; @@ -322,7 +323,7 @@ span { position: absolute; left: 56%; - top: 35%; + top: 31%; transform: translateX(-50%); } } @@ -403,6 +404,7 @@ p { margin: 0; + font-family: "鏂规浠垮畫"; } } @@ -428,6 +430,7 @@ p { margin: 0; + font-family: "鏂规浠垮畫"; } } @@ -534,6 +537,10 @@ width: 115px; } + .w110 { + width: 110px; + } + .w40 { width: 40% !important; @@ -577,7 +584,7 @@ cursor: pointer; } - sup{ + sup { cursor: pointer; } @@ -790,7 +797,7 @@ display: flex; justify-content: center; align-items: center; - border: 0.15em dashed #FAAD70; + border: 0.15em solid #1cade9; margin-right: 15px; padding: 0 15px; border-radius: 5px; @@ -802,9 +809,10 @@ display: flex; align-items: center; justify-content: flex-start; + color: #1cade9; svg { - fill: #FAAD70; + fill: #1cade9; } } @@ -814,7 +822,7 @@ } span:hover { - color: #FAAD70; + color: #1cade9; cursor: pointer; text-decoration: underline; -webkit-user-select: none; @@ -1276,7 +1284,7 @@ p { - font-family: '鏂规浠垮畫'; + font-family: '鏂规鏂版姤瀹�'; margin-top: 0.2em; margin-bottom: 0.2em; text-indent: 2em; @@ -1710,12 +1718,12 @@ div.bk2 { background: #E2F4FE; border: 2px solid #3EC9F4; - padding: 10px 10px 20px 10px; + padding: 15px 10px 5px 10px; margin-top: 1em; margin-bottom: 1em; position: relative; - p{ + p { font-family: "鏂规鍏颁涵鍒婇粦"; font-size: 13.5px; } @@ -1788,7 +1796,7 @@ margin-left: 0.6em; box-shadow: 0 0 30px rgba(135 209 243); - p{ + p { font-family: "鏂规鍏颁涵鍒婇粦"; } } @@ -1806,7 +1814,7 @@ position: absolute; width: 260px; height: 45px; - background-color: #9adbf9; + background-color: #b9e5fa; border-radius: 1.5em; top: 8px; mix-blend-mode: multiply; @@ -1843,7 +1851,7 @@ position: absolute; width: 100%; height: 85px; - background-color: #C7EAFD; + background-color: #c6eafa; border-radius: 1em; } @@ -2110,6 +2118,13 @@ } } +.examination { + height: calc(100% - 10px); + overflow-x: hidden; + overflow-y: auto; + box-sizing: border-box; +} + .header_title { display: flex; justify-content: space-between; @@ -2175,6 +2190,27 @@ } +.textarea-question { + border-color: #6bcff6 !important; +} + +.dialogQuestion { + background-color: #6dcff6; + height: 80px; + width: 100%; + display: flex; + align-items: center; + justify-content: space-between; + cursor: pointer; + + span { + color: #fff; + font-size: 18px; + padding: 0 40px 0 20px; + } +} + + // 闅愯棌椤甸潰 .hidePage { -- Gitblit v1.9.1