works.wxss 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  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: 250rpx;
  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. display: flex;
  47. align-items: center;
  48. justify-content: center;
  49. margin-left: 12rpx;
  50. width: 160rpx;
  51. height: 60rpx;
  52. border: 2rpx solid #ff0000;
  53. font-size: 28rpx;
  54. border-radius: 30rpx;
  55. text-align: center;
  56. line-height: 60rpx;
  57. color: #ff0000;
  58. }
  59. .readAuthorSection .follow image {
  60. width: 36rpx;
  61. height: 36rpx;
  62. margin-right: 15rpx;
  63. }
  64. .userSection {
  65. width: 100%;
  66. height: 166rpx;
  67. border-bottom: solid 2rpx #f0f1f5;
  68. }
  69. .userSection .peopleNum {
  70. display: flex;
  71. align-items: center;
  72. margin: 10rpx 0 0 24rpx;
  73. }
  74. .peopleNum .peoplesIcon {
  75. width: 28rpx;
  76. height: 28rpx;
  77. margin-right: 10rpx;
  78. }
  79. .peopleNum .title {
  80. font-size: 24rpx;
  81. color: #5d5d5d;
  82. height: 24rpx;
  83. line-height: 24rpx;
  84. }
  85. .userSection .scrollWrapper {
  86. display: flex;
  87. margin-top: 16rpx;
  88. }
  89. ::-webkit-scrollbar {
  90. width: 0;
  91. height: 0;
  92. color: transparent;
  93. }
  94. .userSection .avatarRow {
  95. display: flex;
  96. align-items: center;
  97. }
  98. .userSection .avatarRow .userItem {
  99. display: felx;
  100. justify-items: center;
  101. width: 100rpx;
  102. height: 100rpx;
  103. margin-left: 18rpx;
  104. }
  105. .avatarRow .userItem image {
  106. width: 96rpx;
  107. height: 96rpx;
  108. border-radius: 50%;
  109. }
  110. .commentSection {
  111. width: 100%;
  112. height: 180rpx;
  113. }
  114. .commentSection .title {
  115. height: 44rpx;
  116. font-size: 32rpx;
  117. line-height: 44rpx;
  118. margin-left: 20rpx;
  119. margin-bottom: 10rpx;
  120. }
  121. .commentSection .commentInput {
  122. width: 720rpx;
  123. height: 60rpx;
  124. margin: 0 auto;
  125. background: #f0f1f5;
  126. color: #545454;
  127. font-size: 28rpx;
  128. line-height: 60rpx;
  129. text-indent: 20rpx;
  130. }
  131. .commentArea {
  132. width: 100%;
  133. margin-bottom: 160rpx;
  134. }
  135. .commentArea .commentItem {
  136. width: 704rpx;
  137. height: 240rpx;
  138. border-bottom: solid 2rpx #f0f1f5;
  139. margin: 0 auto 20rpx;
  140. display: flex;
  141. position: relative;
  142. }
  143. .commentItem .commentCore {
  144. margin-left: 14rpx;
  145. width: 600rpx;
  146. height: 100%;
  147. display: flex;
  148. flex-direction: column;
  149. }
  150. .commentItem .avatar {
  151. border-radius: 50%;
  152. width: 96rpx;
  153. height: 96rpx;
  154. margin-top: 18rpx;
  155. }
  156. .commentItem .nickName {
  157. margin-top: 18rpx;
  158. height: 44rpx;
  159. font-size: 32rpx;
  160. color: #000;
  161. font-family: PingFangSC-Regular;
  162. }
  163. .commentItem .time {
  164. width: 200rpx;
  165. height: 44rpx;
  166. font-size: 32rpx;
  167. color: #686868;
  168. }
  169. .commentItem .gut {
  170. margin-top: 12rpx;
  171. width: 420rpx;
  172. height: 44rpx;
  173. font-size: 32rpx;
  174. color: #000;
  175. overflow: hidden;
  176. text-overflow: ellipsis;
  177. white-space: nowrap;
  178. }
  179. .commentItem .commentAll {
  180. margin-top: 10rpx;
  181. width: 263rpx;
  182. height: 50rpx;
  183. background: #f0f1f5;
  184. font-size: 32rpx;
  185. color: #61ca54;
  186. text-indent: 20rpx;
  187. border-radius: 12rpx;
  188. }
  189. .commentItem .btnWrapper {
  190. position: absolute;
  191. top: 10rpx;
  192. right: 10rpx;
  193. display: flex;
  194. align-items: center;
  195. /* width: 200rpx; */
  196. }
  197. .btnWrapper .commentBtn {
  198. width: 32rpx;
  199. height: 30rpx;
  200. margin-left: 8rpx;
  201. }
  202. .btnWrapper .commentText, .likeText {
  203. width: 58rpx;
  204. height: 40rpx;
  205. color: #545454;
  206. font-size: 28rpx;
  207. line-height: 40rpx;
  208. margin-left: 8rpx;
  209. }
  210. .btnWrapper .likeBtn {
  211. width: 32rpx;
  212. height: 28rpx;
  213. margin-left: 8rpx;
  214. }
  215. /**底部按钮区域**/
  216. .footSection {
  217. width: 750rpx;
  218. height: 192rpx;
  219. position: fixed;
  220. bottom: 0;
  221. display: flex;
  222. flex-direction: row;
  223. justify-content: space-between;
  224. align-items: center;
  225. }
  226. .blackbord {
  227. width: 100%;
  228. height: 192rpx;
  229. display: block;
  230. position: absolute;
  231. top: 0;
  232. left: 0;
  233. z-index: -1;
  234. }
  235. .readingBtn {
  236. width: 148rpx;
  237. height: 148rpx;
  238. border-radius: 50%;
  239. display: flex;
  240. align-items: center;
  241. }
  242. .footerBtn {
  243. display: flex;
  244. flex-direction: column;
  245. margin-top: 60rpx;
  246. }
  247. .collectBtn {
  248. margin-left: 80rpx
  249. }
  250. /* .shareBtn button {
  251. display: flex;
  252. flex-direction: column;
  253. outline: none;
  254. border: 0;
  255. padding: 0;
  256. margin: 0;
  257. border-radius: 0;
  258. background: #f7f7f7;
  259. }
  260. button::after {
  261. width: 0;
  262. height: 0;
  263. top: 0;
  264. left: 0
  265. } */
  266. .shareBtn {
  267. margin-right: 80rpx;
  268. padding: 0;
  269. /* background: #fff; */
  270. }
  271. .footerBtn image {
  272. width: 50rpx;
  273. height: 48rpx;
  274. display: block;
  275. margin: 0 auto 18rpx;
  276. }
  277. .footerBtn text {
  278. width: 112rpx;
  279. height: 40rpx;
  280. line-height: 40rpx;
  281. font-size: 28rpx;
  282. color: #414141;
  283. text-align: center;
  284. }
  285. .footSection .microphone {
  286. display: block;
  287. margin: -6rpx auto 0;
  288. width: 108rpx;
  289. height: 106rpx;
  290. }
  291. .footSection .readingBtn text {
  292. margin-top: -10rpx;
  293. }
  294. /* 弹框 */
  295. .modalWrapper {
  296. width: 100%;
  297. height: 100%;
  298. position: fixed;
  299. top: 0;
  300. left: 0;
  301. background: rgba(0, 0, 0, .2);
  302. z-index: 2;
  303. }
  304. .modalWrapper .rewardContent {
  305. width: 670rpx;
  306. height: 926rpx;
  307. position: relative;
  308. margin: 50rpx auto 0;
  309. }
  310. .rewardContent .rewardWrapper {
  311. width: 100%;
  312. height: 100%;
  313. position: absolute;
  314. top: 0;
  315. left: 0;
  316. }
  317. .rewardAvatar {
  318. width: 172rpx;
  319. height: 172rpx;
  320. position: absolute;
  321. z-index: 999;
  322. border-radius: 50%;
  323. top: 104rpx;
  324. left: 260rpx;
  325. }
  326. .rewardNickName {
  327. width: 100%;
  328. margin: 0 auto;
  329. font-size: 36rpx;
  330. color: #fff;
  331. text-align: center;
  332. position: absolute;
  333. top: 328rpx;
  334. }
  335. .moneyArea {
  336. width: 84%;
  337. height: 100rpx;
  338. display: flex;
  339. flex-direction: row;
  340. justify-content: space-between;
  341. align-items: center;
  342. font-size: 36rpx;
  343. color: #fa8133;
  344. margin: 0 65rpx;
  345. position: absolute;
  346. top: 550rpx;
  347. }
  348. .money {
  349. width: 150rpx;
  350. height: 90rpx;
  351. border: 2rpx solid #ff9600;
  352. border-radius: 12rpx;
  353. text-align: center;
  354. line-height: 90rpx;
  355. }
  356. .moneyNormal {
  357. border: 2rpx solid #ff9600;
  358. background: ff9600;
  359. }
  360. .moneySelect {
  361. background: #fa8133;
  362. color: #fff;
  363. border: 0;
  364. }
  365. .rewardBtn {
  366. width: 464rpx;
  367. height: 80rpx;
  368. display: block;
  369. border-radius: 80rpx;
  370. background: linear-gradient(180deg, #FEC953, #FCA40F);
  371. background: -webkit-linear-gradient(180deg, #FEC953, #FCA40F);
  372. background: -o-linear-gradient(180deg, #FEC953, #FCA40F);
  373. background: -moz-linear-gradient(180deg, #FEC953, #FCA40F);
  374. box-shadow: 0 6rpx 18rpx 0 rgba(0, 0, 0, 0.5);
  375. background: #FCA40F;
  376. font-size: 40rpx;
  377. color: #fff;
  378. line-height: 80rpx;
  379. text-align: center;
  380. position: absolute;
  381. z-index: 9999;
  382. top: 718rpx;
  383. left: 115rpx;
  384. }
  385. .quitBtn {
  386. width: 68rpx;
  387. height: 68rpx;
  388. position: absolute;
  389. left: 345rpx;
  390. bottom: 110rpx;
  391. }
  392. .replySection {
  393. width: 100%;
  394. height: 300rpx;
  395. position: fixed;
  396. bottom: 0;
  397. background: #eee;
  398. }
  399. .replySection input {
  400. width: 100%;
  401. height: 300rpx;
  402. text-indent: 4rpx;
  403. }