
//文件类型的icon全部换成background 替换img 方便设置图片签名 解决缓存问题
.yp-file-type-icon{
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    &.yp-file-type-icon-folder{
        background: url(../../../images/folder-54.png) no-repeat;
        background-size: cover;
    }
    &.yp-file-type-icon-md{
        background: url(../../../images/md.png) no-repeat;
        background-size: cover;
    }
}

.crumb-container{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #118bfb;
    span{
        cursor: pointer;
    }
    span:last-child {
        color: rgba(0,0,0,.38);
        cursor: default;
    }
}