workquery.css 6.46 KB
.workquery-cardlist{
    height: 138px;
    width: 100%;
}
.workquery-cardlist li{
    width:324px ;
    height: 136px;
    padding: 28px 28px;
    float: left;
    border-radius: 4px;
    background-color: #fff;
}
.workquery-cardlist li:nth-of-type(1){
    width: 488px;
}
.workquery-cardlist li:nth-of-type(2){
    margin: 0 32px;
}
.workquery-card-title{
    font-size: 18px;
    color: #363d5d;
    padding-left: 20px;
    background: url("../../resource/img/circle-icon.png") no-repeat 0 center;
}
.workquery-card-counter{
    font-size: 60px;
    color: #b4b5be;
    padding-left: 90px;
}
.workquery-card-allcounter{
    background: url("../../resource/img/workquery-card-allcounter.png") no-repeat 0 center;
}
.workquery-card-commitedcounter{
    background: url("../../resource/img/workquery-card-commitedcounter.png") no-repeat 0 center;
}
.workquery-card-nocommitedcounter{
    background: url("../../resource/img/workquery-card-nocommitedcounter.png") no-repeat 0 center;
}



/*----------------------------------------时间*/
.workquery-timeopr-wrap{
    height: 34px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.workquery-timeopr-wrap .timeopr-text{
    height: 34px;
    line-height: 34px;
    color: #363d5d;
    font-size: 14px;
    width: 72px;
}
.ITD-daterange-btn {
    float: left;
    width: 120px;
    height: 34px;
    line-height: 34px;

    padding-top: 1px !important;
}
.ITD-daterange-bg {
    width: 90px;
    text-align: left;
    background: url(../../resource/img/dataicon.png) no-repeat 94% 9px !important;
    background-color: #fff !important;
    padding-right: 25px;
    z-index: 9999;
    border-radius: 4px !important;
}
.ITD-input-bordercolor {
    color: rgba(0,0,0,0.45);
    border: 1px solid #d8e2e5 !important;
    border-radius: 4px !important;
}
.ITD-parkinput78 {
    width: 180px;
    height: 34px;
    line-height: 34px;
}
.paddingleft-10 {
    padding-left: 10px;
}
.workquery-timeopr-div{
    width: 200px;
    height: 34px;
    line-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:170px !important;;
    margin-top: -2px;
    vertical-align: middle;
}
.margin-right-40{
    margin-right: 40px;
}
/*查询按钮*/
.workquery-searchbtn{
    background: url("../../resource/img/search-btn.png") no-repeat;
    width: 66px;
    height: 66px;
    top: -12px;
    right: 0px;
}

/*----------------------------------------列表*/
.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-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: 142px;
    border-bottom: 1px solid #f0f1f9;
    background-color: #fff;
}
.workquery-list-main{
    height: 142px;
}
.workquery-list-main>li{
    float: left;
}
.workquery-list-main>li:nth-of-type(1){
    width: 170px;
    height: 142px;
    padding-left: 80px;
    line-height: 142px;
    font-size: 14px;
    color: #363d5d;
    background: url(../../resource/img/person-cion.png) no-repeat 60px center;
}
.workquery-list-main>li:nth-of-type(2){
    width: 120px;
    height: 142px;
    line-height: 142px;
    font-size: 14px;
    color: #363d5d;
}
.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;
}
.workquery-list-main>li:nth-of-type(4) textarea{
    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;
}