
//header
@import "../helper/_variable.scss";
.top-menu  .el-menu .el-menu-item:first-child{
    background:url('../../assets/icons/index-icon2.png') center 17px no-repeat;
}
.top-menu .el-menu .el-menu-item:first-child.is-active{
    background:url('../../assets/icons/index-icon.png') center 17px no-repeat;
}
.header01{background:#fff url('../../assets/icons/header-01.png') center 12px no-repeat;}
.header02{background:#fff url('../../assets/icons/header-02.png') center 12px no-repeat;}
.header03{background:#fff url('../../assets/icons/header-03.png') center 12px no-repeat;}
.header04{background:#fff url('../../assets/icons/header-01.png') center 12px no-repeat;}
.header05{background:#fff url('../../assets/icons/header-01.png') center 12px no-repeat;}
.header06{background:#fff url('../../assets/icons/header-01.png') center 12px no-repeat;}
.header07{background:#fff url('../../assets/icons/header-01.png') center 12px no-repeat;}
.header08{background:#fff url('../../assets/icons/header-01.png') center 12px no-repeat;}
.header09{background:#fff url('../../assets/icons/header-01.png') center 12px no-repeat;}
.header10{background:#fff url('../../assets/icons/header-01.png') center 12px no-repeat;}
.layout-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: $layout-header-height;
    padding: 0 20px 0 0px;
    background: #373D41;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05);
    color: #fff;
    z-index: 10;
    .logo{
        width: 218px;
        height: 50px;
        line-height: 24px;
        transition: width 0.38s;
        padding: 13px 0 13px 20px;
        box-sizing: border-box;
        position: relative;
        background:url('../../assets/icons/logo.png') 18px 13px no-repeat;
        div{
            font-size: 16px;
            color: #FF8F18;
            position:absolute;
            width:100px;
            left:58px;
            top:15px;
            font-weight: bold;
            
        }
    }
    .logo-slide{
        width: 62px;
        transition: width 0;
        div{
            display:none
        }
    }
    .fr-info{
        float: right;
        margin-top: 10px;
    }
    .user-name{
        margin-left:5px;
        color:#fff
    }
    .usr-quick{
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: cenger;
        display: inline-block;
        background: #fff;
        color: #333;
        border-radius: 9px;
        text-align: center;
        font-size: 16px
    }
    .user-info{
        position: relative;
        display: inline-block;
        width: 90px;
        height: 30px;
        color: #333;
        .user-photo{
            display: inline-block;
            border-radius: 15px;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            overflow: hidden; 
            background: url("../../assets/icons/avatar.png");
            background-size: 30px 30px;
            img{
                width: 30px;
                height: 30px;
                border-radius: 15px;
            }
        }
        .user-panel{
            position: absolute;
            z-index: 1001;
            top: 43px;
            right: 0;
            width: 160px;
            box-shadow: 1px 5px 8px #999;
            background-color: #FFF;
            font-size: 12px;
            ul li{
                height:30px;
                line-height:30px;
                cursor:pointer;
                padding-left:10px;
                &:hover{
                    background:#ddd
                }
            }
            .breakup-line{
                border-top:1px solid #ddd
            }
        }
        
    }
    .user-info2{
        position: relative;
        display: inline-block;
        width: 40px;
        height: 30px;
        color: #fff;
        font-size: 18px;
        top: 3px;
        cursor: pointer;
        font-size: 18px;
        .user-panel{
            position: absolute;
            z-index: 1001;
            top: 41px;
            left: -138px;
            width: 291px;
            box-shadow: 1px 5px 8px #999;
            background-color: #FFF;
            
            
            .el-col{
                display:inline-block;
                height: 66px;
                padding-top: 44px;
                cursor:pointer;
                color: #333;
                text-align: center;
                font-size: 12px;
                &:hover{
                    background-color:#ddd
                }
            }
        }
        
    }
}

//index
@import "../scss/helper/_variable.scss";
.layout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: $min-screen-height;
    padding-top: $layout-header-height;
    background: #f5f7f9;
    box-sizing: border-box;
    overflow: hidden;
    .layout-content {
        height: 100%;
        width: auto;
        background-color: #fff;
        z-index:2;
    }
    .layout-menu {
        bottom: 0;
        background-color: $menu-left-bg-color  ;
        line-height: 24px;
        max-width: 220px;
        overflow-y: auto;
    }
}