From a8da6c44895f90bc6d33df129bccd424bf73be3e Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 31 十二月 2024 18:11:02 +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