html,
|
body {
|
margin: 0;
|
padding: 0;
|
width: 100%;
|
height: 100%;
|
}
|
|
* {
|
margin: 0;
|
padding: 0;
|
}
|
|
.realtime-equipment-history-box {
|
padding: 10px;
|
width: 100%;
|
height: 100%;
|
box-sizing: border-box;
|
color:#677788;
|
font-size: 12px;
|
}
|
|
.realtime-equipment-history-box .table {
|
width: 100%;
|
border-collapse: collapse;
|
table-layout: fixed;
|
}
|
|
.realtime-equipment-history-box .table td,
|
.realtime-equipment-history-box .table th {
|
padding: 0 4px;
|
border: 1px solid rgba(231, 234, 243, 0.7);
|
height: 36px;
|
line-height: 36px;
|
text-align: center;
|
word-break:break-all;
|
}
|
|
.realtime-equipment-history-box .table thead tr th:first-child,
|
.realtime-equipment-history-box .table tbody tr td:first-child,
|
.realtime-equipment-history-box .table thead tr th:last-child,
|
.realtime-equipment-history-box .table tbody tr td:last-child {
|
width: 56px;
|
}
|
|
.realtime-equipment-history-box .table thead tr th:nth-child(3),
|
.realtime-equipment-history-box .table tbody tr td:nth-child(3) {
|
width: 68px;
|
}
|
|
.realtime-equipment-history-box .table thead tr th:nth-child(4),
|
.realtime-equipment-history-box .table tbody tr td:nth-child(4) {
|
width: 124px;
|
}
|
|
.realtime-equipment-history-box .table thead tr th:nth-child(7),
|
.realtime-equipment-history-box .table tbody tr td:nth-child(7) {
|
width: 56px;
|
}
|