| 12345678910111213141516171819202122232425 |
- .stars-container {
- display: flex;
- flex-direction: row;
- }
- .stars {
- display: flex;
- flex-direction: row;
- height: 17rpx;
- margin-right: 24rpx;
- margin-top: 6rpx;
- }
- .stars image {
- padding-left: 3rpx;
- height: 17rpx;
- width: 17rpx;
- }
- .starScore{
- color: #ea2000;
- }
- .starScoreNull{
- font-size: 18rpx;
- }
|