From 01670004fd1fee6137e5068dad6bd306603562a0 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期二, 14 五月 2024 19:17:51 +0800
Subject: [PATCH] 分章节渲染

---
 src/books/childHealth/assets/main.less |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/books/childHealth/assets/main.less b/src/books/childHealth/assets/main.less
index e0fccc2..c4731f5 100644
--- a/src/books/childHealth/assets/main.less
+++ b/src/books/childHealth/assets/main.less
@@ -1,4 +1,6 @@
 .temp-book {
+  width: 100%;
+  height: 100%;
   font-family: "瀹嬩綋", SimSun, sans-serif;
   .custom_tag {
     background-color: #1eb9ee;
@@ -541,9 +543,9 @@
   }
   .dl-bl {
     display: inline-block;
-  } 
+  }
   .mt-10 {
-    margin-top:10px
+    margin-top: 10px;
   }
   .w100 {
     width: 100% !important;
@@ -552,7 +554,7 @@
     color: #15c0f2;
   }
   .video-border {
-    border:1px dotted #15c0f2
+    border: 1px dotted #15c0f2;
   }
   .fm-st {
     font-family: "STKaiti";
@@ -562,7 +564,7 @@
     width: 30px;
   }
   .table-br-color {
-    border-color:#e9e9e9
+    border-color: #e9e9e9;
   }
   .span-border {
     margin-left: -13px;

--
Gitblit v1.9.1