topicComment.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .comments{
  2. width: 100%;
  3. height: auto;
  4. padding-left:30rpx;
  5. background: #fff;
  6. margin: 20rpx 0;
  7. }
  8. .comments .b{
  9. height: auto;
  10. width: 720rpx;
  11. }
  12. .comments .b.no-h{
  13. margin-top: 0;
  14. }
  15. .comments .item{
  16. height: auto;
  17. width: 720rpx;
  18. overflow: hidden;
  19. border-bottom: 1px solid #d9d9d9;
  20. padding-bottom: 25rpx;
  21. }
  22. .comments .info{
  23. height: 127rpx;
  24. width: 100%;
  25. padding: 33rpx 0 27rpx 0;
  26. }
  27. .comments .user{
  28. float: left;
  29. width: auto;
  30. height: 67rpx;
  31. line-height: 67rpx;
  32. font-size: 0;
  33. }
  34. .comments .user image{
  35. float: left;
  36. width: 67rpx;
  37. height: 67rpx;
  38. margin-right: 17rpx;
  39. border-radius: 50%;
  40. }
  41. .comments .user text{
  42. display: inline-block;
  43. width: auto;
  44. height: 66rpx;
  45. overflow: hidden;
  46. font-size: 29rpx;
  47. line-height: 66rpx;
  48. }
  49. .comments .time{
  50. display: block;
  51. float: right;
  52. width: auto;
  53. height: 67rpx;
  54. line-height: 67rpx;
  55. color: #7f7f7f;
  56. font-size: 25rpx;
  57. margin-right: 30rpx;
  58. }
  59. .comments .comment{
  60. width: 720rpx;
  61. padding-right: 30rpx;
  62. line-height: 45.8rpx;
  63. font-size: 29rpx;
  64. margin-bottom: 16rpx;
  65. }
  66. .comments .imgs{
  67. width: 720rpx;
  68. height: 150rpx;
  69. margin-bottom: 25rpx;
  70. }
  71. .comments .imgs .img{
  72. height: 150rpx;
  73. width: 150rpx;
  74. margin-right: 28rpx;
  75. }
  76. .comments .customer-service{
  77. width: 690rpx;
  78. height: auto;
  79. overflow: hidden;
  80. margin-top: 23rpx;
  81. background: rgba(0,0,0,.03);
  82. padding: 21rpx;
  83. }
  84. .comments .customer-service .u{
  85. font-size: 24rpx;
  86. color: #333;
  87. line-height: 37.5rpx;
  88. }
  89. .comments .customer-service .c{
  90. font-size: 24rpx;
  91. color: #999;
  92. line-height: 37.5rpx;
  93. }