comment-detail.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. @charset "UTF-8";
  2. .text-center.data-v-42eb4948 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-42eb4948 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-42eb4948 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-42eb4948 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-42eb4948 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-42eb4948 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-42eb4948 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-42eb4948 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-42eb4948 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .comment-detail.data-v-42eb4948 {
  39. width: 750rpx;
  40. background-color: #f7f7f7;
  41. padding: 24rpx;
  42. box-sizing: border-box;
  43. }
  44. .comment-detail .top-text.data-v-42eb4948 {
  45. height: 36rpx;
  46. margin: 4rpx 0 20rpx 0;
  47. }
  48. .comment-detail .top-text .prompt.data-v-42eb4948 {
  49. font-size: 28rpx;
  50. color: #999999;
  51. }
  52. .comment-detail .top-text .show.data-v-42eb4948 {
  53. margin-left: 16rpx;
  54. width: 88rpx;
  55. height: 36rpx;
  56. line-height: 36rpx;
  57. border-radius: 18rpx;
  58. background-color: #ff9000;
  59. font-size: 22rpx;
  60. color: #ffffff;
  61. text-align: center;
  62. }
  63. .comment-detail .content.data-v-42eb4948 {
  64. border-radius: 26rpx;
  65. background-color: white;
  66. width: 702rpx;
  67. padding-bottom: 24rpx;
  68. box-sizing: border-box;
  69. margin-bottom: 40rpx;
  70. }
  71. .comment-detail .content .top.data-v-42eb4948 {
  72. width: 654rpx;
  73. height: 192rpx;
  74. padding: 24rpx 0;
  75. box-sizing: border-box;
  76. margin: 0 24rpx;
  77. border-bottom: 1rpx solid #e2e2e2;
  78. }
  79. .comment-detail .content .top > image.data-v-42eb4948 {
  80. width: 144rpx;
  81. height: 144rpx;
  82. border-radius: 8rpx;
  83. }
  84. .comment-detail .content .top > view.data-v-42eb4948 {
  85. width: 490rpx;
  86. margin-left: 20rpx;
  87. height: 144rpx;
  88. }
  89. .comment-detail .content .top > view .name-text.data-v-42eb4948 {
  90. width: 368rpx;
  91. height: 144rpx;
  92. }
  93. .comment-detail .content .top > view .name-text > view.text.data-v-42eb4948 {
  94. font-size: 26rpx;
  95. color: #353535;
  96. width: 368rpx;
  97. height: 55rpx;
  98. line-height: 28rpx;
  99. word-break: break-all;
  100. text-overflow: ellipsis;
  101. display: -webkit-box;
  102. -webkit-box-orient: vertical;
  103. -webkit-line-clamp: 2;
  104. overflow: hidden;
  105. }
  106. .comment-detail .content .top > view .name-text .attr.data-v-42eb4948 {
  107. margin-top: 24rpx;
  108. width: 368rpx;
  109. font-size: 24rpx;
  110. color: #999999;
  111. word-break: break-all;
  112. text-overflow: ellipsis;
  113. display: -webkit-box;
  114. -webkit-box-orient: vertical;
  115. -webkit-line-clamp: 1;
  116. overflow: hidden;
  117. }
  118. .comment-detail .content .top > view .name-icon.data-v-42eb4948 {
  119. width: 96rpx;
  120. height: 144rpx;
  121. }
  122. .comment-detail .content .top > view .name-icon .icon.data-v-42eb4948 {
  123. width: 48rpx;
  124. height: 48rpx;
  125. }
  126. .comment-detail .content .top > view .name-icon .evaluation.data-v-42eb4948 {
  127. text-align: center;
  128. width: 48rpx;
  129. color: #353535;
  130. font-size: 22rpx;
  131. margin-top: 16rpx;
  132. }
  133. .comment-detail .content .bottom.data-v-42eb4948 {
  134. padding-top: 32rpx;
  135. box-sizing: border-box;
  136. width: 666rpx;
  137. margin-left: 24rpx;
  138. margin-right: 12rpx;
  139. }
  140. .comment-detail .content .bottom .bottom-text.data-v-42eb4948 {
  141. width: 666rpx;
  142. font-size: 28rpx;
  143. color: #353535;
  144. margin-right: 24rpx;
  145. margin-bottom: 12rpx;
  146. }
  147. .comment-detail .content .bottom .bottom-image.data-v-42eb4948 {
  148. width: 666rpx;
  149. }
  150. .comment-detail .content .bottom .bottom-image > image.data-v-42eb4948 {
  151. border-radius: 8rpx;
  152. width: 210rpx;
  153. height: 210rpx;
  154. margin-top: 12rpx;
  155. margin-right: 12rpx;
  156. }
  157. .comment-detail .seller.data-v-42eb4948 {
  158. margin-bottom: 24rpx;
  159. color: #999999;
  160. font-size: 28rpx;
  161. }
  162. .comment-detail .area.data-v-42eb4948 {
  163. width: 702rpx;
  164. height: 328rpx;
  165. background-color: white;
  166. padding-top: 1rpx;
  167. box-sizing: border-box;
  168. border-radius: 25rpx;
  169. }
  170. .comment-detail .area > textarea.data-v-42eb4948 {
  171. width: 654rpx;
  172. height: 281rpx;
  173. margin: 24rpx;
  174. border-radius: 25rpx;
  175. background-color: #f7f7f7;
  176. color: #353535;
  177. font-size: 28rpx;
  178. padding: 24rpx;
  179. box-sizing: border-box;
  180. }
  181. .comment-detail .area .place.data-v-42eb4948 {
  182. font-size: 28rpx;
  183. color: #cdcdcd;
  184. }
  185. .comment-detail .button.data-v-42eb4948 {
  186. margin-top: 80rpx;
  187. width: 702rpx;
  188. height: 80rpx;
  189. line-height: 80rpx;
  190. border-radius: 40rpx;
  191. background-color: #446dfd;
  192. font-size: 28rpx;
  193. color: #ffffff;
  194. text-align: center;
  195. }