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.
我将该btn类添加到accordion-toggle手风琴小部件的 div 中,它似乎工作正常。我只是想知道这是否会被视为未定义的行为,以及我是否应该期望在未来的版本中看到它中断。
btn
accordion-toggle
jsfiddle
该类.btn只真正添加了视觉样式(字体大小、背景颜色等),所以我看不出它将来会中断的原因。
.btn
也就是说,如果您担心,为什么不直接重用样式.btn并将其直接应用于?.accordion-toggle
.accordion-toggle