.hjjc-table {
|
width: 100%;
|
}
|
|
.hjjc-table-head {
|
width: 100%;
|
height: 31px;
|
}
|
|
.hjjc-table-head table {
|
width: 100%;
|
}
|
|
.hjjc-table-head thead tr {
|
width: 100%;
|
height: 31px;
|
background-image: url("../images/bg_table_head.png");
|
background-size: 100% 100%;
|
padding-top: 1px;
|
box-sizing: border-box;
|
}
|
|
.hjjc-table-head thead th {
|
font-size: 14px;
|
font-weight: 600;
|
color: #00a0e9;
|
line-height: 30px;
|
text-align: left;
|
padding-left: 14px;
|
}
|
|
.hjjc-table-body {
|
width: 100%;
|
height: calc( 100% - 31px );
|
}
|
|
.hjjc-table-body table {
|
width: 100%;
|
table-layout:fixed;
|
}
|
|
.hjjc-table-body tbody tr {
|
height: 41px;
|
width: 100%;
|
line-height: 31px;
|
background-image: url("../images/bg_table_tr.png");
|
background-size: 100% 31px;
|
background-position: left bottom;
|
background-repeat: no-repeat;
|
color: #feffff;
|
}
|
|
.hjjc-table-body tbody tr td {
|
padding-left: 14px;
|
font-size: 14px;
|
white-space:nowrap;
|
overflow:hidden;
|
text-overflow:ellipsis;
|
padding-top: 10px;
|
}
|