Jqmobi入门教程 Jqmobi中 Icons 图标的的使用 <!-- lets show a home icon before the text HOME -->
<div class='icon home'>Home</div>
<!-- lets show a small home icon before the text HOME -->
<div class='icon home mini'>Home</div>
<!-- lets show a big home icon before the text HOME -->
<div class='icon home big'>Home</div>
|