From c8e4219b7d89dbc14d389520499f86e86f699fa5 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期四, 24 四月 2025 17:14:27 +0800 Subject: [PATCH] tijiao --- 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