From b25a0073b805e82416934d0f123c10e9063e3c57 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 23 七月 2025 10:26:41 +0800
Subject: [PATCH] 婴幼儿运动安全替换

---
 src/books/toddlerSportsSafetyProtection/assets/main.less |   62 +++++++++++++++++++++++++++---
 1 files changed, 55 insertions(+), 7 deletions(-)

diff --git a/src/books/toddlerSportsSafetyProtection/assets/main.less b/src/books/toddlerSportsSafetyProtection/assets/main.less
index c10785a..a03ec2d 100644
--- a/src/books/toddlerSportsSafetyProtection/assets/main.less
+++ b/src/books/toddlerSportsSafetyProtection/assets/main.less
@@ -7,7 +7,14 @@
         box-sizing: border-box;
         min-height: 1128px;
         margin-bottom: 20px;
-        box-shadow: 0 3px 6px 1px #00000029;
+        box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.15);
+        background-color: #fff;
+    }
+
+    .special-box {
+        box-sizing: border-box;
+        min-height: 500px !important;
+        margin-bottom: 0 !important;
         background-color: #fff;
     }
 
@@ -235,6 +242,7 @@
 
     .page-father {
         display: flex;
+        width: 100%;
     }
 
     .header-left {
@@ -380,6 +388,7 @@
         text-indent: 0em;
         font-size: 22px;
         line-height: 28px;
+        margin-top: 0;
     }
 
     .tipes {
@@ -413,13 +422,14 @@
             outline: none;
         }
     }
+
     // 鏂囨湰妗�
     .textarea-question {
         border-color: #7acab4 !important;
     }
 
     .textarea-question:focus {
-         outline: none;
+        outline: none;
         /* 绉婚櫎榛樿鐨勭劍鐐硅疆寤� */
     }
 
@@ -472,6 +482,10 @@
 
     .p-even {
         padding-left: 8%;
+    }
+
+    .pt-30 {
+        padding-top: 30px !important;
     }
 
     .p-continued {
@@ -1042,16 +1056,51 @@
 
     div.bodystyle {
         text-align: justify;
-        margin: 13% 13% 10% 3%;
+        padding: 13% 13% 10% 3%;
         line-height: 30px;
         min-width: 70%;
     }
 
     div.bodystyle-left {
         text-align: justify;
-        margin: 13% 3% 10% 13%;
+        padding: 13% 3% 10% 13%;
         line-height: 30px;
         min-width: 70%;
+    }
+
+    .special-bodystyle-top {
+        padding: 80px 15% 0 15%;
+        line-height: 30px;
+        padding-bottom: 2px;
+        position: relative;
+    }
+
+    .special-bodystyle-bottom {
+        padding: 0 15% 80px 15%;
+        line-height: 30px;
+        position: relative;
+    }
+
+    .special-bodystyle {
+        padding: 0 15%;
+        padding-top: 5px;
+        padding-bottom: 2px;
+        line-height: 30px;
+        position: relative;
+    }
+
+    .page-header {
+        width: 50px;
+        text-align: center;
+        position: absolute;
+        padding-right: 30px;
+        border: 1px solid #7acab4;
+        color: #7acab4;
+        border-radius: 10px 0 0 10px;
+        border-right: #7acab4;
+        right: 0;
+        top: 80px;
+        font-size: 14px;
     }
 
     .UnitCover {
@@ -1255,7 +1304,7 @@
         margin-bottom: 5px;
         margin-top: 5px;
 
-        span{
+        span {
             width: auto;
         }
     }
@@ -1297,8 +1346,7 @@
     div.bk3 {
         background-color: #d6ece5;
         border: 1px solid #7acab4;
-        padding: 25px 19px 20px 19px;
-        margin-top: 2em;
+        padding: 2em 19px 20px 19px;
         margin-bottom: 1em;
         position: relative;
     }

--
Gitblit v1.9.1