Change star rating on hover

后端 未结 4 1634
南旧
南旧 2021-01-08 01:09

I use this code to display stars:

4条回答
  •  渐次进展
    2021-01-08 02:11

    Just add the below CSS code to make it from left to right:

    .ratingSelector {
        max-width: 145px;
        display: inline-block;
    }
    .rating label {
        float: right;
    }
    

提交回复
热议问题