码迷,mamicode.com
首页 > 其他好文 > 详细

星级评价

时间:2014-08-26 16:53:46      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:style   ar   代码   html   sp   line   size   htm   c   

绝对原创:

css代码:

.star {
background: url(images/star0.png) no-repeat;       /***纯灰色5颗星图片****/
background-size: 100% 100%;
width: 72px;
display: inline-block;
vertical-align: bottom;
height: 12px;
}
.star i {
display: inline-block;
height: 12px;
background: url(images/star.png) no-repeat;   /***纯红色5颗星图片****/
overflow: hidden;
}

 

html代码:

<span class="star"><i style="width:50%;"></i></span>

星级评价

标签:style   ar   代码   html   sp   line   size   htm   c   

原文地址:http://www.cnblogs.com/baoguanxia/p/3937388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!