【发布时间】:2017-10-14 06:01:28
【问题描述】:
我的弹性容器:
.back_pattern {
display: flex;
display: -ms-flexbox;
-ms-flex-pack: center;
flex-direction: column;
align-content: center;
justify-content: center;
min-height: 100vh;
width: 100%;
}
在其他浏览器上一切正常。
ie11 : http://take.ms/68dHo ;
铬:http://take.ms/JhcEH
有什么问题?
【问题讨论】:
-
你能给我们看更多你的代码吗?比如html和css?