欢迎访问成都祈钰瑶科技有限公司!

全国免费服务热线:

18982081108
✕

成都网站设计公司,成都响应式网站设计,成都移动端网站设计,成都网站UI设计

div置底形成页脚

.footer{  
      width:100%;
    height:30px;  
    position:fixed;  
    bottom:0px;  
    z-index:-1;
    background:#1A5D68; 
    color:#FFF;
}