works.wxss 10 KB

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