common.css 346 B

12345678910111213141516
  1. /* commons */
  2. .dim{/*默认是灰色的星星*/
  3. float: left;
  4. width: 20px;
  5. height: 20px;
  6. background: url('../img/start1.png');
  7. background-size: 100%;
  8. }
  9. .highlight{/*评论是几就会点亮几颗星星*/
  10. float: left;
  11. width: 20px;
  12. height: 20px;
  13. background: url('../img/start2.png');
  14. background-size: 100%;
  15. }