From 5d0caf8d818de15cd4f3791ef3c4fb81b674327e Mon Sep 17 00:00:00 2001 From: yangzhi <765157588@qq.com> Date: Thu, 29 Dec 2022 22:51:51 +0800 Subject: [PATCH] įŽ€åŽ†åˆ†æž --- src/views/resume/style/style.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/resume/style/style.scss b/src/views/resume/style/style.scss index 0e7fcd5..f03848c 100644 --- a/src/views/resume/style/style.scss +++ b/src/views/resume/style/style.scss @@ -30,11 +30,10 @@ li { } .page { - height: 100vh; + min-height: 100vh; background-image: url(/static/resume/male/page_bg.png); background-repeat: no-repeat; - background-size: cover; - overflow: hidden; + background-size: 100% 100%; padding: 5% 20px 10px; color: #fff; display: flex; @@ -64,6 +63,7 @@ li { background-image: url(/static/resume/male/resume6.png); background-size: 100% 100%; padding: 30px 30px 10px; + min-height: 70vh; .top-panel-content { display: flex; align-items: center; @@ -146,6 +146,7 @@ li { .bottom-panel { display: flex; margin-top: 10px; + min-height: 30vh; .panel { flex: 1; background: rgba(9, 65, 110, 0.32); -- libgit2 0.21.4