From d7311d7a5dc477ff3baf09ef3a01aaa8b3d353a0 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 23 一月 2025 17:13:26 +0800
Subject: [PATCH] 图片修改

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

diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less
index 343b587..fda43c8 100644
--- a/src/books/artAndDrama/assets/main.less
+++ b/src/books/artAndDrama/assets/main.less
@@ -14,8 +14,16 @@
     text-emphasis-position: under;
   }
 
+  .mar-block{
+    margin:  8% 5% 5% 7%
+  }
+
   .w90{
     width: 90%;
+  }
+
+  .w70{
+    width: 70%;
   }
 
   .ma-l-40{
@@ -854,6 +862,24 @@
     .folder {
       margin-right: 4%;
     }
+
+    .hs1 {
+      font-size: 20px;
+      color: #E78D2D;
+      font-weight: bold;
+    }
+
+    .mar-block{
+      margin:  12% 5% 5% 7%
+    }
+
+    .w70{
+      width: 90%;
+    }
+
+    .special-P{
+      text-indent: 0em;
+    }
   }
 }
 

--
Gitblit v1.9.1