html,body{
    width: 100%;
    height: 100%;
    background-color: #cccccc;
}
[v-cloak]{
    display:none;
}
#app{
    width: 70%;
    background-color: white;
    min-height: 100%;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}
#app .navs .el-menu-item.is-disabled {
    background: #111 !important;
    font-size: 20px;
    color: white !important;
}
#app .navs .el-menu-item.is-active {
    font-weight: bold ;
}
.content_warpper {
    margin-left: 40px;
}
.breadnavs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadnavs h2 {
    font-size: 18px;
}
.itemLink li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.block {
    float: right;
    margin-top: 20px;
}
