css相对于父容器,固定放在底部并撑满

要实现的效果如下(footer要固定在页面底部):

 

 footer的css如下:

    height: 60px;
    background: pink;
    margin: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;

 

posted @ 2021-03-10 15:45  远洪  阅读(658)  评论(0编辑  收藏  举报