Commit 5d0caf8d818de15cd4f3791ef3c4fb81b674327e

Authored by yangzhi
1 parent 97c13b13

简历分析

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