From 1b3fd3be47ea0c06b80db9603eb1279daa0dad07 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 17 二月 2025 15:35:55 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/toddlerGameImplementation/assets/main.less |  160 ++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 122 insertions(+), 38 deletions(-)

diff --git a/src/books/toddlerGameImplementation/assets/main.less b/src/books/toddlerGameImplementation/assets/main.less
index 4db25df..7455708 100644
--- a/src/books/toddlerGameImplementation/assets/main.less
+++ b/src/books/toddlerGameImplementation/assets/main.less
@@ -154,6 +154,10 @@
     text-indent: 0em !important;
   }
 
+  // .td-{
+
+  // }
+
   .td-1 {
     text-indent: 1em !important;
   }
@@ -242,6 +246,10 @@
     padding-left: 60px;
   }
 
+  .mb-25 {
+    margin-bottom: 25px;
+  }
+
   .mb-45 {
     margin-bottom: 45px;
   }
@@ -249,6 +257,9 @@
   .headerImg {
     width: 30px;
   }
+
+
+
 
   .headerText-bc {
     width: 70px;
@@ -273,7 +284,7 @@
     position: relative;
     padding-bottom: 5px;
 
-    span{
+    span {
       position: absolute;
       top: 33%;
       left: 25%;
@@ -287,6 +298,7 @@
     text-align: center;
     border-radius: 15px;
     position: relative;
+
     span {
       position: absolute;
       left: 56%;
@@ -395,7 +407,7 @@
     margin-left: 20px;
 
     p {
-      margin: 0 !important;
+      margin: 0;
     }
   }
 
@@ -482,8 +494,20 @@
     width: 150px;
   }
 
+  .w140 {
+    width: 140px;
+  }
+
   .w135 {
     width: 135px;
+  }
+
+  .w130 {
+    width: 130px;
+  }
+
+  .w120 {
+    width: 120px;
   }
 
   .w115 {
@@ -526,6 +550,22 @@
       font-family: 'Times New Roman', Times, serif;
       font-size: 14px;
     }
+  }
+
+  .jc-img {
+    margin-bottom: -5px;
+    cursor: pointer;
+  }
+
+
+  .textarea-box {
+    width: 100%;
+    overflow: auto;
+    word-break: break-all;
+    resize: none;
+    border: 1px solid #01AFEE;
+    border-radius: 5px;
+    background-color: rgba(255, 255, 255, 0);
   }
 
   .table-title-bc {
@@ -888,18 +928,18 @@
     }
   }
 
-  .inputChoice{
-      display: flex;
-      align-items: center;
-     
-      input{
-        margin: 0 5px;
-        cursor: pointer;
-      }
+  .inputChoice {
+    display: flex;
+    align-items: center;
 
-      span{
-        cursor: pointer;
-      }
+    input {
+      margin: 0 5px;
+      cursor: pointer;
+    }
+
+    span {
+      cursor: pointer;
+    }
   }
 
   .parimary-btn {
@@ -1070,13 +1110,12 @@
   }
 
 
-  .bodystyle:nth-of-type(odd) {
+  .page-box:nth-child(even) .bodystyle {
     font-family: 'FZLTXIHJW';
     text-align: justify;
     margin: 0 12% 0 8%;
     padding-bottom: 80px;
     line-height: 30px;
-
 
     hr {
       font-weight: 800;
@@ -1087,12 +1126,20 @@
     }
   }
 
-  .bodystyle:nth-of-type(even) {
+  .page-box:nth-child(odd) .bodystyle {
     font-family: 'FZLTXIHJW';
     text-align: justify;
-    margin: 0 9% 0 11%;
+    margin: 0 8% 0 12%;
     padding-bottom: 80px;
     line-height: 30px;
+
+    hr {
+      font-weight: 800;
+      margin-left: 0;
+      margin-top: 10px;
+      margin-bottom: 10px;
+      width: 25%;
+    }
   }
 
 
@@ -1186,10 +1233,11 @@
   .img {
     font-family: 'FZLTXIHJW';
     text-align: center;
-    font-size: 12px;
-    margin-left: 0%;
-    margin-right: 0%;
+    font-size: 14px;
+    font-weight: bold;
+    margin: 5px 0 0 0 !important;
     text-indent: 0em;
+    color: #000;
   }
 
   .img1 {
@@ -1302,7 +1350,7 @@
     line-height: 2em;
     color: #01AFEE;
     font-weight: bold;
-    font-size: 1.9em;
+    font-size: 2.2em;
     margin-bottom: 20px;
     margin-top: -0.5em;
     text-indent: 0em;
@@ -1334,7 +1382,7 @@
     font-size: 1.6em;
     margin-bottom: 0em;
     margin-top: 0.3em;
-    text-indent: 2em;
+    text-indent: 3em;
     line-height: 1.3em;
   }
 
@@ -1344,7 +1392,7 @@
     font-weight: 400;
     font-size: 1.4em;
     margin-top: 0em;
-    text-indent: 2.2em;
+    text-indent: 3.3em;
     padding: 10px 0;
   }
 
@@ -1353,8 +1401,8 @@
     color: #03AFED;
     font-weight: bold;
     font-size: 1.3em;
-    margin-bottom: 1em;
-    margin-top: 1em;
+    margin-bottom: 0.5em;
+    margin-top: 0.7em;
     text-indent: 0em;
   }
 
@@ -1362,8 +1410,8 @@
     font-family: 'FZHTJW';
     font-weight: bold;
     color: #03AFED;
-    margin-bottom: 0.5em;
-    margin-top: 1em;
+    margin-bottom: 0.2em;
+    margin-top: 0.2em;
     font-size: 1.2em;
     text-indent: 1em;
   }
@@ -1372,8 +1420,8 @@
 
     font-family: 'FZHTJW';
     color: #03AFED;
-    margin-bottom: 0.5em;
-    margin-top: 1em;
+    margin-bottom: 0.2em;
+    margin-top: 0.2em;
     font-size: 1.15em;
     text-indent: 2em;
   }
@@ -1507,6 +1555,10 @@
     margin-right: 0.5em;
   }
 
+  .ls1 {
+    color: #00B1F5;
+  }
+
   .zt-ls1 {
     color: #000;
     font-size: 16px;
@@ -1516,8 +1568,8 @@
 
   .ls2 {
     color: #00B1F5;
-    font-weight: 500;
-    font-size: 1.1em;
+    font-weight: bold;
+    font-size: 1em;
     line-height: 30px;
   }
 
@@ -1576,6 +1628,11 @@
     border-radius: 1.5em;
     margin-bottom: 1em;
     position: relative;
+
+    p {
+      font-size: 12px;
+      line-height: 20px;
+    }
   }
 
   div.bk1 {
@@ -1629,9 +1686,29 @@
     background: #E2F4FE;
     border: 2px solid #3EC9F4;
     padding: 20px 10px;
-    margin-top: 2em;
+    margin-top: 1em;
     margin-bottom: 1em;
     position: relative;
+  }
+
+  .bk2::after {
+    content: '';
+    position: absolute;
+    right: -2px;
+    bottom: -2px;
+    width: 0;
+    height: 0;
+    border-bottom: 20px solid #fff;
+    /* 涓夎褰㈢殑鍙宠竟妗� */
+    border-left: 20px solid #3EC9F4;
+    /* 涓夎褰㈢殑搴曡竟妗� */
+    border-right: 0px solid #fff;
+    /* 涓夎褰㈢殑宸﹁竟妗� */
+    display: block;
+  }
+
+  .bk2.show-after::after {
+    display: none;
   }
 
   .zysx {
@@ -1738,7 +1815,7 @@
 
   .bj5 {
     position: absolute;
-    width: 98%;
+    width: 98.5%;
     height: 85px;
     background-color: #C7EAFD;
     border-radius: 1em;
@@ -1761,6 +1838,10 @@
     top: -15px;
     left: -25px;
 
+  }
+
+  .f-kai {
+    font-family: "kaiti";
   }
 
 
@@ -1845,9 +1926,9 @@
 
   .rwmb-1 {
     margin-left: -2.6em;
-    margin-bottom: 0.2em;
-    margin-top: 0.5em;
-    height: 3.5em;
+    margin-bottom: 0.5em;
+    margin-top: 1em;
+    height: 4em;
   }
 
   .rwmb-2 {
@@ -1859,14 +1940,14 @@
 
   .rwmb-3 {
     position: absolute;
-    top: -15px;
+    top: -11px;
     left: 5px;
     margin-bottom: 15px;
   }
 
   .rwmb-4 {
     position: absolute;
-    top: -10px;
+    top: -7px;
     left: 20px;
     margin-bottom: 15px;
   }
@@ -2078,6 +2159,9 @@
       padding: 0 20px;
     }
 
+    .page-box {
+      min-height: 500px;
+    }
 
     .img-float {
       width: 130px;

--
Gitblit v1.9.1