在写移动端的时候,想将最后一个内容放到底部,设置width:100%;position:absolute;bottom:0px;父级设置了position:relative;会出现偏移现象,原因居然是子没有left:0。