前端之家收集整理的这篇文章主要介绍了
jQuery基于图层模仿五星星评价功能的方法,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
本文实例讲述了jQuery基于图层模仿五星星评价功能的方法。分享给大家供大家参考。具体实现方法如下:
无标题文档
padding:0;margin:0;
list-style:none; float:left;
}
.star li {
float: left;
height: 20px;
width: 20px;
background-color: #CCC;
margin-right: 4px;
}
选几星: