底部固定到底(在内容少的时候)

2018-04-18 18:35:54 阅读:1 编辑
    HTML{
            position: relative;
            min-height: 100%;
        }
  .footbg{
            position: absolute;
            bottom: 0;
            height:180 px;
        }
        body{margin-bottom: 180 px;}