﻿.flag-list{
    background-color:#fff;
    position:relative;
}
.flag-add-part {
    z-index:1000;
    padding: 2px 5px;
    height: 20px;
    width: 80px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

    .flag-add-part .add-state {
        width: 18px;
        height: 18px;
        background: url("/images/add-more.png") #969292 center center;
        float: left;
        margin-top: 4px;
        margin-bottom: 8px;
        border-radius: 12px;
        transition-duration: 300ms;
    }

.flag-list .flag-part {
    width: calc(100% - 30px);
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    top: 0;
    left: 30px;
    z-index: 101;
    border: 1px solid #cfdadd;
    border-left: 0;
    border-top: none !important;
}

.mini-button {
    border: 1px solid #dee5e7;
    background: #fff;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    box-shadow: 0 1px 1px rgba(90,90,90,0.1);
    color: #58666e;
    line-height: 22px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.mini-button-text {
    position: relative;
    line-height: 16px;
    padding: 4px 0 4px 5px;
    display: inline-block;
    vertical-align: baseline;
}

.flag-list .iconfont {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flag-part .mini-button i {
    color: #fff;
    transform: scale(0.7);
    margin-right: 4px;
    display: inline-block;
}


/*标记样式*/
.y7-tag {
    width: 16px;
    text-align: center;
    margin-left: 2px;
    border-radius: 2px;
    line-height: 16px;
    display: inline-block;
}



















.y-management {
    width: 16px;
    text-align: center;
    margin-left: 2px;
    border-radius: 2px;
    line-height: 16px;
    display: inline-block;
}
    /*多规格*/
    .y-management.y-many-material-spec {
        background-color: var(--bs-danger);
        color: #ffffff;
    }
    /*多单位*/
    .y-management.y-many-material-unit {
        background-color: var(--bs-cyan);
        color: #ffffff;
    }
    /*停用物料*/
    .y-management.y-block-material {
        background-color: var(--bs-gray-500);
        color: #ffffff;
    }
    /*一周内新建物料*/
    .y-management.y-latest-material {
        background-color: var(--bs-green);
        opacity: .8;
        color: #ffffff;
    }
