/*周报接受设置*/
.weekdata{
    width: 85px;
    height: 38px;
    margin-right: 10px;
    border-radius: 5px;
    /*box-shadow: 0 0 2px #dcdfe6;*/
    border: 1px solid #dcdfe6;
    position: relative;
    display: inline-block;
    color: #606266;
}
select{
    border: none;
    outline: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 15px;
    margin-top: 3px;
    color: #606266;
}
.weekdata:after{
    content: "";
    width: 14px;
    height: 8px;
    background: url("../../images/comold/showDown.png") no-repeat center;
    position: absolute;
    right: 10px;
    top: 43%;
    pointer-events: none;
  }
/*时间样式重置*/
.el-date-editor.el-input, .el-date-editor.el-input__inner {
    width: 118px;
}
.el-time-panel{
    width: 118px;
}
.el-input--suffix .el-input__inner {
    padding-right: 15px;
}
/*周报接受设置end*/


/*月报日期选择*/
.monthlist input {
    display: none
}
.monthlist label {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 2px 10px 2px 5px;
    line-height: 28px;
    width: 30px;
    text-align: center;
    float: left;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer;
    /*// 禁止文字被鼠标选中*/
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.monthlist input:checked + label {
    border: 1px solid #00a4ff;
    background: url(../../images/comold/ico_checkon.svg) no-repeat right bottom;
    background-size: 21px 21px;
    color: #00a4ff;
    cursor: pointer;
    /*// 禁止文字被鼠标选中*/
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

