case-manage.css 3 KB
/*case-manage.css*/

@charset 'utf-8';
/*header.css*/
@charset "utf-8";
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font: 16px 'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, arial, Tahoma, SimSun, sans-serif;
}

input,
textarea,
option {
    font-family:'Hiragino Sans GB', 'Microsoft YaHei', 微软雅黑, arial, Tahoma, SimSun, sans-serif;
}

a {
    text-decoration: none;
    color: #646464
}

a:hover {
    color: #1287cd
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}
body {
    background-color: #f9f9f9;
}


.my-case {
    position: relative;
    width: 810px;
    height: auto;
    background-color: #ffffff;
    float: right;
}

.case-statistics {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.case-statistics span {
    margin-left: 40px;
}

.case-number {
    font-weight: normal;
    color: #1287cd;
    margin: 0 8px;
}

.case-query {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #e7ebee;
    padding-left: 40px;
}

.case-query form>div {
    position: relative;
    display: inline-block;
    /*float: left;*/
    margin-right: 20px;
}

.case-query span {}

.case-query input,
.case-query select {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border: none;
    padding: 0;
    padding-left: 1em;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #bdbdbd;
    font-size: 12px;
}

.query-icon {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 16px;
    right: 0;
    background-repeat: no-repeat;
}

.search-ico {
    background-color: #3b9eda;
    float: right;
    -webkit-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background-image: url(/img/case-manage-icon-colle.png);
    background-position: -11px 7px;
}

.calendar-ico {
    background-image: url(/img/calendar.png);
    background-position: center;
}

.case-list table {
    font-size: 14px;
    border-collapse:collapse;
}

.table-head th{
    width: auto;
    height: 40px;
    vertical-align: middle;
    background-color: #1287cd;
    color: #ffffff;
    font-weight: normal;
    border: none;
}

tbody {
    font-size: 12px;
}

td>div {
    margin: 10px 0;
}

.td-width-210 {
    width: 210px;
}

.td-width-120 {
    width: 120px;
}

.case-list tbody td{
    height: 100px;
    border: 1px solid #e7ebee;
    text-align: center;
}

.case-list tbody>div {
    margin: 30px auto;
}

.case-list .case-list-item-bottom-tr td{
    background-color: #e6eef5;
    height: 36px;
    font-size: 14px;
}

.case-list-item-bottom-tr td>span {
    margin: 0 10px;
}

.case-type {
    color: #1287cd;
}

.color-ff6642{
    color: #ff6642;
}

.delete-btn {
    background-image: url(/img/trash.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    cursor: pointer;
}