css弹性布局怎么兼容ie浏览器?
加这些前缀也没有用
display box
display -webkit-box
display -moz-box
display -ms-flexbox
display -webkit-flex
display flex
-webkit-justify-content flex-end
-moz-justify-content flex-end
-ms-justify-content flex-end
-o-justify-content flex-end
justify-content flex-end
低版本
ie
可以用table
来实现类似的效果,不过一般可以用浮动或者定位也可以实现