欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

css3 高度自适应_html/css_WEB-ITnose

程序员文章站 2024-01-20 10:25:04
...
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;}