stars.wxss 719 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .stars-container {
  2. width: 100%;
  3. height: 30rpx;
  4. display: flex;
  5. flex-direction: row;
  6. white-space: nowrap;
  7. justify-content: flex-start;
  8. }
  9. .stars-container-starsBox{
  10. height: 30rpx;
  11. width: 20rpx;
  12. margin-right: 10rpx;
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. }
  17. .stars-container-starsBox image {
  18. height: 20rpx;
  19. width: 20rpx;
  20. }
  21. .stars-container-score{
  22. height: 30rpx;
  23. display: flex;
  24. flex-direction: column;
  25. justify-content: center;
  26. margin-left: 20rpx;
  27. }
  28. .stars-container-score-starScore {
  29. margin-left: 10rpx;
  30. color: #ea2000;
  31. font-size: 20rpx;
  32. }
  33. .stars-container-score-starScoreNull {
  34. margin-left: 10rpx;
  35. color: #ea2000;
  36. font-size: 20rpx;
  37. }