stars-template.wxss 318 B

12345678910111213141516171819202122232425
  1. .stars-container {
  2. display: flex;
  3. flex-direction: row;
  4. }
  5. .stars {
  6. display: flex;
  7. flex-direction: row;
  8. height: 17rpx;
  9. margin-right: 24rpx;
  10. margin-top: 6rpx;
  11. }
  12. .stars image {
  13. padding-left: 3rpx;
  14. height: 17rpx;
  15. width: 17rpx;
  16. }
  17. .starScore{
  18. color: #ea2000;
  19. }
  20. .starScoreNull{
  21. font-size: 18rpx;
  22. }