From a81164dfb5529ffc669afac3a6a1572caf43f263 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 22 五月 2024 21:00:19 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

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

diff --git a/src/books/English/assets/main.less b/src/books/English/assets/main.less
index ff47c23..f8b5f1a 100644
--- a/src/books/English/assets/main.less
+++ b/src/books/English/assets/main.less
@@ -1,4 +1,7 @@
 .english-book {
+  width: 100%;
+  height: 100%;
+  font-family: "瀹嬩綋", SimSun, sans-serif;
   .ls1 {
     font-family: "Times New Roman";
     color: #30aad1;
@@ -480,7 +483,7 @@
 
   .custom_title2 {
     color: rgb(154, 106, 17);
-    background: url(image/xt.png) no-repeat;
+    // background: url(image/xt.png) no-repeat;
     background-size: 100% 100%;
     display: inline-block;
     padding: 18px;
@@ -645,4 +648,125 @@
     border-bottom: 10px double #0183bf;
     align-items: center;
   }
+  // 鑷畾涔夊唴瀹�
+  .page-box {
+    box-sizing: border-box;
+    min-height: 1150px !important;
+    margin-bottom: 20px;
+    box-shadow: 0 3px 6px 1px #00000029;
+    background-color: #fff;
+  }
+  .block2 {
+    font-family: "STKaiti";
+    text-indent: 0em;
+    text-align: center;
+    margin-left: 0%;
+    margin-right: 0%;
+  }
+  ul {
+    padding: 0;
+    list-style: none;
+  }
+  .tl {
+    text-align: left !important;
+  }
+  .fl {
+    display: flex;
+  }
+  .ju-bt {
+    justify-content: space-between;
+  }
+  .ju-cn {
+    justify-content: center;
+  }
+  .al-end {
+    align-items: flex-end;
+  }
+  .fz-14 {
+    font-size: 14px;
+  }
+  .m0 {
+    margin: 0 !important;
+  }
+  .mb-0 {
+    margin-bottom: 0;
+  }
+  .mb-20 {
+    margin-bottom: 20px;
+  }
+  .wh-nr {
+    white-space: nowrap;
+  }
+  .padding-93 {
+    padding: 0 93px 0px 93px;
+  }
+  .pb-104 {
+    padding-bottom: 104px;
+  }
+  .t0 {
+    text-indent: 0;
+  }
+  .pd-20 {
+    padding: 0 20px;
+  }
+  .primary-title-color {
+    color: #8fc58c;
+  }
+  .primary-bc {
+    background-color: #8fc58c;
+  }
+  .event-header-bc {
+    background: linear-gradient(to right, #639bc2, #fff);
+  }
+  .event-header-text-bc {
+   background-color:#bbd4ec ; 
+  }
+  .event-text-color {
+    color:#639bc2 ;
+  }
+  .y-bc {
+    background-color: #f3e3c7;
+  }
+  .preface-header-box {
+    height: 2em;
+    line-height: 2em;
+    border-radius: 10px 10px 0 0;
+    padding: 0 10px;
+    .l-text {
+      color: #666;
+    }
+    .g-color {
+      color: #8fc58c;
+    }
+    .g-text {
+      margin-left: 10px;
+      // color: #8fc58c;
+      font-weight: bold;
+    }
+  }
+  .preface-bottom {
+    height: 104px;
+    display: flex;
+    justify-content: center;
+    align-items: center;
+    .num-box {
+      display: inline-block;
+      width: 30px;
+      height: 30px;
+      line-height: 30px;
+      color:#11ad8a ;
+      font-weight: bold;
+      text-align: center;
+      border: 1px solid #11ad8a;
+      border-radius: 20px;
+    }
+    .contet-num-box {
+      width: 50px;
+      height: 30px;
+      line-height: 40px;
+      text-align: center;
+      background-color: #e6e7e9;
+      border-radius: 35px;
+    }
+  }
 }

--
Gitblit v1.9.1