|
@@ -36,11 +36,11 @@ body{
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
|
|
-.d_body .d_gj tr:nth-child(1) td,.d_gj tr:nth-child(2) td{
|
|
|
|
|
|
+.d_body .d_gj tr:nth-child(1) td, .d_body .d_gj tr:nth-child(2) td{
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
|
|
-.d_body .d_bz tr:nth-child(1) td,.d_bz tr:nth-child(2) td{
|
|
|
|
|
|
+.d_body .d_bz tr:nth-child(1) td, .d_body .d_bz tr:nth-child(2) td{
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -210,6 +210,11 @@ body{
|
|
|
|
|
|
.d_bz tr:nth-child(odd).multi_packet_tr, .d_gj tr:nth-child(odd).multi_packet_tr{
|
|
.d_bz tr:nth-child(odd).multi_packet_tr, .d_gj tr:nth-child(odd).multi_packet_tr{
|
|
background: transparent;
|
|
background: transparent;
|
|
|
|
+ height: 26px;
|
|
|
|
+}
|
|
|
|
+.d_bz tr:nth-child(even).multi_packet_tr, .d_gj tr:nth-child(even).multi_packet_tr{
|
|
|
|
+ background: transparent;
|
|
|
|
+ height: 26px;
|
|
}
|
|
}
|
|
.d_gj tr.multi_packet_tr td{
|
|
.d_gj tr.multi_packet_tr td{
|
|
border-left: none;
|
|
border-left: none;
|