commentList.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .top-cont {
  2. height: 50rpx;
  3. line-height: 50rpx;
  4. padding-left: 10rpx;
  5. font-size: 30rpx;
  6. background: #D4E1F5;
  7. letter-spacing: 2rpx;
  8. }
  9. .top-cont span {
  10. color: #F58E3C;
  11. }
  12. .content {
  13. padding: 15rpx;
  14. background: #fff;
  15. }
  16. .cont-width {
  17. display: flex;
  18. border-bottom: 3rpx solid #F5F5F5;
  19. margin-top: 20rpx;
  20. }
  21. .cont-width .logo {
  22. width: 70rpx;
  23. height: 70rpx;
  24. }
  25. .cont-width .right {
  26. width: 90%;
  27. margin-left: 15rpx;
  28. margin-right: 45rpx;
  29. }
  30. .cont-width .right .name {
  31. display: flex;
  32. height: 70rpx;
  33. line-height: 70rpx;
  34. font-size: 30rpx;
  35. justify-content: space-between;
  36. align-items: center;
  37. }
  38. .cont-width .right .name .left span:last-child {
  39. padding-left: 10rpx;
  40. font-size: 20rpx;
  41. color: #999;
  42. }
  43. .cont-width .right .name .right-stars image {
  44. width: 15rpx;
  45. height: 15rpx;
  46. }
  47. .cont-width .right .cont {
  48. color: #666;
  49. font-size: 30rpx;
  50. word-wrap: break-word;
  51. }
  52. .cont-width .right .image {
  53. margin: 10rpx 0;
  54. }
  55. .cont-width .right .image image {
  56. width: 140rpx;
  57. height: 140rpx;
  58. margin-right: 10rpx;
  59. }