From 7d7744fe006714f6be0341d03d4de9b1e90d775d Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 23 五月 2025 22:45:09 +0800
Subject: [PATCH] 5.23 婴幼儿游戏活动实施(wb)

---
 src/books/kindergartenActivitiesDesignGuidance/css/default.less |  235 ++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 169 insertions(+), 66 deletions(-)

diff --git a/src/books/kindergartenActivitiesDesignGuidance/css/default.less b/src/books/kindergartenActivitiesDesignGuidance/css/default.less
index 973f565..c76b6e5 100644
--- a/src/books/kindergartenActivitiesDesignGuidance/css/default.less
+++ b/src/books/kindergartenActivitiesDesignGuidance/css/default.less
@@ -120,8 +120,8 @@
 
         .block {
           font-size: 16px;
-          color: #333;
-          font-weight: 600;
+          
+          font-weight: 400;
           font-family: '妤蜂綋';
         }
 
@@ -153,14 +153,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 +210,17 @@
         li {
           list-style-type: none;
         }
+
+        @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 +283,7 @@
         span.under1 {
           border-bottom: 2px solid #f0bd4a;
           border-width: 2px;
+          position: relative;
         }
 
         div.bodycontent-div-center {
@@ -241,6 +294,8 @@
           border-color: #dfb27d;
           padding: 1em;
         }
+
+
 
         img.bodycontent-divcenter-image {
           float: center;
@@ -297,6 +352,8 @@
           padding: 1em;
         }
 
+
+
         img.bodycontent-divright-image {
           float: right;
           clear: both;
@@ -311,14 +368,73 @@
           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;
+          margin: 0 16% 0 12%;
+          padding: 10% 0;
           line-height: 30px;
+          position: relative;
+          min-height: 970px;
         }
+
+        .page-box:nth-child(even) .bodystyle {
+          text-align: justify;
+          margin: 0 12% 0 16%;
+          padding: 10% 0;
+          line-height: 30px;
+          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 +497,6 @@
           font-size: 0.85em;
         }
 
-        .block {
-          color: #00adef;
-        }
 
         .block2 {
           text-align: center;
@@ -413,12 +526,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 +571,6 @@
         }
 
         .right {
-          color: #00adef;
           text-align: right;
           margin-left: 0%;
           margin-right: 0%;
@@ -544,17 +657,14 @@
 
         h2 {
           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;
         }
 
         .h2-zt {
-          background-color: #3c84a5;
-          color: #ffffff;
           border-radius: 0.2em 0em 0em 0.2em;
           margin-bottom: 1em;
           margin-top: -0.5em;
@@ -564,65 +674,34 @@
         .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-zt {}
 
-        .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-zt1 {}
 
         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-size: 1.2em;
+          margin-bottom: 0.6em;
+          margin-top: 0.6em;
           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;
+          margin-top: 0em;
+          margin-bottom: 0;
+          font-size: 1.1em;
+          text-indent: 2em;
         }
 
         h5 {
-          font-family: "FZHTJW";
-          margin-bottom: 0.5em;
-          margin-top: 1em;
-          color: #316076;
-          font-size: 1.15em;
+          color: #000;
+          margin: 0;
+          font-size: 1.1em;
           text-indent: 2em;
         }
 
@@ -659,6 +738,10 @@
 
         .img-a {
           width: 95%;
+        }
+
+        .w80{
+          width: 80%;
         }
 
         .img-b {
@@ -733,9 +816,29 @@
           margin-right: 0.5em;
         }
 
-        .kaiti {}
+        // 瀛椾綋
+        .fm-kt {
+          font-family: "kaiti";
+        }
 
-        .kaiti1 {}
+        .fm-fzht {
+          font-family: "鏂规榛戜綋";
+        }
+
+        .fz-16{
+          font-size: 16px !important;
+        }
+
+        // 瀛椾綋
+        .mb-20 {
+          margin-bottom: 20px;
+        }
+
+        .mb-30 {
+          margin-bottom: 30px;
+        }
+
+
 
         .bk-bwh {
           background-color: #dfebf7;
@@ -1068,7 +1171,7 @@
           margin-left: -2.4em;
           margin-bottom: -0.6em;
           margin-top: 0.5em;
-          height: 3em;
+          height: 2em;
         }
 
         .rwmb-5 {

--
Gitblit v1.9.1