了解如何使用 CSS 创建固定/粘性页脚。
<style>
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
</style>
<div class="footer">
<p>Footer</p>
</div>
亲自试一试 »
提示:转到我们的 CSS 位置教程了解有关定位的更多信息。
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!