video.wxss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642
  1. .full-width-popup.data-v-468b9330 {
  2. width: 100%;
  3. }
  4. /**
  5. * 这里是uni-app内置的常用样式变量
  6. *
  7. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  8. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  9. *
  10. */
  11. /**
  12. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  13. *
  14. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  15. */
  16. /* 颜色变量 */
  17. /* 行为相关颜色 */
  18. /* 文字基本颜色 */
  19. /* 背景颜色 */
  20. /* 边框颜色 */
  21. /* 尺寸变量 */
  22. /* 文字尺寸 */
  23. /* 图片尺寸 */
  24. /* Border Radius */
  25. /* 水平间距 */
  26. /* 垂直间距 */
  27. /* 透明度 */
  28. /* 文章场景相关 */
  29. .textOne.data-v-468b9330 {
  30. overflow: hidden;
  31. white-space: nowrap;
  32. text-overflow: ellipsis;
  33. }
  34. .textTwo.data-v-468b9330 {
  35. overflow: hidden;
  36. text-overflow: ellipsis;
  37. display: -webkit-box;
  38. -webkit-line-clamp: 2;
  39. -webkit-box-orient: vertical;
  40. }
  41. .header-nav.data-v-468b9330 {
  42. height: 88rpx;
  43. display: flex;
  44. flex-direction: row;
  45. align-items: center;
  46. justify-content: flex-start;
  47. overflow: hidden;
  48. background-color: #fff;
  49. box-sizing: border-box;
  50. }
  51. .header-nav .header-title.data-v-468b9330 {
  52. text-align: center;
  53. overflow: hidden;
  54. white-space: nowrap;
  55. text-overflow: ellipsis;
  56. padding: 0 10rpx 0 100rpx;
  57. font-family: PingFang SC, PingFang SC;
  58. font-weight: 500;
  59. font-size: 15px;
  60. color: #000;
  61. }
  62. .reward-list.data-v-468b9330 {
  63. width: 100%;
  64. margin-top: 20rpx;
  65. margin-bottom: -40rpx;
  66. }
  67. .reward-list-group.data-v-468b9330 {
  68. font-family: PingFang SC, PingFang SC;
  69. font-weight: 400;
  70. font-size: 14px;
  71. color: #222222;
  72. display: flex;
  73. flex-direction: row;
  74. align-items: center;
  75. justify-content: center;
  76. }
  77. .reward-list-option.data-v-468b9330 {
  78. display: flex;
  79. flex-direction: row;
  80. align-items: center;
  81. justify-content: flex-start;
  82. }
  83. .reward-list-option.data-v-468b9330:first-child {
  84. margin-right: 40rpx;
  85. }
  86. .err.data-v-468b9330 {
  87. color: #f56c6c !important;
  88. }
  89. .kfqrcode-box.data-v-468b9330 {
  90. background-color: #fff;
  91. border-radius: 16rpx;
  92. max-width: 560rpx;
  93. padding: 60rpx 40rpx;
  94. margin-top: -100rpx;
  95. box-sizing: border-box;
  96. display: flex;
  97. flex-direction: column;
  98. align-items: center;
  99. justify-content: flex-start;
  100. font-family: PingFang SC, PingFang SC;
  101. font-weight: 400;
  102. font-size: 34rpx;
  103. color: #222;
  104. position: relative;
  105. text-align: center;
  106. }
  107. .kfqrcode-box .kfqrcode.data-v-468b9330 {
  108. height: 460rpx;
  109. width: 460rpx;
  110. }
  111. .kfqrcode-close.data-v-468b9330 {
  112. width: 64rpx;
  113. height: 64rpx;
  114. position: absolute;
  115. bottom: -100rpx;
  116. left: 50%;
  117. transform: translateX(-50%);
  118. }
  119. .tipsPopup-mask.data-v-468b9330 {
  120. position: relative;
  121. width: 560rpx;
  122. background-color: transparent;
  123. }
  124. .tipsPopup-mask .red_envelope_top.data-v-468b9330 {
  125. width: 480rpx;
  126. height: 360rpx;
  127. margin: 0 auto;
  128. display: inherit;
  129. }
  130. .tipsPopup-btn-box.data-v-468b9330 {
  131. width: 456rpx;
  132. height: 104rpx;
  133. padding: 4rpx;
  134. box-sizing: border-box;
  135. background: linear-gradient(180deg, #fcd15e, #fefdfb);
  136. border-radius: 52rpx;
  137. }
  138. .tipsPopup-btn.data-v-468b9330 {
  139. width: 100%;
  140. height: 100%;
  141. background: linear-gradient(180deg, #FF9F22 0%, #FA1E05 100%);
  142. border-radius: 52rpx 52rpx 52rpx 52rpx;
  143. font-family: PingFang SC, PingFang SC;
  144. font-weight: 500;
  145. font-size: 36rpx;
  146. color: #FFFFFF;
  147. line-height: 96rpx;
  148. text-align: center;
  149. }
  150. .tipsPopup.data-v-468b9330 {
  151. width: 560rpx;
  152. padding: 12rpx;
  153. margin-top: -72rpx;
  154. box-sizing: border-box;
  155. background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
  156. border-radius: 32rpx 32rpx 32rpx 32rpx;
  157. position: relative;
  158. }
  159. .tipsPopup-close.data-v-468b9330 {
  160. width: 64rpx;
  161. height: 64rpx;
  162. position: absolute;
  163. right: 0;
  164. top: -188rpx;
  165. }
  166. .tipsPopup-line.data-v-468b9330 {
  167. padding: 3rpx;
  168. box-sizing: border-box;
  169. background: linear-gradient(180deg, #f7f5dc, #fadc9d);
  170. border-radius: 24rpx;
  171. }
  172. .tipsPopup-box.data-v-468b9330 {
  173. padding: 0 40rpx 40rpx 40rpx;
  174. box-sizing: border-box;
  175. background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
  176. border-radius: 24rpx;
  177. display: flex;
  178. flex-direction: column;
  179. align-items: center;
  180. justify-content: flex-start;
  181. }
  182. .tipsPopup-head.data-v-468b9330 {
  183. display: flex;
  184. flex-direction: row;
  185. align-items: center;
  186. justify-content: center;
  187. }
  188. .tipsPopup-head-title.data-v-468b9330 {
  189. width: 364rpx;
  190. height: auto;
  191. margin-top: -22rpx;
  192. }
  193. .tipsPopup-content.data-v-468b9330 {
  194. margin: 48rpx 0;
  195. font-family: PingFang SC, PingFang SC;
  196. font-weight: 500;
  197. font-size: 32rpx;
  198. color: #222222;
  199. text-align: center;
  200. }
  201. .tipsPopup-content-title.data-v-468b9330 {
  202. margin-bottom: 26rpx;
  203. font-weight: 600;
  204. font-size: 40rpx;
  205. color: #FF5C03;
  206. }
  207. .video-controls-box.data-v-468b9330 {
  208. width: 100%;
  209. height: 420rpx;
  210. overflow: hidden;
  211. position: absolute;
  212. bottom: 0;
  213. left: 0;
  214. z-index: 2;
  215. background: rgba(0, 0, 0, 0.2);
  216. }
  217. .video-controls-box .video-play.data-v-468b9330 {
  218. height: 72rpx;
  219. width: 72rpx;
  220. position: absolute;
  221. top: 50%;
  222. left: 50%;
  223. transform: translate(-50%, -50%);
  224. }
  225. .video-controls.data-v-468b9330 {
  226. width: 100%;
  227. height: 80rpx;
  228. padding: 0 28rpx;
  229. box-sizing: border-box;
  230. position: absolute;
  231. bottom: 0;
  232. left: 0;
  233. display: flex;
  234. align-items: center;
  235. justify-content: space-between;
  236. background: linear-gradient(to top, #222 0%, transparent 80%);
  237. }
  238. .video-controls .video-icon.data-v-468b9330 {
  239. height: 44rpx;
  240. width: 44rpx;
  241. }
  242. .errQuesbox.data-v-468b9330 {
  243. width: 100%;
  244. max-height: 260rpx;
  245. overflow-y: auto;
  246. margin-top: 24rpx;
  247. font-family: PingFang SC, PingFang SC;
  248. font-weight: 500;
  249. font-size: 30rpx;
  250. color: #222222;
  251. }
  252. .errQuesbox-item.data-v-468b9330 {
  253. width: 100%;
  254. height: 128rpx;
  255. line-height: 128rpx;
  256. margin-bottom: 24rpx;
  257. padding: 0 30rpx;
  258. box-sizing: border-box;
  259. overflow: hidden;
  260. background: #fff;
  261. border-radius: 16rpx 16rpx 16rpx 16rpx;
  262. position: relative;
  263. }
  264. .errQuesbox-item.data-v-468b9330::after {
  265. content: "题目";
  266. min-width: 64rpx;
  267. height: 36rpx;
  268. padding: 0 12rpx;
  269. line-height: 36rpx;
  270. background: #FF5C03;
  271. box-sizing: border-box;
  272. border-radius: 0rpx 0rpx 16rpx 0rpx;
  273. text-align: center;
  274. font-family: PingFang SC, PingFang SC;
  275. font-weight: 500;
  276. font-size: 20rpx;
  277. color: #fff;
  278. position: absolute;
  279. left: 0;
  280. top: 0;
  281. }
  282. .bg.data-v-468b9330 {
  283. background: #fff !important;
  284. }
  285. .answerPopup-box.data-v-468b9330 {
  286. width: 560rpx;
  287. background: linear-gradient(180deg, #FFFAF6 0%, #FEECD8 100%);
  288. border-radius: 32rpx 32rpx 32rpx 32rpx;
  289. background-color: #fff;
  290. font-weight: 400;
  291. padding: 32rpx;
  292. box-sizing: border-box;
  293. position: relative;
  294. display: flex;
  295. flex-direction: column;
  296. align-items: center;
  297. justify-content: flex-start;
  298. font-family: PingFang SC, PingFang SC;
  299. font-weight: 400;
  300. }
  301. .answerPopup-box .tipimg.data-v-468b9330 {
  302. width: 206rpx;
  303. height: 206rpx;
  304. margin-bottom: 16rpx;
  305. }
  306. .answerPopup-title.data-v-468b9330 {
  307. font-weight: 600;
  308. font-size: 36rpx;
  309. color: #222222;
  310. }
  311. .answerPopup-desc.data-v-468b9330 {
  312. margin-top: 10rpx;
  313. font-size: 28rpx;
  314. color: #757575;
  315. }
  316. .answerPopup-btn.data-v-468b9330 {
  317. width: 464rpx;
  318. height: 84rpx;
  319. margin-top: 54rpx;
  320. margin-bottom: 16rpx;
  321. background: #FF5C03;
  322. border-radius: 42rpx;
  323. font-weight: 500;
  324. font-size: 32rpx;
  325. color: #FFFFFF;
  326. text-align: center;
  327. line-height: 84rpx;
  328. }
  329. .popupbox.data-v-468b9330 {
  330. width: 100%;
  331. background-color: #fff;
  332. border-radius: 16rpx 16rpx 0 0;
  333. padding: 24rpx 32rpx;
  334. position: relative;
  335. }
  336. .popupbox-head.data-v-468b9330 {
  337. height: 60rpx;
  338. margin-bottom: 30rpx;
  339. text-align: center;
  340. overflow-y: auto;
  341. color: #414858;
  342. font-size: 32rpx;
  343. font-weight: bold;
  344. position: relative;
  345. }
  346. .popupbox-head .close-icon.data-v-468b9330 {
  347. position: absolute;
  348. right: 0;
  349. top: 0;
  350. height: 40rpx;
  351. width: 40rpx;
  352. }
  353. .popupbox-content.data-v-468b9330 {
  354. height: 20vh;
  355. overflow-y: auto;
  356. display: flex;
  357. align-items: flex-start;
  358. flex-wrap: wrap;
  359. gap: 32rpx;
  360. }
  361. .popupbox-content .line-item.data-v-468b9330 {
  362. display: inline-block;
  363. min-width: 200rpx;
  364. min-height: 60rpx;
  365. padding: 0 20rpx;
  366. box-sizing: border-box;
  367. border-radius: 50rpx;
  368. overflow: hidden;
  369. background-color: #f7f7f7;
  370. text-align: center;
  371. color: #414858;
  372. font-size: 28rpx;
  373. line-height: 60rpx;
  374. }
  375. .popupbox-content .line-active.data-v-468b9330 {
  376. color: #f56c6c !important;
  377. background-color: #fef0f0 !important;
  378. }
  379. .content.data-v-468b9330 {
  380. padding-bottom: calc(var(--window-bottom) + 164rpx);
  381. }
  382. .content .video-box.data-v-468b9330 {
  383. width: 100%;
  384. height: 420rpx;
  385. overflow: hidden;
  386. position: relative;
  387. }
  388. .content .video-box #myVideo.data-v-468b9330 {
  389. width: 100%;
  390. height: 100%;
  391. }
  392. .content .video-poster.data-v-468b9330 {
  393. width: 100%;
  394. height: 420rpx;
  395. }
  396. .content .miantitlebox.data-v-468b9330 {
  397. padding: 30rpx 0;
  398. border-bottom: 2rpx solid #F5F7FA;
  399. font-family: PingFang SC, PingFang SC;
  400. font-weight: 500;
  401. font-size: 36rpx;
  402. color: #222222;
  403. }
  404. .content .subtitlebox.data-v-468b9330 {
  405. padding: 30rpx 0;
  406. border-bottom: 2rpx solid #F5F7FA;
  407. font-family: PingFang SC, PingFang SC;
  408. font-weight: 500;
  409. font-size: 36rpx;
  410. color: #222222;
  411. }
  412. .content .title-content.data-v-468b9330 {
  413. padding: 0 32rpx;
  414. background-color: #fff;
  415. font-size: 28rpx;
  416. line-height: 1.6;
  417. }
  418. .content .title-content .title.data-v-468b9330 {
  419. font-size: 36rpx;
  420. font-weight: 500;
  421. color: #414858;
  422. }
  423. .content .title-content .time-or-subtitle.data-v-468b9330 {
  424. margin-top: 12rpx;
  425. color: #666666;
  426. }
  427. .content .descbox.data-v-468b9330 {
  428. padding: 36rpx 32rpx;
  429. margin-bottom: 20rpx;
  430. background-color: #fff;
  431. font-family: PingFang SC, PingFang SC;
  432. font-weight: 400;
  433. font-size: 28rpx;
  434. color: #222222;
  435. line-height: 42rpx;
  436. word-break: break-word;
  437. }
  438. .content .descbox-title.data-v-468b9330 {
  439. margin-bottom: 24rpx;
  440. font-weight: 500;
  441. font-size: 32rpx;
  442. }
  443. .content .descbox-info.data-v-468b9330 {
  444. margin-bottom: 24rpx;
  445. display: flex;
  446. flex-direction: row;
  447. align-items: center;
  448. justify-content: space-between;
  449. font-size: 26rpx;
  450. color: #757575;
  451. }
  452. .content .descbox-info-l.data-v-468b9330 {
  453. flex: 1;
  454. display: flex;
  455. flex-direction: row;
  456. align-items: center;
  457. justify-content: flex-start;
  458. }
  459. .content .descbox-info-time.data-v-468b9330 {
  460. margin-left: 18rpx;
  461. padding-left: 18rpx;
  462. position: relative;
  463. }
  464. .content .descbox-info-time.data-v-468b9330::after {
  465. content: "";
  466. width: 4rpx;
  467. height: 4rpx;
  468. background: #999999;
  469. border-radius: 50%;
  470. position: absolute;
  471. left: 0;
  472. top: 50%;
  473. transform: translateY(-50%);
  474. }
  475. .content .descbox-info-r.data-v-468b9330 {
  476. background: transparent;
  477. }
  478. .content .descbox-desc.data-v-468b9330 {
  479. overflow: hidden;
  480. position: relative;
  481. }
  482. .content .expand.data-v-468b9330 {
  483. flex-shrink: 0;
  484. display: flex;
  485. flex-direction: row;
  486. align-items: center;
  487. justify-content: flex-end;
  488. color: #FF5C03;
  489. font-weight: 400;
  490. font-size: 24rpx;
  491. }
  492. .content .expand image.data-v-468b9330 {
  493. width: 32rpx;
  494. height: 32rpx;
  495. }
  496. .content .expand-ab.data-v-468b9330 {
  497. position: absolute;
  498. top: 0;
  499. right: 0;
  500. box-shadow: -50rpx 0 20rpx 8rpx #FFFFFF;
  501. background-color: #fff;
  502. }
  503. .content .ques-content.data-v-468b9330 {
  504. background-color: #fff;
  505. padding: 40rpx 32rpx;
  506. box-sizing: border-box;
  507. font-family: PingFang SC, PingFang SC;
  508. font-weight: 400;
  509. font-size: 28rpx;
  510. color: #222222;
  511. }
  512. .content .ques-content-tit.data-v-468b9330 {
  513. font-family: PingFang SC, PingFang SC;
  514. font-weight: 600;
  515. font-size: 36rpx;
  516. color: #222222;
  517. }
  518. .content .ques-title.data-v-468b9330 {
  519. margin: 48rpx 0 34rpx 0;
  520. font-weight: 500;
  521. font-size: 32rpx;
  522. white-space: normal;
  523. }
  524. .content .ques-type.data-v-468b9330 {
  525. flex-shrink: 0;
  526. min-width: 72rpx;
  527. min-height: 40rpx;
  528. padding: 0 12rpx;
  529. margin: 0 12rpx;
  530. box-sizing: border-box;
  531. background: #FF5C03;
  532. border-radius: 8rpx 8rpx 8rpx 8rpx;
  533. line-height: 40rpx;
  534. text-align: center;
  535. font-family: PingFang SC, PingFang SC;
  536. font-weight: 400;
  537. font-size: 24rpx;
  538. color: #FFFFFF;
  539. display: inline-block;
  540. }
  541. .content .ques-option.data-v-468b9330 {
  542. min-height: 88rpx;
  543. padding: 24rpx 32rpx;
  544. box-sizing: border-box;
  545. margin-bottom: 24rpx;
  546. background: #F5F7FA;
  547. border-radius: 16rpx 16rpx 16rpx 16rpx;
  548. display: flex;
  549. align-items: center;
  550. }
  551. .content .ques-option-active.data-v-468b9330 {
  552. color: #FF5C03 !important;
  553. background: #FCF0E7 !important;
  554. }
  555. .content .video-line.data-v-468b9330 {
  556. min-width: 140rpx;
  557. max-width: 200rpx;
  558. height: 60rpx;
  559. padding: 0 20rpx;
  560. box-sizing: border-box;
  561. border-radius: 50rpx 0 0 50rpx;
  562. overflow: hidden;
  563. background-color: #fff;
  564. text-align: center;
  565. color: #888;
  566. font-size: 28rpx;
  567. line-height: 60rpx;
  568. display: inline-flex;
  569. align-items: center;
  570. justify-content: center;
  571. position: fixed;
  572. right: 0;
  573. z-index: 9;
  574. bottom: calc(var(--window-bottom) + 280rpx);
  575. box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.12);
  576. }
  577. .content .video-line image.data-v-468b9330 {
  578. flex-shrink: 0;
  579. height: 30rpx;
  580. width: 30rpx;
  581. margin-right: 6rpx;
  582. }
  583. .content .footer.data-v-468b9330 {
  584. border-top: 1rpx solid #ededef;
  585. background: #fff;
  586. width: 100%;
  587. position: fixed;
  588. bottom: 0;
  589. padding: 32rpx;
  590. padding-bottom: calc(var(--window-bottom) + 32rpx);
  591. box-sizing: border-box;
  592. z-index: 9;
  593. }
  594. .content .footer-btn.data-v-468b9330 {
  595. width: 100%;
  596. height: 98rpx;
  597. background: #FF5C03;
  598. border-radius: 49rpx 49rpx 49rpx 49rpx;
  599. line-height: 98rpx;
  600. text-align: center;
  601. font-family: PingFang SC, PingFang SC;
  602. font-weight: 600;
  603. font-size: 32rpx;
  604. color: #FFFFFF;
  605. display: flex;
  606. flex-direction: row;
  607. align-items: center;
  608. justify-content: center;
  609. }
  610. .content .footer-btn-img.data-v-468b9330 {
  611. flex-shrink: 0;
  612. width: 144rpx;
  613. height: 144rpx;
  614. margin-right: 8rpx;
  615. margin-top: -24rpx;
  616. }
  617. .content .footer-btn-border.data-v-468b9330 {
  618. position: relative;
  619. }
  620. .content .footer-btn-border.data-v-468b9330::after {
  621. content: "";
  622. background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  623. position: absolute;
  624. top: -2rpx;
  625. left: 0;
  626. height: 103rpx;
  627. width: 100%;
  628. z-index: -1;
  629. border-radius: 49rpx 49rpx 49rpx 49rpx;
  630. box-shadow: 0rpx 8rpx 11rpx 0rpx rgba(255, 92, 3, 0.3);
  631. overflow: hidden;
  632. }
  633. .agreement.data-v-468b9330 {
  634. display: inline-flex;
  635. margin-top: 16rpx;
  636. font-size: 24rpx;
  637. color: #525252;
  638. align-items: center;
  639. justify-content: center;
  640. }