直接使用
position:fixed;就可以
*{ margin:0; padding:0;}body{ height:2000px;}div{ width:100%; height:30px; position: fixed; bottom:0; text-align:center; line-height:30px; background: #00CCCC;}案例:https://prepen.io/ansonznl/pen/OYoXjw?&editable=true



