div 自适应浏览器高度方式

*{
    margin: 0;
    padding: 0;
}
html, body{
    width: 100%;
    height: 100%;
}
div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    background: #000000;
}
 

 

posted @ 2019-08-22 14:00  Samuel-Leung  阅读(1076)  评论(0编辑  收藏  举报