body {height: 100% ;margin: 0px;padding: 0px;}#main {backgr
要求。上部固定高度50px,下部分自适应剩下整个屏幕
html, body { height: 100%; margin: 0px; padding: 0px; } #main { background-color: #999; height: 100%; } #nav { background-color: #85d989; width: 100%; height: 50px; } #content { background-color: #cc85d9; width: 100%; position: absolute; top: 50px; bottom: 0px; left: 0px; }
css实现高度自适应
,温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/33258.html