comment.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. @charset "UTF-8";
  2. .text-center.data-v-b05a24b0 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-b05a24b0 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-b05a24b0 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-b05a24b0 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-b05a24b0 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-b05a24b0 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-b05a24b0 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-b05a24b0 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-b05a24b0 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .comment.data-v-b05a24b0 {
  39. background-color: #f7f7f7;
  40. }
  41. .navigator.data-v-b05a24b0 {
  42. width: 750rpx;
  43. height: 100rpx;
  44. background-color: #ffffff;
  45. border-bottom: 1rpx solid #e2e2e2;
  46. position: fixed;
  47. top: 0;
  48. left: 0;
  49. z-index: 1000;
  50. }
  51. .navigator > view.data-v-b05a24b0 {
  52. width: 250rpx;
  53. height: 100rpx;
  54. text-align: center;
  55. }
  56. .navigator > view > text.data-v-b05a24b0 {
  57. display: inline-block;
  58. height: 100rpx;
  59. line-height: 98rpx;
  60. font-size: 28rpx;
  61. border-bottom-style: solid;
  62. border-bottom-width: 2rpx;
  63. border-bottom-color: transparent;
  64. }
  65. .navigator > view .active-nav.data-v-b05a24b0 {
  66. color: #446dfd;
  67. border-bottom-color: #446dfd;
  68. }
  69. .replyStatus.data-v-b05a24b0 {
  70. margin-top: 124rpx;
  71. width: 750rpx;
  72. height: 56rpx;
  73. background-color: #f7f7f7;
  74. }
  75. .replyStatus.data-v-b05a24b0 :first-child {
  76. border-top-left-radius: 28rpx;
  77. border-bottom-left-radius: 28rpx;
  78. }
  79. .replyStatus.data-v-b05a24b0 :last-child {
  80. border-top-right-radius: 28rpx;
  81. border-bottom-right-radius: 28rpx;
  82. }
  83. .replyStatus > view.data-v-b05a24b0 {
  84. width: 160rpx;
  85. height: 56rpx;
  86. line-height: 56rpx;
  87. font-size: 24rpx;
  88. text-align: center;
  89. background-color: #ffffff;
  90. border: 1rpx solid #446dfd;
  91. }
  92. .replyStatus .active-reply.data-v-b05a24b0 {
  93. background-color: #446dfd;
  94. color: #ffffff;
  95. }
  96. .tip.data-v-b05a24b0 {
  97. position: fixed;
  98. top: 300rpx;
  99. left: 0;
  100. right: 0;
  101. margin: 0 auto;
  102. color: #666666;
  103. font-size: 24rpx;
  104. width: 240rpx;
  105. text-align: center;
  106. }
  107. .tip > image.data-v-b05a24b0 {
  108. height: 240rpx;
  109. width: 240rpx;
  110. margin-bottom: 20rpx;
  111. }
  112. .content.data-v-b05a24b0 {
  113. width: 750rpx;
  114. padding: 24rpx;
  115. box-sizing: border-box;
  116. }
  117. .content .item.data-v-b05a24b0 {
  118. background-color: white;
  119. width: 702rpx;
  120. box-sizing: border-box;
  121. padding: 24rpx;
  122. margin-bottom: 24rpx;
  123. border-radius: 16rpx;
  124. }
  125. .content .item .top .image.data-v-b05a24b0 {
  126. width: 144rpx;
  127. height: 144rpx;
  128. border-top-left-radius: 8rpx;
  129. border-bottom-left-radius: 8rpx;
  130. }
  131. .content .item .top .text.data-v-b05a24b0 {
  132. width: 510rpx;
  133. height: 144rpx;
  134. padding: 20rpx 24rpx 20rpx 20rpx;
  135. box-sizing: border-box;
  136. border-top-right-radius: 8rpx;
  137. border-bottom-right-radius: 8rpx;
  138. }
  139. .content .item .top .text .name.data-v-b05a24b0 {
  140. width: 466rpx;
  141. height: 57rpx;
  142. line-height: 28rpx;
  143. font-size: 24rpx;
  144. color: #353535;
  145. word-break: break-all;
  146. text-overflow: ellipsis;
  147. display: -webkit-box;
  148. -webkit-box-orient: vertical;
  149. -webkit-line-clamp: 2;
  150. overflow: hidden;
  151. }
  152. .content .item .top .text .from.data-v-b05a24b0 {
  153. width: 466rpx;
  154. font-size: 24rpx;
  155. color: #999999;
  156. margin-top: 24rpx;
  157. }
  158. .content .item .bottom.data-v-b05a24b0 {
  159. padding-top: 20rpx;
  160. box-sizing: border-box;
  161. height: 80rpx;
  162. }
  163. .content .item .bottom .performed.data-v-b05a24b0 {
  164. margin-top: 6rpx;
  165. height: 48rpx;
  166. }
  167. .content .item .bottom .performed .icon.data-v-b05a24b0 {
  168. width: 48rpx;
  169. height: 48rpx;
  170. }
  171. .content .item .bottom .performed .evaluation.data-v-b05a24b0 {
  172. width: 50rpx;
  173. color: #353535;
  174. font-size: 22rpx;
  175. margin-left: 16rpx;
  176. }
  177. .content .item .bottom .performed .show.data-v-b05a24b0 {
  178. width: 88rpx;
  179. height: 36rpx;
  180. line-height: 36rpx;
  181. border-radius: 18rpx;
  182. background-color: #ff9000;
  183. font-size: 22rpx;
  184. color: #ffffff;
  185. text-align: center;
  186. margin-left: 16rpx;
  187. }
  188. .content .item .bottom .button.data-v-b05a24b0 {
  189. height: 60rpx;
  190. }
  191. .content .item .bottom .button .show-button.data-v-b05a24b0, .content .item .bottom .button view.reply.data-v-b05a24b0 {
  192. display: inline-block;
  193. height: 60rpx;
  194. line-height: 60rpx;
  195. padding: 0 20rpx;
  196. min-width: 120rpx;
  197. border-style: solid;
  198. border-width: 1rpx;
  199. border-radius: 30rpx;
  200. font-size: 28rpx;
  201. text-align: center;
  202. -webkit-flex-shrink: 0;
  203. flex-shrink: 0;
  204. }
  205. .content .item .bottom .button .show-button.data-v-b05a24b0 {
  206. border-color: #bbbbbb;
  207. color: #353535;
  208. }
  209. .content .item .bottom .button .reply.data-v-b05a24b0 {
  210. border-color: #446dfd;
  211. color: #446dfd;
  212. margin-left: 16rpx;
  213. }
  214. .is-top-box-bg.data-v-b05a24b0 {
  215. background: #e5e5e5 !important;
  216. }
  217. .is-top-center-bg.data-v-b05a24b0 {
  218. background: #dedede !important;
  219. }