commentinfo.scss 1.1 KB

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