From 9a3baab049df4a32a7b724c5f24cecdbc3e469b6 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 05 六月 2025 09:37:25 +0800
Subject: [PATCH] 图片名字更新

---
 src/books/kindergartenActivitiesDesignGuidance/css/default.less |  325 +++++++++++++++++++++++++++++++++++++++++------------
 1 files changed, 250 insertions(+), 75 deletions(-)

diff --git a/src/books/kindergartenActivitiesDesignGuidance/css/default.less b/src/books/kindergartenActivitiesDesignGuidance/css/default.less
index d23a27c..9c88ea1 100644
--- a/src/books/kindergartenActivitiesDesignGuidance/css/default.less
+++ b/src/books/kindergartenActivitiesDesignGuidance/css/default.less
@@ -9,7 +9,7 @@
     overflow: auto;
 
     .public-kindergartenActivitiesDesignGuidance {
-      font-family: "瀹嬩綋";
+      font-family: "鏂规涔﹀畫";
       max-width: 816px;
       min-width: 375px;
       margin: 0 auto;
@@ -28,6 +28,14 @@
 
       .notIndent {
         text-indent: 0 !important;
+      }
+
+      .fl {
+        display: flex;
+      }
+
+      .al-c {
+        align-items: center;
       }
 
       .chapter {
@@ -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;
@@ -102,26 +120,32 @@
             align-items: center;
 
             .video-border {
-              width: 280px;
+              width: 250px;
               border: 2px solid #9bc3c2;
               border-radius: 10px;
               margin-bottom: 10px;
             }
 
             .video-one {
-              width: auto;
-              height: 250px;
+              width: 100%;
+              height: 100%;
               border: 2px solid #9bc3c2;
               border-radius: 10px;
               margin-bottom: 10px;
+            }
+
+            .vname {
+              text-wrap: wrap;
+              font-size: 14px;
+              font-family: "鏂规浠垮畫";
             }
           }
         }
 
         .block {
           font-size: 16px;
-          color: #333;
-          font-weight: 600;
+
+          font-weight: 400;
           font-family: '妤蜂綋';
         }
 
@@ -153,14 +177,55 @@
         }
 
 
-        .coverImgBg {
-          background-image: url('../images/z2.jpg');
+        .coverImgBg01,
+        .coverImgBg02,
+        .coverImgBg03,
+        .coverImgBg04,
+        .coverImgBg05,
+        .coverImgBg06,
+        .coverImgBg07,
+        .coverImgBg08,
+        .coverImgBg09 {
+          background-image: url('../images/z1.jpg');
           background-repeat: no-repeat;
           background-position: center top;
           background-size: 100% 480px;
           padding-top: 480px !important;
           box-sizing: border-box;
         }
+
+        .coverImgBg02 {
+          background-image: url('../images/z2.jpg');
+        }
+
+        .coverImgBg03 {
+          background-image: url('../images/z3.jpg');
+        }
+
+        .coverImgBg04 {
+          background-image: url('../images/z4.jpg');
+        }
+
+        .coverImgBg05 {
+          background-image: url('../images/z5.jpg');
+        }
+
+        .coverImgBg06 {
+          background-image: url('../images/z6.jpg');
+        }
+
+        .coverImgBg07 {
+          background-image: url('../images/z7.jpg');
+        }
+
+        .coverImgBg08 {
+          background-image: url('../images/z8.jpg');
+        }
+
+        .coverImgBg09 {
+          background-image: url('../images/z9.jpg');
+        }
+
 
         ul {
           list-style-type: none;
@@ -169,6 +234,33 @@
         li {
           list-style-type: none;
         }
+
+        @font-face {
+          font-family: '鏂规涔﹀畫';
+          src: url('../Fonts/FZSSK.TTF');
+        }
+
+
+        @font-face {
+          font-family: '鏂规灏忔爣瀹�';
+          src: url('../Fonts/FZXBSK.TTF');
+        }
+
+        @font-face {
+          font-family: '鏂规浠垮畫';
+          src: url('../Fonts/FZFSK.TTF');
+        }
+
+        @font-face {
+          font-family: "鏂规鏂颁功瀹�";
+          src: url("../Fonts/FZXSSK.TTF");
+        }
+
+        @font-face {
+          font-family: "鏂规缁嗗渾";
+          src: url("../Fonts/FZY1JW.TTF");
+        }
+
 
         @font-face {
           font-family: "FZLTZHJW";
@@ -231,6 +323,28 @@
         span.under1 {
           border-bottom: 2px solid #f0bd4a;
           border-width: 2px;
+          position: relative;
+        }
+
+        .ml-40 {
+          margin-left: 40px;
+        }
+
+        .mt-20 {
+          margin-top: 20px;
+        }
+
+        .mb-20 {
+          margin-bottom: 20px;
+        }
+
+        .td-1 {
+          text-indent: 1em;
+        }
+
+
+        .td-0 {
+          text-indent: 0em;
         }
 
         div.bodycontent-div-center {
@@ -241,6 +355,8 @@
           border-color: #dfb27d;
           padding: 1em;
         }
+
+
 
         img.bodycontent-divcenter-image {
           float: center;
@@ -297,6 +413,8 @@
           padding: 1em;
         }
 
+
+
         img.bodycontent-divright-image {
           float: right;
           clear: both;
@@ -311,14 +429,71 @@
           margin: 15px;
         }
 
-        div.bodystyle {
-          font-family: '瀹嬩綋';
-          font-size: 18px;
+        .page-box:nth-child(odd) .bodystyle {
           text-align: justify;
-          padding: 10% 10%;
-          box-sizing: border-box;
-          line-height: 30px;
+          margin: 0 16% 0 12%;
+          padding: 10% 0;
+          position: relative;
+          min-height: 970px;
         }
+
+        .page-box:nth-child(even) .bodystyle {
+          text-align: justify;
+          margin: 0 12% 0 16%;
+          padding: 10% 0;
+          position: relative;
+          min-height: 970px;
+        }
+
+        .footer-left {
+          position: absolute;
+          bottom: 2.5%;
+          left: 0%;
+          display: flex;
+          align-items: flex-end;
+          padding-left: 0%;
+
+
+          .footer-left-number {
+            font-family: "鏂规缁嗗渾";
+            font-size: 14px;
+            font-weight: bold;
+            margin-right: 10px;
+            line-height: 20px;
+          }
+
+          .footer-left-text {
+            font-family: "鏂规缁嗗渾";
+            font-size: 12px;
+            line-height: 20px;
+          }
+        }
+
+        .footer-right {
+          position: absolute;
+          bottom: 2.5%;
+          right: 0%;
+          display: flex;
+          align-items: flex-end;
+          padding-left: 0%;
+
+
+          .footer-right-number {
+            font-family: "鏂规缁嗗渾";
+            font-size: 14px;
+            font-weight: bold;
+            line-height: 20px;
+
+          }
+
+          .footer-right-text {
+            font-family: "鏂规缁嗗渾";
+            font-size: 12px;
+            line-height: 20px;
+            margin-right: 10px;
+          }
+        }
+
 
         span.zt-0 {
           color: #0087af;
@@ -381,9 +556,6 @@
           font-size: 0.85em;
         }
 
-        .block {
-          color: #00adef;
-        }
 
         .block2 {
           text-align: center;
@@ -413,12 +585,13 @@
         }
 
         p {
-          margin-top: 1em;
+          margin-top: 0em;
+          margin-bottom: 0em;
           text-indent: 2em;
           line-height: 30px;
           font-size: 18px;
           text-align: justify;
-          font-family: "msyh";
+          font-family: "鏂规鏂颁功瀹�";
         }
 
         .cover {
@@ -457,7 +630,6 @@
         }
 
         .right {
-          color: #00adef;
           text-align: right;
           margin-left: 0%;
           margin-right: 0%;
@@ -471,7 +643,7 @@
 
         .center1 {
           text-align: center;
-          color: #00adef;
+          font-family: "kaiti";
           margin-left: 0%;
           margin-right: 0%;
           text-indent: 0em;
@@ -543,87 +715,57 @@
         }
 
         h2 {
+          font-family: "鏂规灏忔爣瀹�";
           text-align: center;
-          font-family: "FZHTJW";
-          font-weight: bold;
           font-size: 1.6em;
           margin-bottom: 0em;
-          margin-top: 1.5em;
-          text-indent: 2em;
+          margin-top: 1em;
+          margin-bottom: 1em;
+          font-weight: 400;
         }
 
         .h2-zt {
-          background-color: #3c84a5;
-          color: #ffffff;
           border-radius: 0.2em 0em 0em 0.2em;
           margin-bottom: 1em;
           margin-top: -0.5em;
-          padding: 0.2em 0.5em 0.2em 0.5em;
+          padding: 0.2em 0.5em 0.2em 0.5em
         }
 
         .h2-zt1 {
           border-radius: 0em 0.2em 0.2em 0em;
           padding: 0.2em 0.5em 0.2em 0.5em;
-          background-color: #316076;
-          color: #ffffff;
           margin-bottom: 1em;
           margin-top: -0.8em;
           line-height: 40px;
         }
 
-        .h3-zt {
-          background-color: #9bc3c2;
-          color: #ffffff;
-          border-radius: 0.2em;
-          margin-bottom: 0em;
-          margin-top: -0.5em;
-          padding: 0.1em 0.2em 0.1em 0.2em;
-          margin-left: -3.5em;
-          margin-right: 5px;
-        }
-
-        .h3-zt1 {
-          background-color: #9bc3c2;
-          color: #ffffff;
-          border-radius: 0.2em;
-          margin-bottom: 0em;
-          border-bottom: 4px dotted #9bc3c2;
-          margin-top: -0.5em;
-          padding: 0.1em 0.2em 0.1em 0.2em;
-          margin-left: -3.5em;
-        }
 
         h3 {
-          font-family: "FZHTJW";
-          font-weight: bold;
-          color: #1d668f;
-          border-bottom: 4px dotted #9bc3c2;
-          font-size: 1.3em;
-          margin-bottom: 1em;
-          margin-top: 1em;
+          font-family: "鏂规灏忔爣瀹�";
+          font-weight: 400;
+          font-size: 1.34em;
+          margin-bottom: 0.8em;
+          margin-top: 0.8em;
           text-indent: 2em;
-          margin-left: 1.5em;
         }
 
         h4 {
-          font-family: "FZHTJW";
-          font-weight: bold;
-          border-radius: 1em;
-          color: #316076;
-          background-color: #f3f3f3;
-          margin-bottom: 0.5em;
-          margin-top: 1em;
-          font-size: 1.2em;
-          text-indent: 1em;
+          font-family: "鏂规灏忔爣瀹�";
+          font-weight: 500;
+          margin-top: 0.7em;
+          margin-bottom: 0.7em;
+          font-size: 1.1em;
+          text-indent: 2em;
         }
 
         h5 {
-          font-family: "FZHTJW";
+          font-family: "鏂规灏忔爣瀹�";
+          margin-top: 0.5em;
           margin-bottom: 0.5em;
-          margin-top: 1em;
-          color: #316076;
-          font-size: 1.15em;
+          color: #000;
+          font-size: 1.1em;
           text-indent: 2em;
+          font-weight: 400;
         }
 
         .zt-h6 {
@@ -659,6 +801,10 @@
 
         .img-a {
           width: 95%;
+        }
+
+        .w80 {
+          width: 80%;
         }
 
         .img-b {
@@ -733,9 +879,38 @@
           margin-right: 0.5em;
         }
 
-        .kaiti {}
+        // 琛岄珮
+        .lh-25 {
+          line-height: 25px;
+        }
 
-        .kaiti1 {}
+        // 瀛椾綋
+        .fm-kt {
+          font-family: "kaiti";
+        }
+
+        .fm-fzht {
+          font-family: "鏂规榛戜綋";
+        }
+
+        .fz-16 {
+          font-size: 16px !important;
+        }
+
+        .fz-15 {
+          font-size: 15px !important;
+        }
+
+        // 瀛椾綋
+        .mb-20 {
+          margin-bottom: 20px;
+        }
+
+        .mb-30 {
+          margin-bottom: 30px;
+        }
+
+
 
         .bk-bwh {
           background-color: #dfebf7;
@@ -1068,7 +1243,7 @@
           margin-left: -2.4em;
           margin-bottom: -0.6em;
           margin-top: 0.5em;
-          height: 3em;
+          height: 2em;
         }
 
         .rwmb-5 {

--
Gitblit v1.9.1