From fcd53075ab98962dac1ba992ed86f857176af1b7 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 06 十一月 2024 17:00:50 +0800 Subject: [PATCH] 艺术戏剧bug修改 --- src/books/artAndDrama/assets/main.less | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 40 insertions(+), 4 deletions(-) diff --git a/src/books/artAndDrama/assets/main.less b/src/books/artAndDrama/assets/main.less index ece392e..343b587 100644 --- a/src/books/artAndDrama/assets/main.less +++ b/src/books/artAndDrama/assets/main.less @@ -14,10 +14,19 @@ text-emphasis-position: under; } - // audio{ - // width: 300px; - // height: 54px; - // } + .w90{ + width: 90%; + } + + .ma-l-40{ + margin-left: 40px; + max-width: 490px; + } + + audio{ + width: 300px; + height: 54px; + } .rhombusFather { position: relative; @@ -682,6 +691,8 @@ .headerimg { margin-left: 5%; + width: 90%; + height: auto; } .page-footer { @@ -818,6 +829,31 @@ .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%; + } } } -- Gitblit v1.9.1