面试题答案
一键面试ul li:nth-child(3n + 1) {
background-color: /* 特殊背景颜色值 */;
}
ul li:first-child,
ul li:last-child {
color: /* 不同于其他元素的字体颜色值 */;
}
ul li:nth-child(3n + 1) {
background-color: /* 特殊背景颜色值 */;
}
ul li:first-child,
ul li:last-child {
color: /* 不同于其他元素的字体颜色值 */;
}