输入banner图图片脚本导航/分类

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;}