尺寸调整
This commit is contained in:
parent
0749752713
commit
2e4d3b7ea2
|
@ -52,11 +52,11 @@ $blue-color-light: rgba(39, 118, 217, 1);
|
|||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 99;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
height: 1080px;
|
||||
width: 1920px;
|
||||
.home-wrap {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
height: 1080px;
|
||||
width: 1920px;
|
||||
background-image: url(./img/bj1.png);
|
||||
background-size: 100% 100%;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue