From a954bafb1bb4a70b2baf768230f2c50fd5c7163c Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期四, 13 六月 2024 14:20:53 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/lifeCare/css/default.less |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 53 insertions(+), 2 deletions(-)

diff --git a/src/books/lifeCare/css/default.less b/src/books/lifeCare/css/default.less
index 1c0376d..0e59f3f 100644
--- a/src/books/lifeCare/css/default.less
+++ b/src/books/lifeCare/css/default.less
@@ -241,8 +241,43 @@
         }
       }
 
+      .tk-line {
+        width: 100px !important;
+        border: 0;
+        border-bottom: 1px solid #000 !important;
+        font-size: 14px !important;
+      }
+
+      .tk-line:focus {
+        outline: none;
+        border-bottom: 1px solid #000 !important;
+      }
+
       .chapter {
         font-family: "瀹嬩綋";
+
+        .bk1-h3 {
+          border: 2px solid #a5c24f;
+          color: #a5c24f;
+          font-weight: normal;
+          height: 35px;
+          border-top-right-radius: 25px;
+          border-bottom-right-radius: 25px;
+          display: inline-flex;
+          justify-content: space-between;
+          align-items: center;
+
+          span {
+            color: #fff;
+            display: inline-block;
+            width: 50px;
+            height: 100%;
+            line-height: 35px;
+            text-align: center;
+            box-sizing: border-box;
+            background-color: #a5c24f;
+          }
+        }
 
         .topImg {
           padding-top: 0 !important;
@@ -593,6 +628,16 @@
           display: flex;
           justify-content: flex-start;
           align-items: center;
+
+          .btnUpload-chapter006 {
+            border-radius: 5px;
+            background-color: #f49a4c;
+            border: 1px solid #f49a4c;
+            cursor: pointer;
+            padding: 5px 6px;
+            fill: #fff;
+            margin-bottom: -10px;
+          }
         }
 
         .bk-inputUpload {
@@ -930,7 +975,7 @@
         }
 
         .img-gn-zt {
-          width: 180px;
+          width: 120px;
         }
 
         div.bodystyle {
@@ -1597,7 +1642,7 @@
       }
 
       @media screen and (max-width: 800px) {
-        .public-bookInnerContent .coverImg {
+        .coverImg {
           position: absolute;
           top: 25%;
           left: 0;
@@ -1702,6 +1747,12 @@
           .drawContent_wall {
             margin-bottom: 2em;
           }
+
+          .pic-wall {
+            display: flex;
+            justify-content: flex-start;
+            align-items: center;
+          }
         }
       }
     }

--
Gitblit v1.9.1