staffmanage.css 1.93 KB
table{
    -moz-box-shadow:0 0 24px rgba(0,0,0,0.07); /* 老的 Firefox */
    box-shadow:0 0 24px rgba(0,0,0,0.07);
}
thead tr{
    background: #fff;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color:#363d5d;
}
.table-striped>tbody>tr{
    background-color:#fff;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: rgba(0,0,0,.5);
}
/*-----------------------时间*/
.staff-timeopr-wrap{
    height: 34px;
    margin-top: 56px;
    margin-bottom: 56px;
}
.staff-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;
}
.staff-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;
}
/*查询按钮*/
.staff-searchbtn{
    background: url("../../resource/img/search-btn.png") no-repeat;
    width: 66px;
    height: 66px;
    top: -12px;
    left: 340px;
}


/*-----------------------内容*/
.table-striped>tbody>tr>td{
    padding: 0 0 0 24px !important;
}