本文实例为大家分享了Vue动态实现评分效果的具体代码,供大家参考,具体内容如下
1.图片分为三种
on:half: off
.star{ font-size: 0; } .star-item{ display: inline-block; background-repeat: no-repeat; width: 20px; height: 20px; margin-right: 22px; background-size: 100%; } .star-item.on{ background-image: url(img/on.png); } .star-item.half{ background-image: url(img/half.png); } .star-item.off{ background-image: url(img/off.png); }
根据需求改变代码
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持考高分网。



