works.wxss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  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: 750rpx;
  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: 32rpx;
  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. padding-bottom: 240rpx;
  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: #414141;
  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: 520rpx;
  233. height: 44rpx;
  234. font-size: 32rpx;
  235. color: #414141;
  236. display: flex;
  237. flex-direction: row;
  238. align-items: center;
  239. }
  240. .commentItem .gut .gutInGut{
  241. width: 330rpx;
  242. overflow: hidden;
  243. text-overflow: ellipsis;
  244. white-space: nowrap;
  245. display: block
  246. }
  247. .whole{
  248. color: #61ca54
  249. }
  250. .commentItem .commentAll {
  251. margin-top: 10rpx;
  252. width: 263rpx;
  253. height: 50rpx;
  254. background: #f0f1f5;
  255. font-size: 32rpx;
  256. color: #61ca54;
  257. text-indent: 20rpx;
  258. border-radius: 12rpx;
  259. }
  260. .commentItem .btnWrapper {
  261. position: absolute;
  262. top: 10rpx;
  263. right: 0;
  264. display: flex;
  265. align-items: center;
  266. /* width: 200rpx; */
  267. }
  268. .btnWrapper .commentBtn {
  269. width: 32rpx;
  270. height: 30rpx;
  271. margin-left: 8rpx;
  272. }
  273. .btnWrapper .commentText,
  274. .likeText {
  275. /* width: auto; */
  276. height: 40rpx;
  277. color: #545454;
  278. font-size: 28rpx;
  279. line-height: 40rpx;
  280. margin-left: 8rpx;
  281. margin-right: 30rpx;
  282. }
  283. .btnWrapper .likeBtn {
  284. width: 32rpx;
  285. height: 28rpx;
  286. margin-left: 8rpx;
  287. }
  288. /**底部按钮区域**/
  289. .footSection {
  290. width: 750rpx;
  291. height: 192rpx;
  292. position: fixed;
  293. bottom: 0;
  294. display: flex;
  295. flex-direction: row;
  296. justify-content: space-between;
  297. align-items: center;
  298. }
  299. .blackbord {
  300. width: 100%;
  301. height: 192rpx;
  302. display: block;
  303. position: absolute;
  304. top: 0;
  305. left: 0;
  306. z-index: -1;
  307. }
  308. .readingBtn {
  309. width: 148rpx;
  310. height: 148rpx;
  311. border-radius: 50%;
  312. display: flex;
  313. align-items: center;
  314. }
  315. .footerBtn {
  316. display: flex;
  317. flex-direction: column;
  318. margin-top: 60rpx;
  319. }
  320. .collectBtn {
  321. margin-left: 80rpx
  322. }
  323. /* .shareBtn button {
  324. display: flex;
  325. flex-direction: column;
  326. outline: none;
  327. border: 0;
  328. padding: 0;
  329. margin: 0;
  330. border-radius: 0;
  331. background: #f7f7f7;
  332. }
  333. button::after {
  334. width: 0;
  335. height: 0;
  336. top: 0;
  337. left: 0
  338. } */
  339. .shareBtn {
  340. margin-right: 80rpx;
  341. padding: 0;
  342. /* background: #fff; */
  343. }
  344. .footerBtn image {
  345. width: 50rpx;
  346. height: 48rpx;
  347. display: block;
  348. margin: 0 auto 18rpx;
  349. }
  350. .footerBtn text {
  351. width: 112rpx;
  352. height: 40rpx;
  353. line-height: 40rpx;
  354. font-size: 28rpx;
  355. color: #414141;
  356. text-align: center;
  357. }
  358. .footSection .microphone {
  359. display: block;
  360. margin: -12rpx auto 9rpx;
  361. width: 108rpx;
  362. height: 106rpx;
  363. }
  364. .footSection .readingBtn text {
  365. margin-top: -10rpx;
  366. }
  367. /* 弹框 */
  368. .modalWrapper {
  369. width: 100%;
  370. height: 100%;
  371. position: fixed;
  372. top: 0;
  373. left: 0;
  374. background: rgba(0, 0, 0, .2);
  375. z-index: 2;
  376. }
  377. .modalWrapper .rewardContent {
  378. width: 670rpx;
  379. height: 926rpx;
  380. position: relative;
  381. margin: 50rpx auto 0;
  382. }
  383. .rewardContent .rewardWrapper {
  384. width: 100%;
  385. height: 100%;
  386. position: absolute;
  387. top: 0;
  388. left: 0;
  389. }
  390. .rewardAvatar {
  391. width: 172rpx;
  392. height: 172rpx;
  393. position: absolute;
  394. z-index: 999;
  395. border-radius: 50%;
  396. top: 104rpx;
  397. left: 260rpx;
  398. }
  399. .rewardNickName {
  400. width: 100%;
  401. margin: 0 auto;
  402. font-size: 32rpx;
  403. color: #fff;
  404. text-align: center;
  405. position: absolute;
  406. top: 300rpx;
  407. }
  408. .sologan {
  409. width: 100%;
  410. margin: 0 auto;
  411. font-size: 40rpx;
  412. color: #fff;
  413. text-align: center;
  414. position: absolute;
  415. top: 350rpx;
  416. }
  417. .moneyArea {
  418. width: 84%;
  419. height: 100rpx;
  420. display: flex;
  421. flex-direction: row;
  422. justify-content: space-between;
  423. align-items: center;
  424. font-size: 36rpx;
  425. color: #fa8133;
  426. margin: 0 65rpx;
  427. position: absolute;
  428. top: 550rpx;
  429. }
  430. .money {
  431. width: 150rpx;
  432. height: 90rpx;
  433. border: 2rpx solid #ff9600;
  434. border-radius: 12rpx;
  435. text-align: center;
  436. line-height: 90rpx;
  437. }
  438. .moneyNormal {
  439. border: 2rpx solid #ff9600;
  440. background: ff9600;
  441. }
  442. .moneySelect {
  443. background: #ff9209;
  444. color: #fff;
  445. border: 0;
  446. }
  447. .rewardBtn {
  448. width: 464rpx;
  449. height: 80rpx;
  450. display: block;
  451. border-radius: 80rpx;
  452. background: #FCA40F;
  453. /* box-shadow: 0 6rpx 18rpx 0 rgba(0, 0, 0, 0.5); */
  454. background: #FCA40F;
  455. font-size: 40rpx;
  456. color: #fff;
  457. line-height: 80rpx;
  458. text-align: center;
  459. position: absolute;
  460. z-index: 9999;
  461. top: 770rpx;
  462. left: 115rpx;
  463. }
  464. .quitBtn {
  465. width: 68rpx;
  466. height: 68rpx;
  467. position: absolute;
  468. left: 345rpx;
  469. top: 1025rpx;
  470. }
  471. .replySection {
  472. width: 100%;
  473. height: 300rpx;
  474. position: fixed;
  475. bottom: 0;
  476. background: #eee;
  477. }
  478. .replySection input {
  479. width: 100%;
  480. height: 300rpx;
  481. text-indent: 4rpx;
  482. }
  483. .goBackHome {
  484. width: 100rpx;
  485. height: 100rpx;
  486. position: fixed;
  487. bottom: 168rpx;
  488. right: 45rpx;
  489. }
  490. .goBackHome image {
  491. width: 100%;
  492. height: 100%;
  493. }