From a4018617dfef33d904e55bbd2852d488221c575e Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期二, 03 六月 2025 14:37:33 +0800
Subject: [PATCH] 视频插入(教育)

---
 src/books/kindergartenActivitiesDesignGuidance/css/default.less |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 51 insertions(+), 5 deletions(-)

diff --git a/src/books/kindergartenActivitiesDesignGuidance/css/default.less b/src/books/kindergartenActivitiesDesignGuidance/css/default.less
index b8760c7..4b6434a 100644
--- a/src/books/kindergartenActivitiesDesignGuidance/css/default.less
+++ b/src/books/kindergartenActivitiesDesignGuidance/css/default.less
@@ -30,6 +30,14 @@
         text-indent: 0 !important;
       }
 
+      .fl {
+        display: flex;
+      }
+
+      .al-c {
+        align-items: center;
+      }
+
       .chapter {
 
         .imgBox-003 {
@@ -80,9 +88,19 @@
           }
         }
 
+        .videoTitle {
+          div {
+            font-weight: bold;
+            color: #9bc3c2;
+            margin-right: 10px;
+          }
+
+        }
+
         .videoBox {
           width: 100%;
           padding: 20px;
+          margin-bottom: 20px;
           box-sizing: border-box;
           display: flex;
           justify-content: space-around;
@@ -114,6 +132,12 @@
               border: 2px solid #9bc3c2;
               border-radius: 10px;
               margin-bottom: 10px;
+            }
+
+            .vname {
+              text-wrap: wrap;
+              font-size: 14px;
+              font-family: "鏂规浠垮畫";
             }
           }
         }
@@ -212,6 +236,11 @@
         }
 
         @font-face {
+          font-family: '鏂规浠垮畫';
+          src: url('../Fonts/FZFSK.TTF');
+        }
+
+        @font-face {
           font-family: "鏂规鏂颁功瀹�";
           src: url("../Fonts/FZXSSK.TTF");
         }
@@ -296,6 +325,15 @@
 
         .mb-20 {
           margin-bottom: 20px;
+        }
+
+        .td-1 {
+          text-indent: 1em;
+        }
+
+
+        .td-0 {
+          text-indent: 0em;
         }
 
         div.bodycontent-div-center {
@@ -384,7 +422,6 @@
           text-align: justify;
           margin: 0 16% 0 12%;
           padding: 10% 0;
-          line-height: 30px;
           position: relative;
           min-height: 970px;
         }
@@ -393,7 +430,6 @@
           text-align: justify;
           margin: 0 12% 0 16%;
           padding: 10% 0;
-          line-height: 30px;
           position: relative;
           min-height: 970px;
         }
@@ -704,15 +740,16 @@
         }
 
         h4 {
-          margin-top: 0em;
-          margin-bottom: 0;
+          margin-top: 0.7em;
+          margin-bottom: 0.7em;
           font-size: 1.05em;
           text-indent: 2em;
         }
 
         h5 {
+          margin-top: 0.5em;
+          margin-bottom: 0.5em;
           color: #000;
-          margin: 0;
           font-size: 1.1em;
           text-indent: 2em;
         }
@@ -828,6 +865,11 @@
           margin-right: 0.5em;
         }
 
+        // 琛岄珮
+        .lh-25 {
+          line-height: 25px;
+        }
+
         // 瀛椾綋
         .fm-kt {
           font-family: "kaiti";
@@ -841,6 +883,10 @@
           font-size: 16px !important;
         }
 
+        .fz-15 {
+          font-size: 15px !important;
+        }
+
         // 瀛椾綋
         .mb-20 {
           margin-bottom: 20px;

--
Gitblit v1.9.1