works.wxss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  1. .videoSection {
  2. width: 750rpx;
  3. height: 428rpx;
  4. }
  5. .readAuthorSection {
  6. width: 100%;
  7. height: 152rpx;
  8. display: flex;
  9. /* justify-items: center; */
  10. align-items: center;
  11. border-bottom: solid 2rpx #f0f1f5;
  12. }
  13. .readAuthorSection .avatar {
  14. width: 108rpx;
  15. height: 108rpx;
  16. border-radius: 50%;
  17. margin-left: 22rpx;
  18. }
  19. .readAuthorSection .nickName {
  20. margin-left: 20rpx;
  21. width: 160rpx;
  22. height: 46rpx;
  23. font-size: 32rpx;
  24. color: #101010;
  25. }
  26. .readAuthorSection .like {
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. margin-left: 90rpx;
  31. width: 160rpx;
  32. height: 60rpx;
  33. border: 2rpx solid rgba(255, 152, 0, 1);
  34. font-size: 28rpx;
  35. border-radius: 30rpx;
  36. text-align: center;
  37. /* line-height: 60rpx; */
  38. color: #ff9800;
  39. }
  40. .readAuthorSection .like image {
  41. width: 36rpx;
  42. height: 36rpx;
  43. margin-right: 15rpx;
  44. }
  45. .readAuthorSection .follow {
  46. margin-left: 12rpx;
  47. width: 160rpx;
  48. height: 60rpx;
  49. border: 2rpx solid #259b24;
  50. font-size: 28rpx;
  51. border-radius: 30rpx;
  52. text-align: center;
  53. line-height: 60rpx;
  54. color: #259b24;
  55. }
  56. .userSection {
  57. width: 100%;
  58. height: 166rpx;
  59. border-bottom: solid 2rpx #f0f1f5;
  60. }
  61. .userSection .peopleNum {
  62. display: flex;
  63. align-items: center;
  64. margin: 10rpx 0 0 24rpx;
  65. }
  66. .peopleNum .peoplesIcon {
  67. width: 28rpx;
  68. height: 28rpx;
  69. margin-right: 10rpx;
  70. }
  71. .peopleNum .title {
  72. font-size: 24rpx;
  73. color: #5d5d5d;
  74. height: 24rpx;
  75. line-height: 24rpx;
  76. }
  77. .userSection .scrollWrapper {
  78. display: flex;
  79. margin-top: 16rpx;
  80. }
  81. ::-webkit-scrollbar {
  82. width: 0;
  83. height: 0;
  84. color: transparent;
  85. }
  86. .userSection .avatarRow {
  87. display: flex;
  88. align-items: center;
  89. }
  90. .userSection .avatarRow .userItem {
  91. display: felx;
  92. justify-items: center;
  93. width: 100rpx;
  94. height: 100rpx;
  95. margin-left: 18rpx;
  96. }
  97. .avatarRow .userItem image {
  98. width: 96rpx;
  99. height: 96rpx;
  100. border-radius: 50%;
  101. }
  102. .commentSection {
  103. width: 100%;
  104. height: 180rpx;
  105. }
  106. .commentSection .title {
  107. height: 44rpx;
  108. font-size: 32rpx;
  109. line-height: 44rpx;
  110. margin-left: 20rpx;
  111. margin-bottom: 10rpx;
  112. }
  113. .commentSection .commentInput {
  114. width: 720rpx;
  115. height: 60rpx;
  116. margin: 0 auto;
  117. background: #f0f1f5;
  118. color: #545454;
  119. font-size: 28rpx;
  120. line-height: 60rpx;
  121. text-indent: 20rpx;
  122. }
  123. .commentArea {
  124. width: 100%;
  125. }
  126. .commentArea .commentItem {
  127. width: 704rpx;
  128. height: 240rpx;
  129. border-bottom: solid 2rpx #f0f1f5;
  130. margin: 0 auto 200rpx;
  131. display: flex;
  132. position: relative;
  133. }
  134. .commentItem .commentCore {
  135. margin-left: 14rpx;
  136. width: 600rpx;
  137. height: 100%;
  138. display: flex;
  139. flex-direction: column;
  140. }
  141. .commentItem .avatar {
  142. border-radius: 50%;
  143. width: 96rpx;
  144. height: 96rpx;
  145. margin-top: 18rpx;
  146. }
  147. .commentItem .nickName {
  148. margin-top: 18rpx;
  149. height: 44rpx;
  150. font-size: 32rpx;
  151. color: #000;
  152. font-family: PingFangSC-Regular;
  153. }
  154. .commentItem .time {
  155. width: 200rpx;
  156. height: 44rpx;
  157. font-size: 32rpx;
  158. color: #686868;
  159. }
  160. .commentItem .gut {
  161. margin-top: 12rpx;
  162. width: 420rpx;
  163. height: 44rpx;
  164. font-size: 32rpx;
  165. color: #000;
  166. overflow: hidden;
  167. text-overflow: ellipsis;
  168. white-space: nowrap;
  169. }
  170. .commentItem .commentAll {
  171. margin-top: 10rpx;
  172. width: 263rpx;
  173. height: 50rpx;
  174. background: #f0f1f5;
  175. font-size: 32rpx;
  176. color: #61ca54;
  177. text-indent: 20rpx;
  178. border-radius: 12rpx;
  179. }
  180. .commentItem .btnWrapper {
  181. position: absolute;
  182. top: 10rpx;
  183. right: 10rpx;
  184. display: flex;
  185. align-items: center;
  186. }
  187. .btnWrapper .commentBtn {
  188. width: 32rpx;
  189. height: 30rpx;
  190. margin-left: 8rpx;
  191. }
  192. .btnWrapper .commentText,
  193. .likeText {
  194. width: 58rpx;
  195. height: 40rpx;
  196. color: #545454;
  197. font-size: 28rpx;
  198. line-height: 40rpx;
  199. margin-left: 8rpx;
  200. }
  201. .btnWrapper .likeBtn {
  202. width: 32rpx;
  203. height: 28rpx;
  204. margin-left: 8rpx;
  205. }
  206. /**底部按钮区域**/
  207. .footSection {
  208. width: 750rpx;
  209. height: 192rpx;
  210. position: fixed;
  211. bottom: 0;
  212. display: flex;
  213. flex-direction: row;
  214. justify-content: space-between;
  215. align-items: center;
  216. }
  217. .blackbord {
  218. width: 100%;
  219. height: 192rpx;
  220. display: block;
  221. position: absolute;
  222. top: 0;
  223. left: 0;
  224. z-index: -1;
  225. }
  226. .readingBtn {
  227. width: 148rpx;
  228. height: 148rpx;
  229. border-radius: 50%;
  230. display: flex;
  231. align-items: center;
  232. }
  233. .footerBtn {
  234. display: flex;
  235. flex-direction: column;
  236. margin-top: 60rpx;
  237. }
  238. .collectBtn {
  239. margin-left: 80rpx
  240. }
  241. .shareBtn button {
  242. display: flex;
  243. flex-direction: column;
  244. outline: none;
  245. border: 0;
  246. padding: 0;
  247. margin: 0;
  248. border-radius: 0;
  249. background: #f7f7f7;
  250. }
  251. button::after {
  252. width: 0;
  253. height: 0;
  254. top: 0;
  255. left: 0
  256. }
  257. .shareBtn {
  258. margin-right: 80rpx;
  259. padding: 0;
  260. background: #fff;
  261. }
  262. .footerBtn image {
  263. width: 50rpx;
  264. height: 48rpx;
  265. display: block;
  266. margin: 0 auto 18rpx;
  267. }
  268. .footerBtn text {
  269. width: 112rpx;
  270. height: 40rpx;
  271. line-height: 40rpx;
  272. font-size: 28rpx;
  273. color: #414141;
  274. text-align: center;
  275. }
  276. .footSection .microphone {
  277. display: block;
  278. margin: -6rpx auto 0;
  279. width: 108rpx;
  280. height: 106rpx;
  281. }
  282. .footSection .readingBtn text {
  283. margin-top: -10rpx;
  284. }