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 |   38 ++++++++++++++++++++++++++++++++++----
 1 files changed, 34 insertions(+), 4 deletions(-)

diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less
index b566abb..18d335b 100644
--- a/src/books/toddlerGameImplementation/assets/main.less
+++ b/src/books/toddlerGameImplementation/assets/main.less
@@ -323,7 +323,7 @@
     span {
       position: absolute;
       left: 56%;
-      top: 35%;
+      top: 31%;
       transform: translateX(-50%);
     }
   }
@@ -404,6 +404,7 @@
 
     p {
       margin: 0;
+      font-family: "鏂规浠垮畫";
     }
   }
 
@@ -429,6 +430,7 @@
 
     p {
       margin: 0;
+      font-family: "鏂规浠垮畫";
     }
   }
 
@@ -533,6 +535,10 @@
 
   .w115 {
     width: 115px;
+  }
+
+  .w110 {
+    width: 110px;
   }
 
 
@@ -791,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;
@@ -803,9 +809,10 @@
           display: flex;
           align-items: center;
           justify-content: flex-start;
+          color: #1cade9;
 
           svg {
-            fill: #FAAD70;
+            fill: #1cade9;
           }
         }
 
@@ -815,7 +822,7 @@
         }
 
         span:hover {
-          color: #FAAD70;
+          color: #1cade9;
           cursor: pointer;
           text-decoration: underline;
           -webkit-user-select: none;
@@ -2111,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;
@@ -2180,6 +2194,22 @@
   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;
+  }
+}
+
 
 
 // 闅愯棌椤甸潰

--
Gitblit v1.9.1