commentinfo.wxss 972 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .container {
  2. background-color: #F7F7F7;
  3. letter-spacing: 8rpx;
  4. }
  5. .container .shop-stars, .container .product-stars {
  6. height: 100rpx;
  7. display: flex;
  8. justify-content: flex-start;
  9. margin: 10rpx 0;
  10. background-color: #fff;
  11. }
  12. .container .shop-stars .title, .container .product-stars .title {
  13. margin: 0 30rpx;
  14. line-height: 100rpx;
  15. }
  16. .container .shop-stars .info, .container .product-stars .info {
  17. display: flex;
  18. justify-content: flex-start;
  19. margin: 20rpx;
  20. }
  21. .container .shop-stars .info .star, .container .product-stars .info .star {
  22. margin: 0 5rpx;
  23. }
  24. .container .comment-text {
  25. width: 100%;
  26. background-color: #fff;
  27. }
  28. .container .comment-text .words {
  29. width: 90%;
  30. margin: 10rpx auto;
  31. padding-top: 20rpx;
  32. background-color: #fcfcfc;
  33. }
  34. .container .comment-text .words .words-num {
  35. display: flex;
  36. justify-content: flex-end;
  37. margin-bottom: 20rpx;
  38. color: #707070;
  39. }
  40. .container .comment-text .words .words-num .red {
  41. color: red;
  42. }