Maison > Article > interface Web > css3 高度自适应_html/css_WEB-ITnose
html,body{height:100%;}
.container{ height:100%; display:-webkit-flex; -webkit-flex-direction:column;}
#top{ -webkit-flex:1; background:#f00;}
#bottom{-webkit-flex:1; background:#0f0;}