works.wxss 10 KB

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