From 7869653a258353bd70fc232630ab8467fa379bfe Mon Sep 17 00:00:00 2001
From: user1 <10901603+no-distractions1@user.noreply.gitee.com>
Date: 星期五, 21 六月 2024 18:43:36 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/artAndDrama/assets/main.less |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less
index 2b241da..7449260 100644
--- a/src/books/artAndDrama/assets/main.less
+++ b/src/books/artAndDrama/assets/main.less
@@ -48,7 +48,7 @@
 div.bodystyle {
   font-size:18px;
   text-align:justify;
-  margin:5% 12%;
+  margin:0 12%;
   line-height:30px;
 
 }
@@ -425,6 +425,24 @@
   //   font-weight: bold;
   //   font-size: 18px;
   // }
+  .folder{
+    color: brown;
+    font-size: 18px;
+    display: flex;
+    align-items: center;
+    margin-right: 7%;
+  }
+  .folder>img{
+    color: brown;
+    height: 20px;
+    width: auto;
+    margin-top: 1px;
+  }
+  .Options{
+    display: flex;
+    flex-direction: row;
+    cursor: pointer;
+  }
   .text{
   margin: 0 8%;
   font-family: "STkaiti";

--
Gitblit v1.9.1