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

---
 src/books/embedded/assets/main.less |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/src/books/embedded/assets/main.less b/src/books/embedded/assets/main.less
index 01cf278..7cbc7d5 100644
--- a/src/books/embedded/assets/main.less
+++ b/src/books/embedded/assets/main.less
@@ -371,7 +371,8 @@
     line-height: 1.3em;
     text-align: center;
     text-indent: 0;
-    color: #b03639;
+    color: #501438;
+    margin-top: 4px;
   }
 
   /*鐜粫鍥剧墖*/
@@ -651,6 +652,9 @@
   .mt-100 {
     margin-top: 100px;
   }
+  .mb-5 {
+    margin-bottom: 5px;
+  }
   .mb-20 {
     margin-bottom: 20px;
   }
@@ -691,6 +695,9 @@
   }
   .w100 {
     width: 100%;
+  }
+  .w50 {
+    width: 50%;
   }
   .page-heder-img {
     width: 100%;
@@ -762,6 +769,9 @@
   .border-so {
     border-bottom: 1px solid #501438;
   }
+  .rw-border {
+    border-bottom: 2px solid #501438;
+  }
   .btn {
     cursor: pointer;
     border: 2px solid #501438;

--
Gitblit v1.9.1