/* 隐藏登录页 logo 文字并调整为图片 */
.login-title {
    text-indent: -9999px;
    background-image: url('/custom/b1.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 100px;
    display: block;
    margin: 0 auto;
    line-height: 0;
    transform: translateX(108px);  /* 向右偏移108px，数值可根据需要调整 */
}