normal update

This commit is contained in:
wolegca 2019-09-15 15:22:40 +08:00
parent 3c18b638da
commit c7df2caadc
2 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@
content:''; content:'';
display: block; display: block;
position:fixed; position:fixed;
bottom:0px; top:0px;
left:0px; left:0px;
height:150%; height:150%;
width:100%; width:100%;
background: black url(bg.jpg) no-repeat center; background: black url(bg.jpg) no-repeat top;
background-size: cover background-size: cover
} }

View File

@ -43,7 +43,7 @@ body {
/* float: left; */ /* float: left; */
top: 0; top: 0;
left: 0; left: 0;
height: 100%; height: 130%;
width: 0; width: 0;
padding-top: 50px; padding-top: 50px;
transition: all .2s ease; transition: all .2s ease;
@ -122,7 +122,7 @@ body {
transition: all .2s ease; transition: all .2s ease;
opacity: 0; opacity: 0;
visibility: hidden; visibility: hidden;
bottom:0px; top:0px;
left:0px left:0px
} }
@ -306,7 +306,7 @@ body {
background-color: rgba(95, 95, 95, 0.7); background-color: rgba(95, 95, 95, 0.7);
z-index: 998; z-index: 998;
opacity: 0; opacity: 0;
bottom:0px; top:0px;
left: 0px left: 0px
} }