Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的小提琴:
http://jsfiddle.net/UjAQf/102/
有没有更好的方法将“pickBody”应用于每个表格行,而不是像我一样直接在 HTML 中插入类?例如,“为每个表行同级应用此样式。”
您可以通过将所有行的样式设置为相同来做到这一点...
.geniusPicks table tr { /* Your styles here */ }
然后对于具有其他类的行,覆盖每个类定义中的任何不需要的样式元素。
像这样 :
http://jsfiddle.net/UjAQf/105/