composer @Ta | |
2020-03-05 18:41 |
html{
height: 100%;
}
body{
min-height: 100%; /* 设置最小高度100% */
position: relative; /* 设置最小高度100% */
box-sizing: border-box; /* 设置盒模型为border-box,那样这个100%包括了下面的padding-bottom高度 */
padding-bottom: 120px; /* 高度为footer的高度 */
}
.footer{
position: absolute; /* 将footer绝对定位在底部 */
left: 0;
bottom: 0;
width: 100%;
height: 120px;
}
<body>
<div class="header"></div>
<div class="container"></div>
<div class="footer"></div>
</body>
html{
height: 100%;
}
body{
min-height: 100%;
display: flex; /* 设置flex */
flex-direction: column; /* 方向为垂直方向 */
}
.container{
flex: 1; /* 内容占满所有剩余空间 */
}
阅:1891 | 发表于2020-03-05 18:41 |
心灵鸡汤:
      
®2019-2024 all power by Zlproject3.7
川公网安备 51192202000151号
蜀ICP备2021014921号-2
首页 #top
天合之作 曲在人意