videovip.wxss 17 KB

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