From 011a3ee8b917d1a2f0ff3796eaed68ed5619178e Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 16 十月 2024 18:26:16 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/botany/view/components/header.vue | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/books/botany/view/components/header.vue b/src/books/botany/view/components/header.vue index d99201e..ffb8418 100644 --- a/src/books/botany/view/components/header.vue +++ b/src/books/botany/view/components/header.vue @@ -1100,7 +1100,8 @@ } .cover { - max-width: 816px; + + min-height: 1150px; } .header-img { @@ -1152,7 +1153,7 @@ .main-box { position: absolute; top: 250px; - right: 98px; + right: 12%; } .main-text { @@ -1168,7 +1169,7 @@ .text-box { position: absolute; top: 500px; - right: 98px; + right: 12%; } .text-box-bottom { @@ -1178,7 +1179,7 @@ } .text-top { - /* width: 611px; */ + width: 520px; padding: 37px 36px 25px 33px; background: rgba(55, 201, 111, 0.06); border-radius: 0px 29px 0px 29px; @@ -1242,8 +1243,6 @@ } .block { - max-width: 542px; - min-width: 542px; text-indent: 0em; font-family: KaiTi, KaiTi; font-weight: 400; -- Gitblit v1.9.1