<div class="container">bootstrap
<div class="row">佈局
<div class="col-lg-3 col-md-3 col-xs-3"></div>flex
<div class="col-lg-9 col-md-9 col-xs-9"></div>blog
</div>io
</div>class
下面看結構後臺
效果循環
標籤嵌套循環都寫在 裏面float
兼容狀況im
IE 10+
紅框是居中 justify-content:center
flex佈局display flex
flex-warp換行
flex-direction默認是row 從左到右排列
div{
float:none;
display:flex;
margin-left:auto;
margin-right:auto;
}
同時這個div 還添加別的類 好比col-lg-8
實現
div{
display:flex;
justify-content:center
}
這時候父級元素繼續上面的樣式 就能夠實現居中效果
結構
效果