底部的文字相对于 body 容器定位 
 

body { position: relative; }  .footer { position: absolute; bottom: 0px; left: 50%; margin-left: -footer容器宽度的一半px(比如-200px;) }

<body style="height: 2000px;"><div class="footer" style="width: 400px;">0000w1234131</div></body> 
Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐