IT-KIMI_SHI\SINOIT.KIMI
2018-12-07 50eb1d766c470dc6ff927199eaee934f972a8b70
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
tr:nth-child(2) {
    font: bold 16px Verdana, Helvetica, Arial, sans-serif;
}
 
tr:not(:nth-child(2)){
    font-size: 14px;
}
 
/*table tr:nth-child(odd){*/
    /*background-color: rgb(233,239,243);*/
/*}*/
table tr:nth-child(odd) {
    background-color:#f8f8f8;
}
 
table tr:nth-child(even){
    background-color: rgb(255,255,255);
}
 
table {
    table-layout: fixed;
}
 
/*td {*/
    /*text-overflow:ellipsis; overflow:hidden; white-space:nowrap;*/
    /*padding: 2px;*/
    /*border: 1px inset black;*/
    /*border-collapse: collapse;*/
/*}*/
td {
    height:32px;
    color: #353d47;
    border:1px inset #e8e8e8;
}
 
/*td:hover {*/
    /*cursor: pointer;*/
    /*border: 1px solid grey;*/
/*}*/
td:hover {
    border:1px inset #e8e8e8;
}
 
.list-group-item:hover {
    background-color: rgb(34,167,240);
    cursor: pointer;
}
 
.filterName {
    color: rgb(34,167,240);
}
 
.filterValue {
    font-style: italic;
}
 
.totalCount {
    font: bold 13px Verdana;
}