﻿[v-cloak] {
    display: none !important;
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 滚动条自定义 */
/*.yb-scroll {
    overflow: auto;
}*/
    /*滚动条整体样式*/
    /*.yb-scroll::-webkit-scrollbar {
        height: 6px;*/ /*高宽分别对应横竖滚动条的尺寸*/
        /*width: 6px;
        background-color: #d0cdc7;
    }*/
    /* scroll轨道背景#d0cdc7;EDEDED */
    /*.yb-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
        border-radius: 3px;
        background-color: #ededed;
    }*/

    /* 滚动条中能上下移动的小块 #02ABA1;#2f73c6;*/
    /*.yb-scroll::-webkit-scrollbar-thumb {
        border-radius: 3px;
        -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,.3);
        background-color: #3c7cca;
    }*/
.sidebar::-webkit-scrollbar {
    display: none !important;
}

/* 弹出面板 */
.layui-layer-admin .layui-layer-title {
    height: 50px;
    line-height: 50px;
    border: none 0;
    background-color: #20222A;
    color: #fff;
}

.layui-layer-admin i[close] {
    position: absolute;
    padding: 5px;
    right: 10px;
    top: 12px;
    color: #fff;
    cursor: pointer;
}

.layui-layer-admin .layui-layer-content {
    padding: 20px;
    line-height: 22px;
}

    .layui-layer-admin .layui-layer-content cite {
        font-style: normal;
        color: #FF5722;
    }

.LoadingBox {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    opacity:1;
    z-index: 99999;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .LoadingBox.active {
       

        opacity:0;
        z-index:-1;
    }

    .LoadingBox i {
        color: #343a40;
        font-size: 100px;
        margin: 40px;
        animation: zhuan 1s infinite linear;
    }

@keyframes zhuan {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.LoadingBox span {
    color: #343a40;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
}


* {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}


.nav-item > .nav-link.active {
    background: #007bff !important;
    color: #fff !important;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5) !important;
}



.layout-fixed.text-sm .wrapper .sidebar {
    height: calc(100% - 10px) !important;
}







@media(max-width:600px) {
    .el-message {
        min-width:auto;
    }

}

























































