*{
margin: 0;
padding: 0;
}
body{
height: 100vh;
display: flex;
flex-direction: column;
}
header,footer{
height: 60px;
background: orange;
text-align: center;
line-height: 60px;
}
section{
flex: 1;
overflow: hidden;
}
*{
margin: 0;
padding: 0;
}
body{
height: 100vh;
display: flex;
flex-direction: column;
}
header,footer{
height: 60px;
background: orange;
text-align: center;
line-height: 60px;
}
section{
flex: 1;
overflow: hidden;
}
本文标题:移动端之简单布局
本文链接:https://www.haomeiwen.com/subject/jtzszftx.html
网友评论