update layout
This commit is contained in:
parent
84366ea86d
commit
3c18b638da
@ -11,7 +11,7 @@
|
|||||||
position:fixed;
|
position:fixed;
|
||||||
bottom:0px;
|
bottom:0px;
|
||||||
left:0px;
|
left:0px;
|
||||||
height:100%;
|
height:150%;
|
||||||
width:100%;
|
width:100%;
|
||||||
background: black url(bg.jpg) no-repeat center;
|
background: black url(bg.jpg) no-repeat center;
|
||||||
background-size: cover
|
background-size: cover
|
||||||
|
4
myui.css
4
myui.css
@ -122,7 +122,7 @@ body {
|
|||||||
transition: all .2s ease;
|
transition: all .2s ease;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
top:0px;
|
bottom: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;
|
||||||
top:0px;
|
bottom:0px;
|
||||||
left: 0px
|
left: 0px
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user