From d67ed2a8624edf2f81fb3cb623f1c5f8d3ef671b Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 30 四月 2025 16:07:56 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/artInitiationForAges0to3/assets/main.less |   47 ++++++++++++++++++++++++++++++++---------------
 1 files changed, 32 insertions(+), 15 deletions(-)

diff --git a/src/books/artInitiationForAges0to3/assets/main.less b/src/books/artInitiationForAges0to3/assets/main.less
index 8b4f92f..87e5f8a 100644
--- a/src/books/artInitiationForAges0to3/assets/main.less
+++ b/src/books/artInitiationForAges0to3/assets/main.less
@@ -472,13 +472,13 @@
                 display: flex;
                 justify-content: center;
                 align-items: center;
-                border: 0.15em dashed #895B2E;
                 margin-right: 15px;
                 padding: 0 15px;
                 border-radius: 5px;
                 margin-top: 15px;
 
                 span {
+                    color: #1b98be;
                     font-size: 14px;
                     text-align: center;
                     font-family: 'FZLTXIHJW';
@@ -487,7 +487,7 @@
                     justify-content: flex-start;
 
                     svg {
-                        fill: #895B2E;
+                        fill: #1b98be;
                     }
                 }
 
@@ -497,7 +497,7 @@
                 }
 
                 span:hover {
-                    color: #895B2E;
+                    color: #1b98be;
                     cursor: pointer;
                     text-decoration: underline;
                     -webkit-user-select: none;
@@ -520,6 +520,10 @@
     .fm-hyzh {
         font-family: "姹変华涓粦";
         font-weight: 500;
+    }
+
+    .fm-kt {
+        font-family: "kaiti" !important;
     }
 
     .fm-hyss {
@@ -631,8 +635,8 @@
     }
 
     .video-box {
-        margin: 20px 0 20px 8%;
-        border: 1px dashed #895B2E;
+        margin: 20px 0 20px 0;
+        border: 1px dashed #a1afc8;
         padding: 2% 2%;
     }
 
@@ -903,17 +907,25 @@
     }
 
     .unit-title-parent {
+        display: flex;
         text-align: center;
         margin: 10% 0;
+        align-items: flex-end;
+        justify-content: center;
+
+
+        img {
+            margin-bottom: -2px;
+        }
     }
 
     .unit-title {
+        padding-bottom: 5px;
         font-family: "鏂规姝i粦";
-        display: inline-block;
         font-size: 1.6em;
         font-weight: 500;
+        margin: 0 !important;
         border-bottom: 1px solid #0082D4;
-        padding: 10px 0;
     }
 
 
@@ -1050,6 +1062,10 @@
         width: 20%;
     }
 
+    .img-15 {
+        width: 15%;
+    }
+
     .img-i {
         width: 10%;
     }
@@ -1126,6 +1142,7 @@
         margin: 1em auto;
 
         .bgColor-title {
+            text-indent: 0em;
             font-family: "鏂规缁嗗渾";
             font-weight: bold;
         }
@@ -1157,44 +1174,44 @@
         }
     }
 
-    .imgdescript{
+    .imgdescript {
         font-size: 13px;
         text-indent: 0em;
         text-align: center;
     }
 
-    .learningDetection{
+    .learningDetection {
         font-family: "姹変华姝i粦";
         background-color: #6bcff6;
         font-weight: bold;
         margin: 30px 0 20px 0;
     }
 
-    .poemtitle{
+    .poemtitle {
         text-align: center;
         font-weight: bold;
         font-family: "鏂规鍏颁涵缁嗛粦";
     }
 
-    .bold{
+    .bold {
         color: #00aeef;
         font-weight: bold;
     }
 
-    .noteContent{
+    .noteContent {
         font-size: 13.5px;
-        word-break:break-all;
+        word-break: break-all;
         margin: 0 !important;
         line-height: 25px;
 
-        .noteContent-title{
+        .noteContent-title {
             font-size: 13.5px;
             font-weight: bold;
             margin: 0 !important;
         }
     }
 
-    sup{
+    sup {
         cursor: pointer;
     }
 }

--
Gitblit v1.9.1