phoneGap--jQuery Mobile--Html5的一些总结

jQuery Mobile

1、自定义图标

      标签中添加id,如id=“car”,data-icon=“custom”

      css中设置:#car .ui-icon{ background:url() no-repeat 50% 50%}即可

2、自定义主题

       将a主题的css拷出来,将a修改为任意字母,比如f,在css中可以对样式进行任意更改

       在html页面中,data-theme=“f”即可

3、也可以自己写css等样式,在页面中添加class,id



你可能感兴趣的:(jquery,html5,mobile,PhoneGap)