1

我正在尝试重新设置可折叠标题在可折叠集中处于活动状态时的默认行为,即在被点击之后。我浏览了http://jquerymobile.com/demos/1.2.0/docs/content/content-collapsible-set.html上的演示,但是,建议的数据主题角色似乎都没有解决我的问题。我还查看了 jquery.mobile.collapsible.css 中的样式,但找不到任何我认为可以帮助我的东西。

如果我使用默认值,EG

<div data-role="collapsible-set">

<div data-role="collapsible" data-collapsed="false">
<h3>Expanded header</h3>
<p>Some content goes here.</p>/div>

<div data-role="collapsible">
<h3>Collapsed heading</h3>
<p>The hidden content</p>
</div>

<div data-role="collapsible">
<h3>ANother collapsed heading</h3>
<p>I hope you will see this at some point</p>
</div>

</div>

活动标题显示为蓝色。在这一点上,我不确定我应该触发(覆盖)哪些样式以使蓝色消失,以便我可以继承基础页面的样式或分配我自己的背景颜色。

谢谢你的帮助。

4

0 回答 0