From 3910f9a005467ce64cb0ca1ab82adb91493a9d82 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 14 五月 2024 19:19:07 +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 d89cdf0..d69ab38 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;
@@ -544,9 +546,9 @@
   }
   .dl-bl {
     display: inline-block;
-  } 
+  }
   .mt-10 {
-    margin-top:10px
+    margin-top: 10px;
   }
   .w100 {
     width: 100% !important;
@@ -555,7 +557,7 @@
     color: #15c0f2;
   }
   .video-border {
-    border:1px dotted #15c0f2
+    border: 1px dotted #15c0f2;
   }
   .fm-st {
     font-family: "STKaiti";
@@ -565,7 +567,7 @@
     width: 30px;
   }
   .table-br-color {
-    border-color:#e9e9e9
+    border-color: #e9e9e9;
   }
   .span-border {
     margin-left: -13px;

--
Gitblit v1.9.1