﻿.beian-info {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white; /* 背景色可以根据需要调整 */
    text-align: center; /* 文字居中 */
    padding: 5px 0; /* 内边距 */
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.1); /* 可选的阴影效果 */
    z-index: 1;
    font-size:10px;
}
