200字范文,内容丰富有趣,生活中的好帮手!
200字范文 > 原生html+css实现五星好评

原生html+css实现五星好评

时间:2021-12-21 07:05:28

相关推荐

原生html+css实现五星好评

效果展示:

代码展示:

<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>Document</title><style>* {margin: 0;padding: 0;}body {height: 20px;}.parent1 {display: inline-block;width: 15px;height: 17px;margin-left: 15px;background: url("images/iconlist_1.png") no-repeat -184px -238px;}.parent1:hover {background: url("images/iconlist_1.png") no-repeat -109px -238px;}.parent2 {display: inline-block;width: 30px;height: 15px;margin-left: 15px;background: url("images/iconlist_1.png") no-repeat -184px -238px;}.parent2:hover {background: url("images/iconlist_1.png") no-repeat -109px -238px;}.parent3 {display: inline-block;width: 45px;height: 15px;margin-left: 15px;background: url("images/iconlist_1.png") no-repeat -184px -238px;}.parent3:hover {background: url("images/iconlist_1.png") no-repeat -109px -238px;}.parent4 {display: inline-block;width: 60px;height: 15px;margin-left: 15px;background: url("images/iconlist_1.png") no-repeat -184px -238px;}.parent4:hover {background: url("images/iconlist_1.png") no-repeat -109px -238px;}.parent5 {display: inline-block;width: 75px;height: 15px;background: url("images/iconlist_1.png") no-repeat -184px -238px;line-height: 20px;}.parent5:hover {background: url("images/iconlist_1.png") no-repeat -109px -238px;}</style></head><body><span class="parent5"><span class="parent4"><span class="parent3"><span class="parent2"><span class="parent1"></span></span></span></span></span></body></html>

图片资源:

---------------------

作者:Tonglanlinling

来源:CSDN

原文:/Tonglanlinling/article/details/88380465

版权声明:本文为博主原创文章,转载请附上博文链接

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。