Fix height of body
This commit is contained in:
parent
88ec58ead9
commit
418e2d5989
@ -5,6 +5,11 @@ html, body, div, img {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;;
|
font-family: Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
/** 全局属性 **/
|
/** 全局属性 **/
|
||||||
body {
|
body {
|
||||||
background-color: #242424;
|
background-color: #242424;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
filter: brightness(0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user