button { width: 100px; height: 50px;}
.button { position: absolute; bottom: 0;}
position:absolute是绝对定位,相对于屏幕的绝对位置,不受其他因素影响,bottom:0是距离底部0px的意思