data-theme 几种值的样式

代码片段:

 <div data-role="page">
    <div data-role="header">
        <h1>The title</h1>
    </div>

    <div data-role="content">
        <a href="#" data-role="button" data-icon="star" data-theme="a">data-theme="a"</a>
        <a href="#" data-role="button" data-icon="star" data-theme="b">data-theme="b"</a>
        <a href="#" data-role="button" data-icon="star" data-theme="c">data-theme="c"</a>
        <a href="#" data-role="button" data-icon="star" data-theme="d">data-theme="d"</a>
        <a href="#" data-role="button" data-icon="star" data-theme="e">data-theme="e"</a>
    </div>

    <div data-role="footer">
        <h4>The footer</h4>
    </div>
    </div>

相关文章:

  • 2021-06-09
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-06
  • 2022-12-23
  • 2021-08-11
  • 2021-07-11
  • 2022-12-23
  • 2021-09-10
相关资源
相似解决方案