table tr:nth-child(2n) {
background: #EEF8F0;
}
table tr:nth-child(2n+1) {
background: #C3FFC8;
本文共 147 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/superMay/p/4425081.html