.foo { display: -ms-flex; -ms-justify-content: center; }
为了让他们工作,我需要写什么?
.foo { display: -ms-flexBox; -ms-flex-pack: center; }