.footer{
    position:fixed;
    bottom:0;
    z-index:990;            
    height:80px;
    width:100%;
    line-height:44px;
    padding:0 15px;
    font-size: 10px;
    box-shadow:-1px 0 4px rgb(0 0 0 / 12%);
    background-color:#fafafa;
    display: flex;
    justify-content: center; /* 横向居中 */  
    align-items: center;    /* 纵向居中 */  
}
footer-container {  
    /* 你可以根据需要调整footer的样式 */  
    background-color: #f0f0f0;  
    padding: 20px;  
    border: 1px solid #ccc;  
}  