From a77734ff081adce429832dfd6233d1dea24540f3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 23 五月 2024 14:36:24 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less
index 9966c73..a34870d 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,
@@ -14,6 +19,13 @@
 
   textarea {
     text-indent: 2em;
+  }
+
+  .prefaceImg {
+    width: 90% !important;
+    position: absolute;
+    left: 35px;
+    top: 50px;
   }
 
   input {
@@ -155,7 +167,6 @@
       }
     }
 
-
     .textareaInput {
       width: 100%;
       padding: 8px;
@@ -169,12 +180,10 @@
     .chapter01Table {
       width: 100%;
 
-
       .textareaInput:focus {
         border: 1px solid #999 !important;
       }
     }
-
 
     .table111,
     .table112 {
@@ -200,7 +209,6 @@
 
     .table112 {
       font-size: 16px;
-
 
       tr th {
         width: 50px;
@@ -240,7 +248,7 @@
       position: absolute;
       top: -30px;
       left: 15px;
-      background-color: #FFF;
+      background-color: #fff;
       color: #f49a4c;
       font-weight: bold;
       font-size: 18px;
@@ -1010,7 +1018,7 @@
     .block {
       font-size: 18px;
       line-height: 25px;
-      font-family: '浠垮畫';
+      font-family: "浠垮畫";
       font-weight: 600;
       color: #666;
     }
@@ -1109,4 +1117,4 @@
 
 body {
   background-color: #e6e6e6;
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1