index.wxss 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. .commentBox {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. z-index: 999;
  8. overflow: hidden;
  9. }
  10. .commentBox .commentBg {
  11. position: fixed;
  12. top: 0;
  13. left: 0;
  14. width: 100%;
  15. height: 100%;
  16. background: rgba(0, 0, 0, 0.3);
  17. }
  18. .commentBox .comment {
  19. position: absolute;
  20. left: 0;
  21. bottom: 0px;
  22. display: flex;
  23. flex-direction: column;
  24. justify-content: space-between;
  25. width: 100%;
  26. background-color: white;
  27. border-top-left-radius: 25rpx;
  28. border-top-right-radius: 25rpx;
  29. }
  30. .commentBox .comment .header {
  31. position: relative;
  32. padding: 24rpx;
  33. display: flex;
  34. align-items: center;
  35. }
  36. .commentBox .comment .header .hl {
  37. position: relative;
  38. padding-bottom: 10rpx;
  39. margin-right: 120rpx;
  40. }
  41. .commentBox .comment .header .currentH::after {
  42. position: absolute;
  43. bottom: 0rpx;
  44. left: 50%;
  45. transform: translateX(-50%);
  46. content: '';
  47. width: 50rpx;
  48. height: 4rpx;
  49. background-color: #333;
  50. }
  51. .commentBox .comment .header .hr {
  52. position: absolute;
  53. right: 26rpx;
  54. top: -4rpx;
  55. font-size: 54rpx;
  56. color: #333333;
  57. }
  58. .commentBox .comment .body {
  59. height: 700rpx;
  60. }
  61. .commentBox .comment .body .body-box {
  62. padding: 0rpx 22rpx;
  63. }
  64. .commentBox .comment .body .body-box .content {
  65. padding: 34rpx 0rpx;
  66. display: flex;
  67. border-bottom: 1px solid #97979783;
  68. }
  69. .commentBox .comment .body .body-box .content .c-avatar {
  70. width: 96rpx;
  71. height: 96rpx;
  72. border-radius: 50%;
  73. margin-right: 20rpx;
  74. background: #d8d8d8;
  75. }
  76. .commentBox .comment .body .body-box .content .c-right {
  77. flex: 1;
  78. }
  79. .commentBox .comment .body .body-box .content .c-right .nickName {
  80. font-size: 30rpx;
  81. color: rgba(0, 0, 0, 0.6);
  82. }
  83. .commentBox .comment .body .body-box .content .c-right .detailDesc {
  84. letter-spacing: 2rpx;
  85. margin: 12rpx 0rpx;
  86. padding: 12rpx 0rpx;
  87. border-radius: 10rpx;
  88. font-size: 30rpx;
  89. word-break: break-all;
  90. color: rgba(0, 0, 0, 0.7);
  91. }
  92. .commentBox .comment .body .body-box .content .c-right .hoverClass {
  93. background-color: #F7F7F7;
  94. }
  95. .commentBox .comment .body .body-box .content .c-right .replyList {
  96. width: 100%;
  97. padding: 14rpx;
  98. box-sizing: border-box;
  99. background-color: #fafafa93;
  100. margin-bottom: 20rpx;
  101. }
  102. .commentBox .comment .body .body-box .content .c-right .replyList .reply {
  103. font-size: 28rpx;
  104. margin-bottom: 8rpx;
  105. }
  106. .commentBox .comment .body .body-box .content .c-right .replyList .reply .replyTitle {
  107. color: #0d93c9;
  108. }
  109. .commentBox .comment .body .body-box .content .c-right .replyList .reply .replyContent {
  110. color: rgba(0, 0, 0, 0.7);
  111. }
  112. .commentBox .comment .body .body-box .content .c-right .replyList .hoverClass2 {
  113. background-color: #F7F7F7;
  114. }
  115. .commentBox .comment .body .body-box .content .c-right .record {
  116. display: flex;
  117. align-items: center;
  118. justify-content: space-between;
  119. font-size: 26rpx;
  120. }
  121. .commentBox .comment .body .body-box .content .c-right .record .record-right {
  122. display: flex;
  123. align-items: center;
  124. justify-content: space-between;
  125. }
  126. .commentBox .comment .body .body-box .content .c-right .record .record-right text {
  127. margin-left: 6rpx;
  128. }
  129. .commentBox .comment .body .body-box .content .c-right .record .record-right .icon {
  130. width: 30rpx;
  131. height: 28rpx;
  132. }
  133. .commentBox .comment .body .body-box .content .c-right .record .record-right .iconBox {
  134. display: flex;
  135. align-items: center;
  136. margin-left: 24rpx;
  137. }
  138. .commentBox .comment .body .body-box .content .c-like {
  139. flex: 1;
  140. display: flex;
  141. align-items: center;
  142. justify-content: space-between;
  143. }
  144. .commentBox .comment .body .body-box .content .c-like .left {
  145. height: 90rpx;
  146. display: flex;
  147. flex-direction: column;
  148. justify-content: space-between;
  149. }
  150. .commentBox .comment .body .body-box .content .c-like .left .nickName {
  151. font-size: 36rpx;
  152. color: rgba(0, 0, 0, 0.6);
  153. }
  154. .commentBox .comment .body .body-box .content .c-like .left .time {
  155. font-size: 24rpx;
  156. color: #666666;
  157. }
  158. .commentBox .comment .body .body-box .content .c-like .follow {
  159. display: flex;
  160. align-items: center;
  161. justify-content: center;
  162. width: 140rpx;
  163. font-size: 24rpx;
  164. padding: 8rpx 0rpx;
  165. border-radius: 50rpx;
  166. border: 1rpx solid #1BC665;
  167. color: #1BC665;
  168. }
  169. .commentBox .comment .body .body-box .content .c-like .follow .character {
  170. width: 22rpx;
  171. height: 22rpx;
  172. margin-right: 6rpx;
  173. }
  174. .commentBox .comment .body .body-box .content .c-like .isFans {
  175. border: 1rpx solid #969696;
  176. background-color: #E2ECFB;
  177. color: #333;
  178. }
  179. .commentBox .comment .body .body-box .content .c-like .pkNum {
  180. color: #30C866;
  181. font-size: 44rpx;
  182. margin-right: 20rpx;
  183. }
  184. .commentBox .comment .body .body-box .content:last-child {
  185. border: none;
  186. }
  187. .commentBox .comment .quick {
  188. width: 100%;
  189. background-color: #EEEDED;
  190. }
  191. .commentBox .comment .quick .close {
  192. text-align: right;
  193. font-size: 54rpx;
  194. line-height: 54rpx;
  195. padding: 0rpx 20rpx 10rpx;
  196. }
  197. .commentBox .comment .quick .quickTop {
  198. display: flex;
  199. align-items: center;
  200. justify-content: space-between;
  201. padding: 0rpx 20rpx;
  202. font-size: 28rpx;
  203. }
  204. .commentBox .comment .quick .quickTop .left {
  205. color: #00000060;
  206. }
  207. .commentBox .comment .quick .quickTop .right {
  208. padding: 4rpx 20rpx;
  209. background-color: #FFC86D;
  210. color: #484848;
  211. border-radius: 50rpx;
  212. }
  213. .commentBox .comment .quick .contents {
  214. display: flex;
  215. align-items: center;
  216. padding: 30rpx 0rpx 30rpx 20rpx;
  217. width: 100%;
  218. box-sizing: border-box;
  219. white-space: nowrap;
  220. border-bottom: 2rpx solid #9797976e;
  221. }
  222. .commentBox .comment .quick .contents .remark {
  223. display: inline-block;
  224. font-size: 26rpx;
  225. padding: 8rpx 22rpx;
  226. margin-right: 20rpx;
  227. border-radius: 50rpx;
  228. color: white;
  229. background-color: #FF9B55;
  230. }
  231. .commentBox .comment .footer {
  232. display: flex;
  233. align-items: center;
  234. justify-content: space-between;
  235. background-color: #EEEDED;
  236. padding: 20rpx 24rpx;
  237. }
  238. .commentBox .comment .footer .input {
  239. height: 80rpx;
  240. flex: 1;
  241. padding-left: 20rpx;
  242. border-radius: 10rpx;
  243. background-color: white;
  244. }
  245. .commentBox .comment .footer .submit {
  246. margin-left: 40rpx;
  247. width: 76rpx;
  248. color: #0091FF;
  249. font-size: 32rpx;
  250. }
  251. .commentBox .seat2 {
  252. padding-bottom: calc(130rpx + env(safe-area-inset-bottom)) !important;
  253. }