sku*_*ube 5 css internet-explorer css3 flexbox internet-explorer-11
我正在尝试使用flexbox将内容与顶部和底部对齐.看起来它应该很简单,但我不能让它在IE11中工作.有什么想法/建议吗?
.wrap {
display: flex;
flex-direction: column;
min-height:100vh;
justify-content: space-between;
}Run Code Online (Sandbox Code Playgroud)
<div class="wrap">
<div class="top">Top</div>
<div class="bottom">Bottom</div>
</div>Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
4577 次 |
| 最近记录: |