* absolute属性不去设置top和left的时候是不会去侵占其他元素的位置的 * flex 子元素平铺,flex:1; * getComputerStyle(ele,null).left * 谷歌支持,火狐支持,ie8不支持 * ele.currentStyle.left * ie8支持