works.wxss 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  1. .videoSection {
  2. width: 750rpx;
  3. height: 421.9rpx;
  4. background: #fff;
  5. }
  6. .video-playBtn {
  7. width: 120rpx;
  8. height: 120rpx;
  9. position: absolute;
  10. left: 0;
  11. right: 0;
  12. margin: 0 auto;
  13. z-index: 99999;
  14. top: 136rpx;
  15. }
  16. .videoIcon {
  17. width: 825rpx;
  18. height: 363rpx;
  19. position: absolute;
  20. top: 20rpx;
  21. }
  22. .readAuthorSection {
  23. width: 100%;
  24. height: 152rpx;
  25. display: flex;
  26. /* justify-items: center; */
  27. align-items: center;
  28. border-bottom: solid 2rpx #f0f1f5;
  29. position: relative;
  30. }
  31. .readAuthorSection .avatar {
  32. width: 108rpx;
  33. height: 108rpx;
  34. border-radius: 50%;
  35. margin-left: 22rpx;
  36. border: 4rpx solid #61CA54;
  37. }
  38. .readAuthorSection .profession {
  39. width: 68rpx;
  40. height: 24rpx;
  41. background: rgba(97, 202, 84, 1);
  42. border-radius: 166rpx;
  43. border: 2rpx solid rgba(255, 255, 255, 1);
  44. font-size: 16rpx;
  45. /* font-family: PingFangSC-Medium; */
  46. font-weight: 500;
  47. color: rgba(255, 255, 255, 1);
  48. line-height: 24rpx;
  49. text-align: center;
  50. position: absolute;
  51. bottom: 4rpx;
  52. left: 44rpx;
  53. }
  54. .readAuthorSection .nickName {
  55. margin-left: 20rpx;
  56. width: 250rpx;
  57. height: 46rpx;
  58. font-size: 32rpx;
  59. color: #444;
  60. text-overflow: ellipsis;
  61. overflow: hidden;
  62. white-space: nowrap;
  63. }
  64. .readAuthorSection .like {
  65. display: flex;
  66. align-items: center;
  67. justify-content: center;
  68. /* margin-left: 90rpx; */
  69. width: 160rpx;
  70. height: 60rpx;
  71. border: 2rpx solid #FF0000;
  72. font-size: 28rpx;
  73. border-radius: 30rpx;
  74. text-align: center;
  75. /* line-height: 60rpx; */
  76. color: #FF0000;
  77. }
  78. .readAuthorSection .like image {
  79. width: 36rpx;
  80. height: 36rpx;
  81. margin-right: 15rpx;
  82. }
  83. .readAuthorSection .follow {
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. margin-left: 12rpx;
  88. width: 160rpx;
  89. height: 60rpx;
  90. border: 2rpx solid #ff0000;
  91. font-size: 28rpx;
  92. border-radius: 30rpx;
  93. text-align: center;
  94. line-height: 60rpx;
  95. color: #ff0000;
  96. }
  97. .readAuthorSection .follow image {
  98. width: 36rpx;
  99. height: 36rpx;
  100. margin-right: 15rpx;
  101. }
  102. .userSection {
  103. width: 100%;
  104. height: 166rpx;
  105. border-bottom: solid 2rpx #f0f1f5;
  106. }
  107. .userSection .peopleNum {
  108. display: flex;
  109. align-items: center;
  110. margin: 10rpx 0 0 24rpx;
  111. }
  112. .peopleNum .peoplesIcon {
  113. width: 28rpx;
  114. height: 28rpx;
  115. margin-right: 10rpx;
  116. }
  117. .peopleNum .title {
  118. font-size: 24rpx;
  119. color: #5d5d5d;
  120. height: 24rpx;
  121. line-height: 24rpx;
  122. }
  123. .userSection .scrollWrapper {
  124. display: flex;
  125. margin-top: 16rpx;
  126. }
  127. ::-webkit-scrollbar {
  128. width: 0;
  129. height: 0;
  130. color: transparent;
  131. }
  132. .userSection .avatarRow {
  133. display: flex;
  134. align-items: center;
  135. }
  136. .userSection .avatarRow .userItem {
  137. display: felx;
  138. justify-items: center;
  139. width: 100rpx;
  140. height: 100rpx;
  141. margin-left: 24rpx;
  142. }
  143. .avatarRow .userItem image {
  144. width: 86rpx;
  145. height: 86rpx;
  146. border-radius: 50%;
  147. }
  148. .commentSection {
  149. width: 100%;
  150. height: 180rpx;
  151. }
  152. .commentSection .title {
  153. height: 44rpx;
  154. font-size: 32rpx;
  155. line-height: 44rpx;
  156. margin-left: 20rpx;
  157. margin-bottom: 10rpx;
  158. color: #444;
  159. }
  160. .commentSection .commentInput {
  161. width: 720rpx;
  162. height: 60rpx;
  163. margin: 0 auto;
  164. background: #f0f1f5;
  165. color: #545454;
  166. font-size: 28rpx;
  167. line-height: 60rpx;
  168. text-indent: 20rpx;
  169. }
  170. .commentArea {
  171. width: 100%;
  172. margin-bottom: 160rpx;
  173. }
  174. .commentArea .commentItem {
  175. width: 704rpx;
  176. height: 240rpx;
  177. border-bottom: solid 2rpx #f0f1f5;
  178. margin: 0 auto 20rpx;
  179. display: flex;
  180. position: relative;
  181. }
  182. .commentItem .commentCore {
  183. margin-left: 14rpx;
  184. width: 600rpx;
  185. height: 100%;
  186. display: flex;
  187. flex-direction: column;
  188. }
  189. .commentItem .avatar-wrapper {
  190. width: 100rpx;
  191. height: 100rpx;
  192. position: relative;
  193. }
  194. .commentItem .avatar {
  195. border-radius: 50%;
  196. width: 96rpx;
  197. height: 96rpx;
  198. margin-top: 18rpx;
  199. border: 4rpx solid #61CA54;
  200. }
  201. .avatar-wrapper .profession {
  202. width: 68rpx;
  203. height: 24rpx;
  204. background: rgba(97, 202, 84, 1);
  205. border-radius: 166rpx;
  206. border: 2rpx solid rgba(255, 255, 255, 1);
  207. font-size: 16rpx;
  208. /* font-family: PingFangSC-Medium; */
  209. font-weight: 500;
  210. color: rgba(255, 255, 255, 1);
  211. line-height: 24rpx;
  212. text-align: center;
  213. position: absolute;
  214. bottom: -37rpx;
  215. left: 17rpx;
  216. }
  217. .commentItem .nickName {
  218. margin-top: 18rpx;
  219. height: 44rpx;
  220. font-size: 32rpx;
  221. color: #000;
  222. /* font-family: PingFangSC-Regular; */
  223. }
  224. .commentItem .time {
  225. width: 200rpx;
  226. height: 44rpx;
  227. font-size: 32rpx;
  228. color: #686868;
  229. }
  230. .commentItem .gut {
  231. margin-top: 12rpx;
  232. width: 420rpx;
  233. height: 44rpx;
  234. font-size: 32rpx;
  235. color: #000;
  236. overflow: hidden;
  237. text-overflow: ellipsis;
  238. white-space: nowrap;
  239. }
  240. .commentItem .commentAll {
  241. margin-top: 10rpx;
  242. width: 263rpx;
  243. height: 50rpx;
  244. background: #f0f1f5;
  245. font-size: 32rpx;
  246. color: #61ca54;
  247. text-indent: 20rpx;
  248. border-radius: 12rpx;
  249. }
  250. .commentItem .btnWrapper {
  251. position: absolute;
  252. top: 10rpx;
  253. right: 0;
  254. display: flex;
  255. align-items: center;
  256. /* width: 200rpx; */
  257. }
  258. .btnWrapper .commentBtn {
  259. width: 32rpx;
  260. height: 30rpx;
  261. margin-left: 8rpx;
  262. }
  263. .btnWrapper .commentText,
  264. .likeText {
  265. /* width: auto; */
  266. height: 40rpx;
  267. color: #545454;
  268. font-size: 28rpx;
  269. line-height: 40rpx;
  270. margin-left: 8rpx;
  271. margin-right: 30rpx;
  272. }
  273. .btnWrapper .likeBtn {
  274. width: 32rpx;
  275. height: 28rpx;
  276. margin-left: 8rpx;
  277. }
  278. /**底部按钮区域**/
  279. .footSection {
  280. width: 750rpx;
  281. height: 192rpx;
  282. position: fixed;
  283. bottom: 0;
  284. display: flex;
  285. flex-direction: row;
  286. justify-content: space-between;
  287. align-items: center;
  288. }
  289. .blackbord {
  290. width: 100%;
  291. height: 192rpx;
  292. display: block;
  293. position: absolute;
  294. top: 0;
  295. left: 0;
  296. z-index: -1;
  297. }
  298. .readingBtn {
  299. width: 148rpx;
  300. height: 148rpx;
  301. border-radius: 50%;
  302. display: flex;
  303. align-items: center;
  304. }
  305. .footerBtn {
  306. display: flex;
  307. flex-direction: column;
  308. margin-top: 60rpx;
  309. }
  310. .collectBtn {
  311. margin-left: 80rpx
  312. }
  313. /* .shareBtn button {
  314. display: flex;
  315. flex-direction: column;
  316. outline: none;
  317. border: 0;
  318. padding: 0;
  319. margin: 0;
  320. border-radius: 0;
  321. background: #f7f7f7;
  322. }
  323. button::after {
  324. width: 0;
  325. height: 0;
  326. top: 0;
  327. left: 0
  328. } */
  329. .shareBtn {
  330. margin-right: 80rpx;
  331. padding: 0;
  332. /* background: #fff; */
  333. }
  334. .footerBtn image {
  335. width: 50rpx;
  336. height: 48rpx;
  337. display: block;
  338. margin: 0 auto 18rpx;
  339. }
  340. .footerBtn text {
  341. width: 112rpx;
  342. height: 40rpx;
  343. line-height: 40rpx;
  344. font-size: 28rpx;
  345. color: #414141;
  346. text-align: center;
  347. }
  348. .footSection .microphone {
  349. display: block;
  350. margin: -12rpx auto 9rpx;
  351. width: 108rpx;
  352. height: 106rpx;
  353. }
  354. .footSection .readingBtn text {
  355. margin-top: -10rpx;
  356. }
  357. /* 弹框 */
  358. .modalWrapper {
  359. width: 100%;
  360. height: 100%;
  361. position: fixed;
  362. top: 0;
  363. left: 0;
  364. background: rgba(0, 0, 0, .2);
  365. z-index: 2;
  366. }
  367. .modalWrapper .rewardContent {
  368. width: 670rpx;
  369. height: 926rpx;
  370. position: relative;
  371. margin: 50rpx auto 0;
  372. }
  373. .rewardContent .rewardWrapper {
  374. width: 100%;
  375. height: 100%;
  376. position: absolute;
  377. top: 0;
  378. left: 0;
  379. }
  380. .rewardAvatar {
  381. width: 172rpx;
  382. height: 172rpx;
  383. position: absolute;
  384. z-index: 999;
  385. border-radius: 50%;
  386. top: 104rpx;
  387. left: 260rpx;
  388. }
  389. .rewardNickName {
  390. width: 100%;
  391. margin: 0 auto;
  392. font-size: 32rpx;
  393. color: #fff;
  394. text-align: center;
  395. position: absolute;
  396. top: 300rpx;
  397. }
  398. .sologan {
  399. width: 100%;
  400. margin: 0 auto;
  401. font-size: 40rpx;
  402. color: #fff;
  403. text-align: center;
  404. position: absolute;
  405. top: 350rpx;
  406. }
  407. .moneyArea {
  408. width: 84%;
  409. height: 100rpx;
  410. display: flex;
  411. flex-direction: row;
  412. justify-content: space-between;
  413. align-items: center;
  414. font-size: 36rpx;
  415. color: #fa8133;
  416. margin: 0 65rpx;
  417. position: absolute;
  418. top: 550rpx;
  419. }
  420. .money {
  421. width: 150rpx;
  422. height: 90rpx;
  423. border: 2rpx solid #ff9600;
  424. border-radius: 12rpx;
  425. text-align: center;
  426. line-height: 90rpx;
  427. }
  428. .moneyNormal {
  429. border: 2rpx solid #ff9600;
  430. background: ff9600;
  431. }
  432. .moneySelect {
  433. background: #ff9209;
  434. color: #fff;
  435. border: 0;
  436. }
  437. .rewardBtn {
  438. width: 464rpx;
  439. height: 80rpx;
  440. display: block;
  441. border-radius: 80rpx;
  442. background: #FCA40F;
  443. /* box-shadow: 0 6rpx 18rpx 0 rgba(0, 0, 0, 0.5); */
  444. background: #FCA40F;
  445. font-size: 40rpx;
  446. color: #fff;
  447. line-height: 80rpx;
  448. text-align: center;
  449. position: absolute;
  450. z-index: 9999;
  451. top: 770rpx;
  452. left: 115rpx;
  453. }
  454. .quitBtn {
  455. width: 68rpx;
  456. height: 68rpx;
  457. position: absolute;
  458. left: 345rpx;
  459. top: 1025rpx;
  460. }
  461. .replySection {
  462. width: 100%;
  463. height: 300rpx;
  464. position: fixed;
  465. bottom: 0;
  466. background: #eee;
  467. }
  468. .replySection input {
  469. width: 100%;
  470. height: 300rpx;
  471. text-indent: 4rpx;
  472. }
  473. .goBackHome {
  474. width: 100rpx;
  475. height: 100rpx;
  476. position: fixed;
  477. bottom: 168rpx;
  478. right: 45rpx;
  479. }
  480. .goBackHome image {
  481. width: 100%;
  482. height: 100%;
  483. }