From c27af154afe4d182af1eed7be0bbbfadd5fe1140 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期五, 24 一月 2025 10:27:40 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/toddlerGameImplementation/assets/main.less |  191 +++++++++++++++++++++++++----------------------
 1 files changed, 102 insertions(+), 89 deletions(-)

diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less
index b6b2179..4db25df 100644
--- a/src/books/toddlerGameImplementation/assets/main.less
+++ b/src/books/toddlerGameImplementation/assets/main.less
@@ -81,6 +81,10 @@
     width: 100%;
   }
 
+  .mk-img {
+    height: 100%;
+  }
+
   .w90 {
     width: 90%;
   }
@@ -130,6 +134,9 @@
     font-size: 18px !important;
   }
 
+  .fm-kt {
+    font-family: "kaiti";
+  }
 
   .img-0 {
     width: 100%;
@@ -220,7 +227,7 @@
   }
 
   .ta-l {
-    text-align: left;
+    text-align: left !important;
   }
 
   .wh-no {
@@ -259,13 +266,18 @@
   }
 
   .headerNumber {
-    width: 90px;
+    width: 110px;
     color: #fff;
     font-size: 12px;
-    padding-left: 10px;
     text-align: left;
-    background-color: #6BCFF6;
-    border-radius: 15px 0 0 15px;
+    position: relative;
+    padding-bottom: 5px;
+
+    span{
+      position: absolute;
+      top: 33%;
+      left: 25%;
+    }
   }
 
   .header-left-Number {
@@ -275,11 +287,11 @@
     text-align: center;
     border-radius: 15px;
     position: relative;
-
-    span{
+    span {
       position: absolute;
-      left: 50%;
+      left: 56%;
       top: 35%;
+      transform: translateX(-50%);
     }
   }
 
@@ -876,6 +888,20 @@
     }
   }
 
+  .inputChoice{
+      display: flex;
+      align-items: center;
+     
+      input{
+        margin: 0 5px;
+        cursor: pointer;
+      }
+
+      span{
+        cursor: pointer;
+      }
+  }
+
   .parimary-btn {
     cursor: pointer;
     min-width: 80px;
@@ -1228,7 +1254,7 @@
   .right {
     text-align: right;
     margin-left: 0%;
-    margin-right: 0%;
+    margin-right: 4%;
   }
 
   .left1 {
@@ -1277,7 +1303,7 @@
     color: #01AFEE;
     font-weight: bold;
     font-size: 1.9em;
-    margin-bottom: 1em;
+    margin-bottom: 20px;
     margin-top: -0.5em;
     text-indent: 0em;
 
@@ -1304,17 +1330,18 @@
   h2 {
     font-family: 'FZHTJW';
     color: #00ADEF;
-    font-weight: bold;
+    font-weight: 400;
     font-size: 1.6em;
     margin-bottom: 0em;
-    margin-top: 0.1em;
+    margin-top: 0.3em;
     text-indent: 2em;
+    line-height: 1.3em;
   }
 
   .h2-zt {
     font-family: 'FZHTJW';
     color: #00ADEF;
-    font-weight: bold;
+    font-weight: 400;
     font-size: 1.4em;
     margin-top: 0em;
     text-indent: 2.2em;
@@ -1644,32 +1671,80 @@
     color: #6F84AF;
     font-weight: bold;
     font-size: 1.1em;
+  }
 
+  .bj1 {
+    background-color: rgb(204, 236, 251);
+    padding: 0.2em 0.5em 0.2em 0.5em;
+    border-radius: 1em;
+    margin-bottom: 2em;
+    margin-left: 0.6em;
+    box-shadow: 0 0 30px rgba(135 209 243);
+  }
+
+  .title {
+    width: 260px;
+    height: 50px;
+    text-align: center;
+    margin: 0 auto;
+    padding-top: 5%;
+    position: relative;
   }
 
   div.bj2 {
-    background-color: #9ADBF9;
-    padding: 0.1px 0.5px 0.1px 0.5px;
+    position: absolute;
+    width: 260px;
+    height: 45px;
+    background-color: #9adbf9;
     border-radius: 1.5em;
-    margin-bottom: 0.2em;
-    margin-left: -0.6em;
-    margin-right: -0.7em;
-    margin-top: -1.4em;
-    box-shadow: 10px -8px 1px #C7EAFD;
-    // box-shadow: 5px -8px  #C7EAFD;
+    top: 8px;
+    mix-blend-mode: multiply;
   }
 
   div.bj3 {
-    background-color: #C7EAFD;
-    padding: 28px 10px 6px 10px;
+    position: absolute;
+    width: 265px;
+    height: 45px;
+    background-color: #9ADBF9;
     border-radius: 1.5em;
-    margin-bottom: 3em;
-    margin-left: 0em;
-    margin-right: 5em;
-    margin-top: 0;
   }
 
+  .frontOne {
+    font-family: "瀹嬩綋";
+    color: #fff;
+    margin: 0 !important;
+    font-size: 24px;
+    position: absolute;
+    width: 260px;
+    height: 50px;
+    line-height: 50px;
+  }
 
+  .rw-bg {
+    width: 90%;
+    height: 90px;
+    position: relative;
+    color: #00B1F5;
+    margin-bottom: 1em;
+  }
+
+  .bj4 {
+    position: absolute;
+    width: 100%;
+    height: 85px;
+    background-color: #C7EAFD;
+    border-radius: 1em;
+  }
+
+  .bj5 {
+    position: absolute;
+    width: 98%;
+    height: 85px;
+    background-color: #C7EAFD;
+    border-radius: 1em;
+    top: 10px;
+    mix-blend-mode: multiply;
+  }
 
   span.bj3-xyx {
     background-color: #92B03E;
@@ -1689,8 +1764,6 @@
   }
 
 
-
-
   .ts-1 {
     font-weight: bold;
   }
@@ -1705,66 +1778,6 @@
     padding: 0.2em 0;
     text-indent: 0em;
     margin-left: 0%;
-  }
-
-  .bj4 {
-    background-color: #D7E2F0;
-    padding: 10px 20px;
-    border-radius: 0.1em;
-    margin-bottom: 1em;
-    margin-top: 1em;
-
-  }
-
-  div.bj4-xyx {
-    font-size: 18px;
-    color: #fff;
-    line-height: 20px;
-    padding: 12.5px 15px 12.5px 15px;
-    margin-right: 10px;
-    background-color: #5192C6;
-    border-radius: 5px;
-  }
-
-  .bj4-xyx-pd {
-    font-size: 16px;
-    color: #fff;
-    line-height: 20px;
-    padding: 22px 10px 22px 10px;
-    background-color: #5192C6;
-    margin-right: 10px;
-    border-radius: 5px;
-    flex-wrap: nowrap;
-  }
-
-  .bj4-xyx-icon {
-    color: #5192C6;
-    text-wrap: nowrap;
-  }
-
-  .bj5 {
-    background-color: #CEC9DA;
-    padding: 20px;
-    border-radius: 0.5em;
-    margin-bottom: 1.5em;
-    margin-top: 1.5em;
-    position: relative;
-  }
-
-  span.bj5-xyx {
-    background-color: #7C719E;
-    color: #FFFFFF;
-    border-radius: 1.5em;
-    padding: 5px 20px 5px 20px;
-    font-size: 1em;
-    font-weight: bold;
-
-  }
-
-  div.bj5-xyx {
-    position: absolute;
-    top: -20px;
-
   }
 
   .bj6 {

--
Gitblit v1.9.1