<div class="box">
    <div class="el1"></div>
    <div class="el2"></div>
</div>

  

.box {width:200px;height:500px;background:red;display:flex;flex-direction:column;}
.el1 {height:100px;background:green;}
.el2 {background:blue;flex:1}

  

 

posted on 2018-02-06 14:43  FreeSpider  阅读(564)  评论(0编辑  收藏  举报