Commit 5d0caf8d818de15cd4f3791ef3c4fb81b674327e

Authored by yangzhi
1 parent 97c13b13

简历分析

src/views/resume/style/style.scss
@@ -30,11 +30,10 @@ li { @@ -30,11 +30,10 @@ li {
30 } 30 }
31 31
32 .page { 32 .page {
33 - height: 100vh; 33 + min-height: 100vh;
34 background-image: url(/static/resume/male/page_bg.png); 34 background-image: url(/static/resume/male/page_bg.png);
35 background-repeat: no-repeat; 35 background-repeat: no-repeat;
36 - background-size: cover;  
37 - overflow: hidden; 36 + background-size: 100% 100%;
38 padding: 5% 20px 10px; 37 padding: 5% 20px 10px;
39 color: #fff; 38 color: #fff;
40 display: flex; 39 display: flex;
@@ -64,6 +63,7 @@ li { @@ -64,6 +63,7 @@ li {
64 background-image: url(/static/resume/male/resume6.png); 63 background-image: url(/static/resume/male/resume6.png);
65 background-size: 100% 100%; 64 background-size: 100% 100%;
66 padding: 30px 30px 10px; 65 padding: 30px 30px 10px;
  66 + min-height: 70vh;
67 .top-panel-content { 67 .top-panel-content {
68 display: flex; 68 display: flex;
69 align-items: center; 69 align-items: center;
@@ -146,6 +146,7 @@ li { @@ -146,6 +146,7 @@ li {
146 .bottom-panel { 146 .bottom-panel {
147 display: flex; 147 display: flex;
148 margin-top: 10px; 148 margin-top: 10px;
  149 + min-height: 30vh;
149 .panel { 150 .panel {
150 flex: 1; 151 flex: 1;
151 background: rgba(9, 65, 110, 0.32); 152 background: rgba(9, 65, 110, 0.32);