时间:2021-07-01 10:21:17 帮助过:10人阅读
html如下:
css样式:
.starts,.starts ul{float:left;} .starts{padding-left:16px;padding-top:7px;} .starts ul li{width:32px;height:31px;float:left;background:#ddd;padding-right:3px;} .starts ul li.on{background:red;} .starts ul span{display:inline;float:left;padding-left:10px;height:31px;line-height:31px;}
最后js调用如下:
以上就是本文的全部内容,希望对大家的学习jquery程序设计有所帮助。