📅  最后修改于: 2022-03-11 14:47:45.442000             🧑  作者: Mango
body {
display: flex;
flex-direction: column;
min-height: 100vh;
}
#footer {
background-color: #efefef;
flex: 0 0 50px;/*or just height:50px;*/
margin-top: auto;
}