From e5a42538eda99a4860bddc417e107ef230df8837 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 23 五月 2024 12:17:02 +0800
Subject: [PATCH] 合书

---
 src/books/English/assets/main.less |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less
index 6fddb40..31ba6e0 100644
--- a/src/books/English/assets/main.less
+++ b/src/books/English/assets/main.less
@@ -706,6 +706,9 @@
   .padding-93 {
     padding: 0 93px 0px 93px;
   }
+  .padding-102 {
+    padding: 0 102px 0 102px;
+  }
   .pb-104 {
     padding-bottom: 104px;
   }
@@ -788,6 +791,42 @@
       outline: none;
     }
   }
+  .preface-odd-header {
+    height: 104px;
+    display: flex;
+    align-items: center;
+    li:first-child {
+      width: 15px;
+      height: 100%;
+    }
+    li:last-child {
+      display: flex;
+      align-items: center;
+      span:first-child {
+        display: inline-block;
+        padding: 5px 10px;
+        border-radius: 8px 0 0 8px;
+        color: #fff;
+        font-weight: bold;
+      }
+      span:last-child {
+        min-width: 40px;
+        min-height: 30px;
+        line-height: 30px;
+        padding: 0 5px;
+        display: inline-block;
+      }
+    }
+    .chapter-left-bc{
+      background-color: #639bc2;
+    }
+    .chapter-right-bc {
+      background-color: #bbd4ec;
+    }
+    .chapter-right-cl {
+      color: #639bc2;
+    }
+  }
   .parimary-btn {
     cursor: pointer;
     margin-left: 5px;
@@ -807,4 +846,9 @@
   .error-icon {
     color: red;
   }
+  .icon-box {
+    display: inline-block;
+    width: 18px;
+    height: 18px;
+  }
 }

--
Gitblit v1.9.1