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