From 7b7740ce0151547dd87fbf29380bf76233185f7a Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 22 五月 2024 14:44:22 +0800
Subject: [PATCH] 样式优化

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

diff --git a/src/books/embedded/assets/main.less b/src/books/embedded/assets/main.less
index 815a2cf..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;
@@ -781,6 +791,11 @@
   .tl-cn {
     text-align: center;
   }
+  .cover-box {
+    width: 815px;
+    height: 1125px;
+    object-fit: contain;
+  }
 }
 body {
   background-color: #e6e6e6;

--
Gitblit v1.9.1