From 8ed02cf40e1373bf02e0b193f27d3437e90bcdef Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 31 五月 2024 18:42:24 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/artAndDance/assets/main.less | 84 +++++++++++++++++++++++++++++++++++++++-- 1 files changed, 79 insertions(+), 5 deletions(-) diff --git a/src/books/artAndDance/assets/main.less b/src/books/artAndDance/assets/main.less index 7b782c4..4cc013d 100644 --- a/src/books/artAndDance/assets/main.less +++ b/src/books/artAndDance/assets/main.less @@ -64,8 +64,8 @@ .img { text-align: center; - font-size: 0.8em; - color: #5d78bb; + font-size:18px; + color: #000; margin-left: 0%; margin-right: 0%; text-indent: 0em; @@ -169,10 +169,11 @@ font-family: "STKaiti"; color: #ef495d; font-weight: bold; - font-size: 1.15em; + // font-size: 1.15em; + font-size: 26px; margin-top: 2em; text-align: center; - margin-bottom: 2em; + margin-bottom: 20px; text-indent: 0em; } @@ -290,9 +291,11 @@ } .block2 { font-family: "STKaiti"; - font-size: 1.15em; + // font-size: 1.15em; + font-size: 26px; text-align: center; text-indent: 0em; + margin: 6px 0; } .bj1 { @@ -327,6 +330,7 @@ // 鑷畾涔� .page-box { + position: relative; box-sizing: border-box; min-height: 1150px !important; margin-bottom: 20px; @@ -350,7 +354,77 @@ .ju-bt { justify-content: space-between; } + .ju-end { + justify-content: flex-end; + } + .al-cn { + align-items: center; + } .wh-nr { white-space: nowrap; } + .w100 { + width: 100%; + } + .m0 { + margin: 0; + } + .mb-20 { + margin-bottom: 20px; + } + .mb-40 { + margin-bottom: 40px; + } + .ml-40 { + margin-left: 40px; + } + .mr-40 { + margin-right: 40px; + } + .pg-mh { + min-height: 1150px; + } + .dl-ib { + display: inline-block; + } + .w-min { + width: min-content; + } + .w40 { + width: 40px; + } + .pb-box { + position: absolute; + bottom: 0; + } } + +/* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */ +@media (max-width: 660px) { + .ans-dance { + /* 鍒嗛〉padding */ + .page-padding { + padding: 104px 20px; + } + .padding-96 { + padding: 0 20px; + } + /* video澶у皬 */ + .video-box { + max-width: 260px; + } + } +} +@media (min-width: 660px) { + .ans-dance { + .page-padding { + padding: 104px 96px; + } + .padding-96 { + padding: 0 96px; + } + .video-box { + max-width: 370px; + } + } +} \ No newline at end of file -- Gitblit v1.9.1