2020-08-10 23:00:44 +08:00
|
|
|
table.envOutput {
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.envOutput tr:nth-child(odd) {
|
2020-08-11 14:48:04 +08:00
|
|
|
background:#cfcfcf;
|
2020-08-10 23:00:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
table.envOutput tr:nth-child(2n) {
|
|
|
|
background:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.envOutput tr:nth-child(1) td {
|
|
|
|
background: blue;
|
|
|
|
color: white;
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|