川培
2016-09-23 21:30
如题,为什么用nth_child(n)不起效果。
.article-preview:nth-child(odd){ background-color: rgba(255,255,255,0.5);}
不起作用,单数没变,而是全部都变了
你好,请注意nth和child中间不是下划线,而是横线,应该使用nth-child(n)
十天精通CSS3
242554 学习 · 2623 问题
相似问题
回答 1
回答 3
回答 2