.logo-container-tradition .logo img[data-v-46897cee] {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100px;
}
.right-panel .el-tabs__item{
    padding:0 14px !important;
}
#north #header {
    overflow: auto;
}
.dd-login-title {
    font-size: 20px;
}
body.core-login {
background-image:url(/content/image/bnu-bg.jpg);
background-size: 100%;
}
body.core-login::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); /* 调整最后一个值来控制透明度 */
    pointer-events: none; /* 确保该层不会阻挡用户与下面的元素的交互 */
}
body.core-login div.container{
opacity: 0.85;
}