From 1645f05bf4a8b489fb0da15bef7e056eb5b8af41 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 23 五月 2024 14:36:20 +0800
Subject: [PATCH] 分页

---
 src/books/lifeCare/css/default.less |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less
index 9966c73..3944151 100644
--- a/src/books/lifeCare/css/default.less
+++ b/src/books/lifeCare/css/default.less
@@ -1,8 +1,13 @@
+.page-main {
+  width: 100%;
+  height: 100%;
+  overflow: auto;
+}
+
 .public-books {
   max-width: 816px;
   min-width: 375px;
   margin: 0 auto;
-  padding-bottom: 100px;
   border-color: #f49a4c;
 
   textarea:focus,
@@ -155,7 +160,6 @@
       }
     }
 
-
     .textareaInput {
       width: 100%;
       padding: 8px;
@@ -169,12 +173,10 @@
     .chapter01Table {
       width: 100%;
 
-
       .textareaInput:focus {
         border: 1px solid #999 !important;
       }
     }
-
 
     .table111,
     .table112 {
@@ -200,7 +202,6 @@
 
     .table112 {
       font-size: 16px;
-
 
       tr th {
         width: 50px;
@@ -240,7 +241,7 @@
       position: absolute;
       top: -30px;
       left: 15px;
-      background-color: #FFF;
+      background-color: #fff;
       color: #f49a4c;
       font-weight: bold;
       font-size: 18px;
@@ -1010,7 +1011,7 @@
     .block {
       font-size: 18px;
       line-height: 25px;
-      font-family: '浠垮畫';
+      font-family: "浠垮畫";
       font-weight: 600;
       color: #666;
     }
@@ -1109,4 +1110,4 @@
 
 body {
   background-color: #e6e6e6;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1