odd是什么?
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
//odd是什么?
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
//odd是什么?
2017-05-08
舉報(bào)
2020-03-22
是css里面的東西
2017-05-08
odd基數(shù),even偶數(shù)