欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片
W3School TIY
編輯您的代碼:
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="../../code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css"> </head> <body> <div data-role="page" id="pageone"> <div data-role="header"> <h1>可折疊的 data-inset</h1> </div> <div data-role="content"> <h2>沒有圓角的可折疊內(nèi)容塊:</h2> <div data-role="collapsible" data-inset="false"> <h1>這是沒有圓角的可折疊內(nèi)容塊。</h1> <p>默認(rèn)地,可折疊塊帶有包含外邊距的圓角,使用 data-inset="false" 可去掉圓角。</p> </div> <br> <h2>沒有圓角的可折疊內(nèi)容塊:</h2> <div data-role="collapsible-set" data-inset="false"> <div data-role="collapsible"> <h3>點(diǎn)擊我 - 我是可折疊的!</h3> <p>我是可折疊的內(nèi)容。</p> </div> <div data-role="collapsible"> <h3>點(diǎn)擊我 - 我是可折疊的!</h3> <p>我是可折疊的內(nèi)容。</p> </div> <div data-role="collapsible"> <h3>點(diǎn)擊我 - 我是可折疊的!</h3> <p>我是可折疊的內(nèi)容。</p> </div> <div data-role="collapsible"> <h3>點(diǎn)擊我 - 我是可折疊的!</h3> <p>我是可折疊的內(nèi)容。</p> </div> </div> </div> <div data-role="footer"> <h1>頁(yè)腳</h1> </div> </div> </body> </html>
查看結(jié)果:
請(qǐng)?jiān)谏厦娴奈谋究蛑芯庉嬆拇a,然后單擊提交按鈕測(cè)試結(jié)果。
jb51.net