<div id="demo_div"></div>
<style>
#demo_div{
   left:;
position: fixed;
bottom:;
width: 100%;
}
</style>

只用css就实现了悬浮底部

04-25 13:42