我想切斷可摺疊套裝中jquery手機標頭的左上角。切斷角落jquery手機可摺疊套裝
這裏是我的HTML:
<div data-role="content" id="one" class="ui-content" role="main">
<div data-role="collapsible-set" data-corners="false">
<div data-role="collapsible" data-collapsed="false" data-theme="f" data-content-theme="f" class="cornered ui-collapsible-heading">
<h3>Witness</h3>
<p>Content for witness tab. Content for witness tab. Content for witness tab. Content for witness tab. Content for witness tab. Content for witness tab. </p>
</div>
<div data-role="collapsible" data-theme="e" data-content-theme="e">
<h3>Victim</h3>
<p>Content for Victim tab. Content for victim tab. Content for Victim tab. Content for victim tab. Content for Victim tab. Content for victim tab. </p>
</div>
<div data-role="collapsible" data-theme="d" data-content-theme="d">
<h3>Information</h3>
<p>25% of Chinese women have experienced domestic violence.</p>
</div>
</div>
</div>
我的CSS:
.cornered {
width: 176px;
height: 0px;
border-bottom: 40px solid #30C2DF;
border-left: 40px solid transparent;
}
加入少量的自定義CSS我可以做一個隔斷角落,但在jQuery的我找不到地方後.mobile.css進行更改,因爲如果我將class = cornered添加到我的div,它只會在標題左側添加剪切角並且不會影響標題本身。
這種方法也改變了我可摺疊設置中標題的寬度,並在展開時將內容放在其他標題的後面(例如見照片)。
感謝您的答覆asifrc。我試圖添加你提供給我的jquery.mobile.js的代碼,並沒有成功..我有data-corners =「false」在包含可摺疊集的div,所以我不知道是否.ui-corner- *干擾它與否。 – Lando 2013-04-23 20:28:45