comment.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. .comments {
  2. width: 100%;
  3. height: auto;
  4. padding-left: 30rpx;
  5. background: #fff;
  6. margin: 20rpx 0;
  7. }
  8. .comments .h {
  9. position: fixed;
  10. left: 0;
  11. top: 0;
  12. z-index: 1000;
  13. width: 100%;
  14. display: flex;
  15. background: #fff;
  16. height: 84rpx;
  17. border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  18. }
  19. .comments .h .item {
  20. display: inline-block;
  21. height: 82rpx;
  22. width: 50%;
  23. padding: 0 15rpx;
  24. text-align: center;
  25. }
  26. .comments .h .item .txt {
  27. display: inline-block;
  28. height: 82rpx;
  29. padding: 0 20rpx;
  30. line-height: 82rpx;
  31. color: #333;
  32. font-size: 30rpx;
  33. width: 170rpx;
  34. }
  35. .comments .h .item.active .txt {
  36. color: #ab2b2b;
  37. border-bottom: 4rpx solid #ab2b2b;
  38. }
  39. .comments .b {
  40. margin-top: 85rpx;
  41. height: auto;
  42. width: 720rpx;
  43. }
  44. .comments .b.no-h {
  45. margin-top: 0;
  46. }
  47. .comments .item {
  48. height: auto;
  49. width: 720rpx;
  50. overflow: hidden;
  51. border-bottom: 1px solid #d9d9d9;
  52. padding-bottom: 25rpx;
  53. }
  54. .comments .info {
  55. height: 127rpx;
  56. width: 100%;
  57. padding: 33rpx 0 27rpx 0;
  58. }
  59. .comments .user {
  60. float: left;
  61. width: auto;
  62. height: 67rpx;
  63. line-height: 67rpx;
  64. font-size: 0;
  65. }
  66. .comments .user image {
  67. float: left;
  68. width: 67rpx;
  69. height: 67rpx;
  70. margin-right: 17rpx;
  71. border-radius: 50%;
  72. }
  73. .comments .user text {
  74. display: inline-block;
  75. width: auto;
  76. height: 66rpx;
  77. overflow: hidden;
  78. font-size: 29rpx;
  79. line-height: 66rpx;
  80. }
  81. .comments .time {
  82. display: block;
  83. float: right;
  84. width: auto;
  85. height: 67rpx;
  86. line-height: 67rpx;
  87. color: #7f7f7f;
  88. font-size: 25rpx;
  89. margin-right: 30rpx;
  90. }
  91. .comments .comment {
  92. width: 720rpx;
  93. padding-right: 30rpx;
  94. line-height: 45.8rpx;
  95. font-size: 29rpx;
  96. margin-bottom: 16rpx;
  97. }
  98. .comments .imgs {
  99. width: 720rpx;
  100. height: 150rpx;
  101. margin-bottom: 25rpx;
  102. }
  103. .comments .imgs .img {
  104. height: 150rpx;
  105. width: 150rpx;
  106. margin-right: 28rpx;
  107. }
  108. .comments .spec {
  109. width: 720rpx;
  110. height: 25rpx;
  111. font-size: 24rpx;
  112. color: #999;
  113. }
  114. .comments .spec .item {
  115. color: #7f7f7f;
  116. font-size: 25rpx;
  117. }
  118. .comments .customer-service {
  119. width: 690rpx;
  120. height: auto;
  121. overflow: hidden;
  122. margin-top: 23rpx;
  123. background: rgba(0, 0, 0, 0.03);
  124. padding: 21rpx;
  125. }
  126. .comments .customer-service .u {
  127. font-size: 24rpx;
  128. color: #333;
  129. line-height: 37.5rpx;
  130. }
  131. .comments .customer-service .c {
  132. font-size: 24rpx;
  133. color: #999;
  134. line-height: 37.5rpx;
  135. }