Css实现 div footer 固定在html页面底部

.footer {

        text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

        padding: 0.3rem 0;
    color:#9e9ea6;    
}

猜你喜欢

转载自www.cnblogs.com/shaoing/p/9213792.html