footer {
    flex-shrink: 0;
    background-color: #f8f9fa !important;
    padding: 1rem 0 !important; /* 减小内边距 */
    width: 100%;
    position: relative;
    bottom: 0;
}

/* 可以调整 footer 内文字大小 */
footer .text-muted {
    font-size: 1.5rem !important; /* 调整文字大小 */
} 