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 | 71 +++++++++++++++++++++++++++++++++-- 1 files changed, 66 insertions(+), 5 deletions(-) diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less index 6f0393a..fda43c8 100644 --- a/src/books/artAndDrama/assets/main.less +++ b/src/books/artAndDrama/assets/main.less @@ -14,10 +14,27 @@ text-emphasis-position: under; } - // audio{ - // width: 300px; - // height: 54px; - // } + .mar-block{ + margin: 8% 5% 5% 7% + } + + .w90{ + width: 90%; + } + + .w70{ + width: 70%; + } + + .ma-l-40{ + margin-left: 40px; + max-width: 490px; + } + + audio{ + width: 300px; + height: 54px; + } .rhombusFather { position: relative; @@ -72,7 +89,6 @@ text-align: justify; margin: 0 12%; line-height: 30px; - } span.zt-0 { @@ -683,6 +699,8 @@ .headerimg { margin-left: 5%; + width: 90%; + height: auto; } .page-footer { @@ -819,6 +837,49 @@ .page-box { min-height: 500px; } + + audio{ + width: 250px; + } + + .img-gn1 { + height: 2em; + } + + h3.lefth3 { + text-align: left; + margin-top: 0.2em; + margin-bottom: 1.2em; + text-indent: 0em; + } + .ma-l-40{ + margin-left: 15px; + // max-width: 100px; + } + .rhombusFather { + text-indent: 0em; + } + .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