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.
我正在使用 jquery UI 手风琴插件,但我需要能够单独设置每个元素的样式。例如,我需要不同颜色的标题(整个列表中将使用 3 种不同的颜色)。为这些元素设置自定义 css 类,例如,因为它被 UI css 覆盖而不起作用
有什么建议吗?
您可以使用 !important 覆盖 jQuery UI CSS。
例如:
.header { color: #fff !important; }