From 616d3cf3ede28313a1fae1a4e33962bc7a327e12 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 30 四月 2025 17:37:17 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/artAndDrama/assets/main.less | 70 +++++++++++++++++++++++++++++++++-- 1 files changed, 66 insertions(+), 4 deletions(-) diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less index ece392e..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; @@ -682,6 +699,8 @@ .headerimg { margin-left: 5%; + width: 90%; + height: auto; } .page-footer { @@ -818,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