为了兼容老的移动端安卓等浏览器 必须要用-webkit-box,不能用flex,并且有的时候元素宽高是不能写死的,如此情况下如何实现spance-between及spance-around等的效果,用table?
justify-content: space-around; 可以用 -ms-flex-pack: distribute;代替;justify-content: space-between 可以用 -webkit-box-pack: justify; -ms-flex-pack: justify;代替 参考justify-content
justify-content: space-around;
可以用-ms-flex-pack: distribute;
代替;justify-content: space-between
可以用-webkit-box-pack: justify; -ms-flex-pack: justify;
代替参考justify-content