workfill.css 8.47 KB
.time-opr-area{
    padding-left: 80px;
    margin-left: -10px;
    height: 66px;
    background: url("../../resource/img/time-opr-area.png") no-repeat 0 center;
}
.time-opr-nowtime{
    font-size: 20px;
    padding-top: 3px;
}
.time-opr-btn{
    font-size: 12px;
    color: #4886ff;
    border: 1px solid #4886ff;
    padding: 1px 12px;
    border-radius: 2px;
}
.time-opr-prevbtn{
    margin-right: 20px;
}
.time-opr-show{
    width: 226px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 14px;
    color: rgba(0,0,0,.4);
    background-color: #fff;
    border-radius: 4px;
}
.workquery-list-wrap{
    margin-top: 10px;
}
.workfill-list-wrap .workfill-list-li{
    width: 277px;
    height: 450px;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
    padding: 22px 15px;
}
.workfill-list-wrap li:nth-of-type(4){
    margin-right: 0;
}
.workfill-list-weekday{
    font-size: 18px;
    color: #363d5d;
    padding-left: 20px;
    position: relative;
}
.workfill-list-weekday:before{
    content: '';
    position: absolute;
    left:0;
    top:7px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0,0,0,.2);
    border-radius: 100%;
}
.workfill-list-btn{
    padding: 3px 20px;
    border-radius: 15px;
    border: 0;
}
.workfill-list-btn:focus{
    outline: none;
}
.workquery-list-wrap>li:nth-of-type(1) .workfill-list-btn{
    background-color: #fedee5;
    color: #f94c6e;
}
.workquery-list-wrap>li:nth-of-type(2) .workfill-list-btn{
    background-color: #fef0db;
    color: #fead39;
}
.workquery-list-wrap>li:nth-of-type(3) .workfill-list-btn{
    background-color: #dbe7fe;
    color: #4886ff;
}
.workquery-list-wrap>li:nth-of-type(4) .workfill-list-btn{
    background-color: #98c74b;
    color: #f1fae2;
}
.workquery-list-wrap>li:nth-of-type(5) .workfill-list-btn{
    background-color: #f5f2fe;
    color: #714cf9;
}
.workquery-list-wrap>li:nth-of-type(6) .workfill-list-btn{
    background-color: #fbf8e0;
    color: #f7e124;
}
.workquery-list-wrap>li:nth-of-type(7) .workfill-list-btn{
    background-color: #bde7fe;
    color: #6297fe;
}
.workfill-list-container{
    height: 280px;
    border: 1px solid #f0f1f9;
    overflow-y: auto;
    color:rgba(0,0,0,.5);
    padding: 20px 20px;
}
.workfill-list-projectnamewrap{
    /* height: 64px; */
    min-width: 120px;
    /* padding: 24px 20px 0; */
    /* margin: 20px 0 19px; */
    font-size: 16px;
    color: #363d5d;
}
/*.workfill-list-projectnamewrap:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    top:15px;
    left: 20px;
}
.workfill-list-wrap li:nth-of-type(1) .workfill-list-projectnamewrap:before{
    background-color: #f94c6e;
}
.workfill-list-wrap li:nth-of-type(2) .workfill-list-projectnamewrap:before{
    background-color: #fead39;
}
.workfill-list-wrap li:nth-of-type(3) .workfill-list-projectnamewrap:before{
    background-color: #4886ff;
}
.workfill-list-wrap li:nth-of-type(4) .workfill-list-projectnamewrap:before{
    background-color: #98c74b;
}
.workfill-list-wrap li:nth-of-type(5) .workfill-list-projectnamewrap:before{
    background-color: #714cf9;
}
.workfill-list-wrap li:nth-of-type(6) .workfill-list-projectnamewrap:before{
    background-color: #f7e124;
}
.workfill-list-wrap li:nth-of-type(7) .workfill-list-projectnamewrap:before{
    background-color: #6297fe;
}
.workfill-list-projectname{


}*/
.workfill-projectCon{
    /*top: 22px;*/
    /*left: 19px;*/
    width: 205px;
    height: 34px;
}
/*input 样式*/
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: left !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
    position: absolute;
    top: 50%;
    left:180px !important;;
    margin-top: -2px;
    vertical-align: middle;
}

/*----------------------------------------列表*/
.workquery-list-wrap>li{
    margin-bottom: 15px;
}
.workquery-list-wrap>li:nth-of-type(7n+1) .workquery-list-title{
    border-left: 2px solid #f94c6e;
}
.workquery-list-wrap>li:nth-of-type(7n+2) .workquery-list-title{
    border-left: 2px solid #fead39;
}
.workquery-list-wrap>li:nth-of-type(7n+3) .workquery-list-title{
    border-left: 2px solid #4886ff;
}
.workquery-list-wrap>li:nth-of-type(7n+4) .workquery-list-title{
    border-left: 2px solid #98c74b;
}
.workquery-list-wrap>li:nth-of-type(7n+5) .workquery-list-title{
    border-left: 2px solid #714cf9;
}
.workquery-list-wrap>li:nth-of-type(7n+6) .workquery-list-title{
    border-left: 2px solid #f7e124;
}
.workquery-list-wrap>li:nth-of-type(7n+7) .workquery-list-title{
    border-left: 2px solid #6297fe;
}

.workquery-list-wrap>li:nth-of-type(7n+1) .commited-icon{
    background: url("../../resource/img/commited-icon-1.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+2) .commited-icon{
    background: url("../../resource/img/commited-icon-2.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+3) .commited-icon{
    background: url("../../resource/img/commited-icon-3.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+4) .commited-icon{
    background: url("../../resource/img/commited-icon-4.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+5) .commited-icon{
    background: url("../../resource/img/commited-icon-5.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+6) .commited-icon{
    background: url("../../resource/img/commited-icon-6.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+7) .commited-icon{
    background: url("../../resource/img/commited-icon-7.png") no-repeat 0 center;
}



.workquery-list-wrap>li:nth-of-type(7n+1) .nocommited-icon{
    background: url("../../resource/img/nocommited-icon-1.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+2) .nocommited-icon{
    background: url("../../resource/img/nocommited-icon-2.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+3) .nocommited-icon{
    background: url("../../resource/img/nocommited-icon-3.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+4) .nocommited-icon{
    background: url("../../resource/img/nocommited-icon-4.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+5) .nocommited-icon{
    background: url("../../resource/img/nocommited-icon-5.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+6) .nocommited-icon{
    background: url("../../resource/img/nocommited-icon-6.png") no-repeat 0 center;
}
.workquery-list-wrap>li:nth-of-type(7n+7) .nocommited-icon{
    background: url("../../resource/img/nocommited-icon-7.png") no-repeat 0 center;
}

.workquery-list-title{
    cursor: pointer;
    height: 64px;
    line-height: 64px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.workquery-list-title>li{
    float: left;
}
.workquery-list-title li:nth-of-type(1){
    width: 300px;
    font-size: 18px;
    color: #363d5d;
    padding-left: 80px;
    background: url("../../resource/img/circle-icon.png") no-repeat 60px center;
}
.workquery-list-title li:nth-of-type(2){
    width: 700px;
    padding-left: 40px;
    font-size: 18px;
    color: #363d5d;
}
.workquery-list-title li:nth-of-type(3){
    width: 150px;
    text-align: right;
    font-size: 14px;
    color: rgba(0,0,0,.5);
}
.slide-icon{
    width: 25px;
    text-align: right;
    background: url("../../resource/img/arrow-up.png") no-repeat center center;
}
.slide-icon-active{
    background: url("../../resource/img/arrow-down.png") no-repeat center center;
}
.workquery-list-container{
    margin-top: 5px;
}
.workquery-list-container>li{
    height: 200px;
    border-bottom: 1px solid #f0f1f9;
    background-color: #fff;
}
.workquery-list-main{
    height: 200px;
    padding: 20px 50px 20px 80px;
}
.workquery-list-main>li{
    float: left;
}
.workquery-list-main>li:nth-of-type(1){
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #363d5d;
}
.workquery-list-main>textarea{
    display: block;
    width: 100%;
    height: 100px;
    font-size: 14px;
    color: rgba(0,0,0,.45);
    border: 1px solid #f0f1f9;
    padding: 15px 15px;
    overflow-y: auto;
    line-height: 26px;
}
.workquery-list-main>li:nth-of-type(3){
    width: 150px;
    height: 142px;
    line-height: 142px;
    font-size: 14px;
    color: #363d5d;
}
.workquery-list-main>li:nth-of-type(4){
    width: 730px;
    height: 90px;
    line-height: 24px;
    padding: 10px 15px;
    margin-top: 26px;
    font-size: 12px;
    color: rgba(0,0,0,.5);
    border: 1px solid #f0f1f9;
    overflow-y: auto;
}
textarea{
    outline:none;
    resize:none;
}