﻿/*公共样式*/
.yellow {
    color: #F6C100 !important;
}

.red {
    color: #DC4444 !important;
}

.green {
    color: #05C46D !important;
}

.left-icon::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 17px;
    background: #008AD2;
    position: relative;
    left: -16px;
    top: 4px;
}

.three-item {
    width: 33.33% !important;
}

.bottom-border {
    border-bottom: 1px solid #E5E5E5;
}

.el-backtop {
    background-color: #409EFF;
    color: #fff;
}

/*个人中心*/
body {
    background: #ededed;
}

#mobile-index .acc-info {
    background: #008AD2;
    color: #FFFFFF;
    padding: 16px 12px;
}

    #mobile-index .acc-info .acc-info_title {
        font-size: 18px;
        font-family: PingFang-SC-Bold, PingFang-SC;
        font-weight: bold;
        line-height: 25px;
    }

        #mobile-index .acc-info .acc-info_title .acc-info_title_icon {
            width: 4px;
            height: 17px;
            background: #FFFFFF;
            margin-right: 12px;
        }

    #mobile-index .acc-info .acc-info_body {
        padding: 8px 0px 12px 16px;
        font-size: 14px;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        line-height: 28px;
    }

#mobile-index .el-menu {
    background: none;
    border: none;
    margin-top: -12px;
}

#mobile-index .el-menu-item {
    height: 54px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1000);
    border-radius: 8px;
    margin: 0 12px 12px 12px;
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
}

/*员工中心*/
#mobile-accIndex .acc-info {
    background: #FFFFFF;
    color: #000000;
    margin: 12px;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1000);
    border-radius: 8px;
}

    #mobile-accIndex .acc-info .acc-info_title {
        font-size: 18px;
        font-family: PingFang-SC-Bold, PingFang-SC;
        font-weight: bold;
        line-height: 25px;
        padding-top: 12px;
    }

        #mobile-accIndex .acc-info .acc-info_title .acc-info_title_icon {
            width: 4px;
            height: 17px;
            background: #008AD2;
            margin-right: 12px;
        }

    #mobile-accIndex .acc-info .acc-info_body {
        padding: 8px 0px 8px 16px;
        font-size: 14px;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        line-height: 28px;
    }

#mobile-accIndex .date-range {
    margin: 12px;
    justify-content: space-between;
    align-items: center;
}

    #mobile-accIndex .date-range .date-range_delimiter {
        width: 8px;
        height: 1px;
        background: #000000;
        margin: 0 10px;
    }

#mobile-accIndex .month-info {
    margin: 0 12px 12px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1000);
    border-radius: 8px;
}

    #mobile-accIndex .month-info .month-info-header {
        margin: 0px 15px 0px 16px;
        border-bottom: 1px solid #E5E5E5;
        height: 40px;
    }

        #mobile-accIndex .month-info .month-info-header::before {
            content: '';
            display: inline-block;
            width: 4px;
            height: 17px;
            background: #008AD2;
            position: relative;
            left: -16px;
            top: 4px;
        }

    #mobile-accIndex .month-info .month-info-header_title {
        font-size: 16px;
        font-family: PingFang-SC-Bold, PingFang-SC;
        font-weight: bold;
        color: #000000;
        line-height: 38px;
        height: 40px;
    }

    #mobile-accIndex .month-info .month-info-header_btn {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #008AD2;
        float: right;
        padding: 0;
        line-height: 22px;
        height: 40px;
        border: none;
    }

    #mobile-accIndex .month-info .month-info-body {
        padding: 0px 16px 1px 16px;
    }

        #mobile-accIndex .month-info .month-info-body .month-info-body_row {
            display: flex;
            justify-content: space-between;
            margin: 7px 0px 17px;
            align-items: center;
        }

            #mobile-accIndex .month-info .month-info-body .month-info-body_row .month-info-body_cell {
                width: 49.5%;
                text-align: center;
            }

                #mobile-accIndex .month-info .month-info-body .month-info-body_row .month-info-body_cell .month-info-body_cell_value {
                    font-size: 18px;
                    font-family: PingFang-SC-Bold, PingFang-SC;
                    font-weight: bold;
                    color: #000000;
                    line-height: 25px;
                }

                #mobile-accIndex .month-info .month-info-body .month-info-body_row .month-info-body_cell .month-info-body_cell_label {
                    font-size: 10px;
                    font-family: PingFangSC-Regular, PingFang SC;
                    font-weight: 400;
                    color: #000000;
                    line-height: 14px;
                }

            #mobile-accIndex .month-info .month-info-body .month-info-body_row .month-info-body_delimiter {
                width: 1%;
                text-align: center;
            }

                #mobile-accIndex .month-info .month-info-body .month-info-body_row .month-info-body_delimiter::before {
                    content: '';
                    width: 1px;
                    height: 30px;
                    border: 1px solid #E7E7E7;
                    display: inline-block;
                }

/*生产进度列表*/
.orderschedule_wrapper {
    margin: 12px;
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1000);
    border-radius: 8px;
    padding: 8px 16px 12px;
}

.orderschedule_row {
    display: flex;
}

    .orderschedule_row .orderschedule_row_label {
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 32px;
        width: 28%;
    }

    .orderschedule_row .orderschedule_row_txt {
        font-size: 16px;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        color: #000000;
        line-height: 32px;
        width: 72%;
        line-break: anywhere;
    }

.orderschedule_row_body {
    background: #e7f4fb;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 10px;
}

    .orderschedule_row_body:last-child {
        margin-bottom: 0px;
    }

.orderschedule_row_body_empty {
    background: #fef9e7;
}

.orderschedule_row_body .orderschedule_row_label, .orderschedule_row_body .orderschedule_row_txt {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #008AD2;
    line-height: 28px;
}

/*车间管理首页*/
#mobile-manager .mobile-manager-wrapper .mobile-manager_header {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1000);
    border-radius: 8px;
    margin: 12px;
    padding: 12px 17px 12px 15px;
}

#mobile-manager .mobile-manager-wrapper .mobile-manager_header_title {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #000000;
    line-height: 38px;
    height: 40px;
}

#mobile-manager .mobile-manager-wrapper .mobile-manager_header_btn {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #008AD2;
    float: right;
    padding: 0;
    line-height: 22px;
    height: 40px;
    border: none;
}

.ks-card {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1000);
    border-radius: 8px;
    margin: 12px;
    padding: 16px;
}

.ks-card-header {
    display: flex;
    justify-content: space-between;
    min-height: 32px;
    align-items: center;
}

.ks-card-title {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    line-break: anywhere;
}

.ks-card-extra {
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 21px;
    min-width: 85px;
    line-break: anywhere;
    margin-left: 8px;
}

.ks-card-body {
}

.ks-card-content {
    display: flex;
    flex-wrap: wrap;
}

.ks-card-cell {
    width: 50%;
    text-align: center;
    margin: 12px 0px;
}

.ks-card-value {
    font-size: 18px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
    line-break: anywhere;
}

.ks-card-label {
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 14px;
}

/*我的汇报列表*/
.ks-row {
    display: flex;
    height: 32px;
    line-height: 32px;
}

    .ks-row .ks-row-label {
        min-width: 50px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
    }

    .ks-row .ks-row-value {
        font-size: 16px;
        font-family: PingFang-SC-Medium, PingFang-SC;
        font-weight: 500;
        color: #000000;
    }

/*车间管理任务汇报列表*/
.ks-card2 .ks-card-title {
    font-size: 16px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #000000;
    line-height: 22px;
}

.ks-card2 .ks-card-header-btn {
    border-radius: 16px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    padding: 3px 12px;
}

.ks-card2 .ks-card-cell {
    text-align: left;
    margin: 0;
    display: flex;
}

.ks-card2 .ks-card-label {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.ks-card2 .ks-card-value {
    font-size: 12px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

/*任务工序列表*/
.fixed-bottom {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 10px;
    z-index: 2;
    background: linear-gradient(270deg, #008AD2 0%, #3BB3F2 100%);
    box-shadow: 0px 1px 4px 0px rgb(11 86 230 / 50%);
    border-radius: 24px;
    width: auto;
}

.ks-card-header-price {
    margin-left: 10px;
    min-width: 70px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.ks-card-header-status {
    position: relative;
    right: -16px;
    top: -16px;
    width: 46px;
}

    .ks-card-header-status .el-tag {
        color: #ffffff;
    }

    .ks-card-header-status .yiman {
        background-color: #FBB43F;
    }

    .ks-card-header-status .jinzhi {
        background-color: #FB3F3F;
    }

    .ks-card-header-status .jinxingzhong {
        background-color: #008AD2;
    }

.ks-card-checked {
    background-color: lawngreen;
}

/*汇报确认*/
.ks-backer {
    background: linear-gradient(134deg, #008BD8 0%, #008AD2 100%);
    border-radius: 15px;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    margin: 12px;
}
