在body中没有元素把高度撑开的情况下,设置全屏
html,body {
min-height: 100vh;
background-size: cover;
}
or
html,body{
height: 100%;
width: 100%;
}
html,body {
min-height: 100vh;
background-size: cover;
}
or
html,body{
height: 100%;
width: 100%;
}