video.wxss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811
  1. .full-width-popup.data-v-468b9330 {
  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. .footer-tips.data-v-468b9330 {
  31. margin-top: 14rpx;
  32. text-align: center;
  33. font-family: PingFang SC,PingFang SC;
  34. font-weight: 500;
  35. font-size: 12px;
  36. color: #bbb;
  37. }
  38. .textOne.data-v-468b9330 {
  39. overflow: hidden;
  40. white-space: nowrap;
  41. text-overflow: ellipsis;
  42. }
  43. .textTwo.data-v-468b9330 {
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. display: -webkit-box;
  47. -webkit-line-clamp: 2;
  48. -webkit-box-orient: vertical;
  49. }
  50. .header-nav.data-v-468b9330 {
  51. height: 88rpx;
  52. display: flex;
  53. flex-direction: row;
  54. align-items: center;
  55. justify-content: flex-start;
  56. overflow: hidden;
  57. background-color: #fff;
  58. box-sizing: border-box;
  59. }
  60. .header-nav .header-title.data-v-468b9330 {
  61. text-align: center;
  62. overflow: hidden;
  63. white-space: nowrap;
  64. text-overflow: ellipsis;
  65. padding: 0 10rpx 0 100rpx;
  66. font-family: PingFang SC,PingFang SC;
  67. font-weight: 500;
  68. font-size: 15px;
  69. color: #000;
  70. box-sizing: border-box;
  71. }
  72. .reward-list.data-v-468b9330 {
  73. width: 100%;
  74. margin-top: 20rpx;
  75. margin-bottom: -40rpx;
  76. }
  77. .reward-list-group.data-v-468b9330 {
  78. font-family: PingFang SC, PingFang SC;
  79. font-weight: 400;
  80. font-size: 14px;
  81. color: #222222;
  82. display: flex;
  83. flex-direction: row;
  84. align-items: center;
  85. justify-content: center;
  86. }
  87. .reward-list-option.data-v-468b9330 {
  88. display: flex;
  89. flex-direction: row;
  90. align-items: center;
  91. justify-content: flex-start;
  92. }
  93. .reward-list-option.data-v-468b9330:first-child {
  94. margin-right: 40rpx;
  95. }
  96. .err.data-v-468b9330 {
  97. color: #f56c6c !important;
  98. }
  99. .kfqrcode-box.data-v-468b9330 {
  100. background-color: #fff;
  101. border-radius: 16rpx;
  102. max-width: 560rpx;
  103. padding: 60rpx 40rpx;
  104. margin-top: -100rpx;
  105. box-sizing: border-box;
  106. display: flex;
  107. flex-direction: column;
  108. align-items: center;
  109. justify-content: flex-start;
  110. font-family: PingFang SC, PingFang SC;
  111. font-weight: 400;
  112. font-size: 34rpx;
  113. color: #222;
  114. position: relative;
  115. text-align: center;
  116. }
  117. .kfqrcode-box .kfqrcode.data-v-468b9330 {
  118. height: 460rpx;
  119. width: 460rpx;
  120. }
  121. .kfqrcode-close.data-v-468b9330 {
  122. width: 64rpx;
  123. height: 64rpx;
  124. position: absolute;
  125. bottom: -100rpx;
  126. left: 50%;
  127. -webkit-transform: translateX(-50%);
  128. transform: translateX(-50%);
  129. }
  130. .tipsPopup-mask.data-v-468b9330 {
  131. position: relative;
  132. width: 560rpx;
  133. background-color: transparent;
  134. }
  135. .tipsPopup-mask .red_envelope_top.data-v-468b9330 {
  136. width: 480rpx;
  137. height: 360rpx;
  138. margin: 0 auto;
  139. display: inherit;
  140. }
  141. .tipsPopup-btn-box.data-v-468b9330 {
  142. width: 456rpx;
  143. height: 104rpx;
  144. padding: 4rpx;
  145. box-sizing: border-box;
  146. background: linear-gradient(180deg, #fcd15e, #fefdfb);
  147. border-radius: 52rpx;
  148. }
  149. .tipsPopup-btn.data-v-468b9330 {
  150. width: 100%;
  151. height: 100%;
  152. background: linear-gradient(180deg, #FF9F22 0%, #FA1E05 100%);
  153. border-radius: 52rpx 52rpx 52rpx 52rpx;
  154. font-family: PingFang SC, PingFang SC;
  155. font-weight: 500;
  156. font-size: 36rpx;
  157. color: #FFFFFF;
  158. line-height: 96rpx;
  159. text-align: center;
  160. }
  161. .tipsPopup.data-v-468b9330 {
  162. width: 560rpx;
  163. padding: 12rpx;
  164. margin-top: -72rpx;
  165. box-sizing: border-box;
  166. background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
  167. border-radius: 32rpx 32rpx 32rpx 32rpx;
  168. position: relative;
  169. }
  170. .tipsPopup-close.data-v-468b9330 {
  171. width: 64rpx;
  172. height: 64rpx;
  173. position: absolute;
  174. right: 0;
  175. top: -188rpx;
  176. }
  177. .tipsPopup-line.data-v-468b9330 {
  178. padding: 3rpx;
  179. box-sizing: border-box;
  180. background: linear-gradient(180deg, #f7f5dc, #fadc9d);
  181. border-radius: 24rpx;
  182. }
  183. .tipsPopup-box.data-v-468b9330 {
  184. padding: 0 40rpx 40rpx 40rpx;
  185. box-sizing: border-box;
  186. background: linear-gradient(180deg, #FFFBEF 0%, #FFFFF5 43%, #F5EAC2 100%);
  187. border-radius: 24rpx;
  188. display: flex;
  189. flex-direction: column;
  190. align-items: center;
  191. justify-content: flex-start;
  192. }
  193. .tipsPopup-head.data-v-468b9330 {
  194. display: flex;
  195. flex-direction: row;
  196. align-items: center;
  197. justify-content: center;
  198. }
  199. .tipsPopup-head-title.data-v-468b9330 {
  200. width: 364rpx;
  201. height: auto;
  202. margin-top: -22rpx;
  203. }
  204. .tipsPopup-content.data-v-468b9330 {
  205. margin: 48rpx 0;
  206. font-family: PingFang SC, PingFang SC;
  207. font-weight: 500;
  208. font-size: 32rpx;
  209. color: #222222;
  210. text-align: center;
  211. }
  212. .tipsPopup-content-title.data-v-468b9330 {
  213. margin-bottom: 26rpx;
  214. font-weight: 600;
  215. font-size: 40rpx;
  216. color: #FF5C03;
  217. }
  218. .video-controls-box.data-v-468b9330 {
  219. width: 100%;
  220. height: 420rpx;
  221. overflow: hidden;
  222. position: absolute;
  223. bottom: 0;
  224. left: 0;
  225. z-index: 2;
  226. background: rgba(0, 0, 0, 0.2);
  227. }
  228. .video-controls-box .video-play.data-v-468b9330 {
  229. height: 72rpx;
  230. width: 72rpx;
  231. position: absolute;
  232. top: 50%;
  233. left: 50%;
  234. -webkit-transform: translate(-50%, -50%);
  235. transform: translate(-50%, -50%);
  236. }
  237. .video-controls.data-v-468b9330 {
  238. width: 100%;
  239. height: 80rpx;
  240. padding: 0 28rpx;
  241. box-sizing: border-box;
  242. position: absolute;
  243. bottom: 0;
  244. left: 0;
  245. display: flex;
  246. align-items: center;
  247. justify-content: space-between;
  248. background: linear-gradient(to top, #222 0%, transparent 80%);
  249. }
  250. .video-controls .video-icon.data-v-468b9330 {
  251. height: 44rpx;
  252. width: 44rpx;
  253. }
  254. .errQuesbox.data-v-468b9330 {
  255. width: 100%;
  256. max-height: 260rpx;
  257. overflow-y: auto;
  258. margin-top: 24rpx;
  259. font-family: PingFang SC, PingFang SC;
  260. font-weight: 500;
  261. font-size: 30rpx;
  262. color: #222222;
  263. }
  264. .errQuesbox-item.data-v-468b9330 {
  265. width: 100%;
  266. height: 128rpx;
  267. line-height: 128rpx;
  268. margin-bottom: 24rpx;
  269. padding: 0 30rpx;
  270. box-sizing: border-box;
  271. overflow: hidden;
  272. background: #fff;
  273. border-radius: 16rpx 16rpx 16rpx 16rpx;
  274. position: relative;
  275. }
  276. .errQuesbox-item.data-v-468b9330::after {
  277. content: "题目";
  278. min-width: 64rpx;
  279. height: 36rpx;
  280. padding: 0 12rpx;
  281. line-height: 36rpx;
  282. background: #FF5C03;
  283. box-sizing: border-box;
  284. border-radius: 0rpx 0rpx 16rpx 0rpx;
  285. text-align: center;
  286. font-family: PingFang SC, PingFang SC;
  287. font-weight: 500;
  288. font-size: 20rpx;
  289. color: #fff;
  290. position: absolute;
  291. left: 0;
  292. top: 0;
  293. }
  294. .bg.data-v-468b9330 {
  295. background: #fff !important;
  296. }
  297. .answerPopup-box.data-v-468b9330 {
  298. width: 560rpx;
  299. background: linear-gradient(180deg, #FFFAF6 0%, #FEECD8 100%);
  300. border-radius: 32rpx 32rpx 32rpx 32rpx;
  301. background-color: #fff;
  302. font-weight: 400;
  303. padding: 32rpx;
  304. box-sizing: border-box;
  305. position: relative;
  306. display: flex;
  307. flex-direction: column;
  308. align-items: center;
  309. justify-content: flex-start;
  310. font-family: PingFang SC, PingFang SC;
  311. font-weight: 400;
  312. }
  313. .answerPopup-box .tipimg.data-v-468b9330 {
  314. width: 206rpx;
  315. height: 206rpx;
  316. margin-bottom: 16rpx;
  317. }
  318. .answerPopup-title.data-v-468b9330 {
  319. font-weight: 600;
  320. font-size: 36rpx;
  321. color: #222222;
  322. }
  323. .answerPopup-desc.data-v-468b9330 {
  324. margin-top: 10rpx;
  325. font-size: 28rpx;
  326. color: #757575;
  327. }
  328. .answerPopup-btn.data-v-468b9330 {
  329. width: 464rpx;
  330. height: 84rpx;
  331. margin-top: 54rpx;
  332. margin-bottom: 16rpx;
  333. background: #FF5C03;
  334. border-radius: 42rpx;
  335. font-weight: 500;
  336. font-size: 32rpx;
  337. color: #FFFFFF;
  338. text-align: center;
  339. line-height: 84rpx;
  340. }
  341. .popupbox.data-v-468b9330 {
  342. width: 100%;
  343. background-color: #fff;
  344. border-radius: 16rpx 16rpx 0 0;
  345. padding: 24rpx 32rpx;
  346. position: relative;
  347. }
  348. .popupbox-head.data-v-468b9330 {
  349. height: 60rpx;
  350. margin-bottom: 30rpx;
  351. text-align: center;
  352. overflow-y: auto;
  353. color: #414858;
  354. font-size: 32rpx;
  355. font-weight: bold;
  356. position: relative;
  357. }
  358. .popupbox-head .close-icon.data-v-468b9330 {
  359. position: absolute;
  360. right: 0;
  361. top: 0;
  362. height: 40rpx;
  363. width: 40rpx;
  364. }
  365. .popupbox-content.data-v-468b9330 {
  366. height: 20vh;
  367. overflow-y: auto;
  368. display: flex;
  369. align-items: flex-start;
  370. flex-wrap: wrap;
  371. gap: 32rpx;
  372. }
  373. .popupbox-content .line-item.data-v-468b9330 {
  374. display: inline-block;
  375. min-width: 200rpx;
  376. min-height: 60rpx;
  377. padding: 0 20rpx;
  378. box-sizing: border-box;
  379. border-radius: 50rpx;
  380. overflow: hidden;
  381. background-color: #f7f7f7;
  382. text-align: center;
  383. color: #414858;
  384. font-size: 28rpx;
  385. line-height: 60rpx;
  386. }
  387. .popupbox-content .line-active.data-v-468b9330 {
  388. color: #f56c6c !important;
  389. background-color: #fef0f0 !important;
  390. }
  391. .content.data-v-468b9330 {
  392. padding-bottom: calc(0px);
  393. }
  394. .content .video-box.data-v-468b9330 {
  395. width: 100%;
  396. height: 420rpx;
  397. overflow: hidden;
  398. position: relative;
  399. }
  400. .content .video-box #myVideo.data-v-468b9330 {
  401. width: 100%;
  402. height: 100%;
  403. }
  404. .content .video-poster.data-v-468b9330 {
  405. width: 100%;
  406. height: 420rpx;
  407. }
  408. .content .miantitlebox.data-v-468b9330 {
  409. padding: 30rpx 0;
  410. border-bottom: 2rpx solid #F5F7FA;
  411. font-family: PingFang SC, PingFang SC;
  412. font-weight: 500;
  413. font-size: 36rpx;
  414. color: #222222;
  415. }
  416. .content .subtitlebox.data-v-468b9330 {
  417. padding: 30rpx 0;
  418. border-bottom: 2rpx solid #F5F7FA;
  419. font-family: PingFang SC, PingFang SC;
  420. font-weight: 500;
  421. font-size: 36rpx;
  422. color: #222222;
  423. }
  424. .content .title-content.data-v-468b9330 {
  425. padding: 0 32rpx;
  426. background-color: #fff;
  427. font-size: 28rpx;
  428. line-height: 1.6;
  429. box-sizing: border-box;
  430. display: flex;
  431. flex-direction: row;
  432. align-items: center;
  433. justify-content: space-between;
  434. }
  435. .content .title-content .title.data-v-468b9330 {
  436. font-size: 36rpx;
  437. font-weight: 500;
  438. color: #414858;
  439. }
  440. .content .title-content .time-or-subtitle.data-v-468b9330 {
  441. margin-top: 12rpx;
  442. color: #666666;
  443. }
  444. .content .warning.data-v-468b9330 {
  445. flex-shrink: 0;
  446. color: #888;
  447. font-size: 24rpx;
  448. display: flex;
  449. flex-direction: column;
  450. align-items: center;
  451. justify-content: center;
  452. }
  453. .content .warning image.data-v-468b9330 {
  454. flex-shrink: 0;
  455. height: 36rpx;
  456. width: 36rpx;
  457. }
  458. .content .video-line.data-v-468b9330 {
  459. min-width: 140rpx;
  460. max-width: 200rpx;
  461. height: 60rpx;
  462. padding: 0 20rpx;
  463. box-sizing: border-box;
  464. border-radius: 50rpx 0 0 50rpx;
  465. overflow: hidden;
  466. background-color: #fff;
  467. text-align: center;
  468. color: #888;
  469. font-size: 28rpx;
  470. line-height: 60rpx;
  471. display: inline-flex;
  472. align-items: center;
  473. justify-content: center;
  474. position: fixed;
  475. right: 0;
  476. z-index: 9;
  477. bottom: calc(0px + 280rpx);
  478. box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.12);
  479. }
  480. .content .video-line image.data-v-468b9330 {
  481. flex-shrink: 0;
  482. height: 34rpx;
  483. width: 34rpx;
  484. margin-right: 6rpx;
  485. }
  486. .content .danmu-line.data-v-468b9330 {
  487. bottom: calc(0px + 370rpx);
  488. word-break: keep-all;
  489. }
  490. .content .danmu-line .set_image.data-v-468b9330 {
  491. height: 40rpx;
  492. width: 40rpx;
  493. }
  494. .content .footer.data-v-468b9330 {
  495. border-top: 1rpx solid #ededef;
  496. background: #fff;
  497. width: 100%;
  498. position: fixed;
  499. bottom: 0;
  500. padding: 32rpx;
  501. padding-bottom: calc(0px + 14rpx);
  502. box-sizing: border-box;
  503. z-index: 9;
  504. }
  505. .content .footer-btn.data-v-468b9330 {
  506. width: 100%;
  507. height: 98rpx;
  508. background: #FF5C03;
  509. border-radius: 49rpx 49rpx 49rpx 49rpx;
  510. line-height: 98rpx;
  511. text-align: center;
  512. font-family: PingFang SC, PingFang SC;
  513. font-weight: 600;
  514. font-size: 32rpx;
  515. color: #FFFFFF;
  516. display: flex;
  517. flex-direction: row;
  518. align-items: center;
  519. justify-content: center;
  520. }
  521. .content .footer-btn-img.data-v-468b9330 {
  522. flex-shrink: 0;
  523. width: 144rpx;
  524. height: 144rpx;
  525. margin-right: 8rpx;
  526. margin-top: -24rpx;
  527. }
  528. .content .footer-btn-border.data-v-468b9330 {
  529. position: relative;
  530. }
  531. .content .footer-btn-border.data-v-468b9330::after {
  532. content: "";
  533. background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  534. position: absolute;
  535. top: -2rpx;
  536. left: 0;
  537. height: 103rpx;
  538. width: 100%;
  539. z-index: -1;
  540. border-radius: 49rpx 49rpx 49rpx 49rpx;
  541. box-shadow: 0rpx 8rpx 11rpx 0rpx rgba(255, 92, 3, 0.3);
  542. overflow: hidden;
  543. }
  544. .agreement.data-v-468b9330 {
  545. display: inline-flex;
  546. margin-top: 16rpx;
  547. font-size: 24rpx;
  548. color: #525252;
  549. align-items: center;
  550. justify-content: center;
  551. }
  552. .video-danmu-btnbox.data-v-468b9330 {
  553. width: 50px;
  554. height: 50px;
  555. border-radius: 50%;
  556. overflow: hidden;
  557. position: absolute;
  558. right: 10px;
  559. bottom: calc(50% - 50px);
  560. -webkit-transform: translateY(-50%);
  561. transform: translateY(-50%);
  562. padding: 8px;
  563. box-sizing: border-box;
  564. }
  565. .video-danmu-image.data-v-468b9330 {
  566. width: 100%;
  567. height: 100%;
  568. }
  569. .danmuPopup.data-v-468b9330 {
  570. background-color: #fff;
  571. padding-bottom: calc(0px + 10px);
  572. }
  573. .danmuPopup .u-border.data-v-468b9330 {
  574. flex: 1;
  575. display: flex;
  576. flex-direction: row;
  577. align-items: center;
  578. justify-content: flex-start;
  579. padding: 0 6rpx;
  580. border-radius: 6px;
  581. }
  582. .danmuPopup-head.data-v-468b9330 {
  583. width: 100%;
  584. padding: 10px;
  585. box-sizing: border-box;
  586. overflow: hidden;
  587. display: flex;
  588. flex-direction: row;
  589. align-items: center;
  590. justify-content: flex-start;
  591. }
  592. .danmuPopup-head .danmu-icon.data-v-468b9330 {
  593. height: 24px;
  594. width: 24px;
  595. margin-right: 10px;
  596. }
  597. .danmuPopup-input.data-v-468b9330 {
  598. flex: 1;
  599. height: 35px;
  600. }
  601. .danmuPopup-send.data-v-468b9330 {
  602. flex-shrink: 0;
  603. height: 35px;
  604. display: flex;
  605. align-items: center;
  606. justify-content: center;
  607. padding: 5px 15px;
  608. box-sizing: border-box;
  609. background: #FF5C03 !important;
  610. border-radius: 6px;
  611. font-family: PingFang SC, PingFang SC;
  612. font-weight: 500;
  613. font-size: 15px;
  614. color: #fff !important;
  615. margin-left: 12px;
  616. }
  617. .danmuPopup-send.data-v-468b9330::after {
  618. border: none;
  619. }
  620. .danmuPopup-con.data-v-468b9330 {
  621. background-color: #F5F7FA;
  622. padding: 24px 12px 48px 12px;
  623. font-family: PingFang SC, PingFang SC;
  624. font-weight: 400;
  625. font-size: 14px;
  626. color: #757575;
  627. }
  628. .danmu-icon.data-v-468b9330 {
  629. height: 24px;
  630. width: 24px;
  631. margin-right: 12px;
  632. }
  633. .logo.data-v-468b9330 {
  634. display: inline-block;
  635. width: 30px;
  636. height: auto;
  637. margin: 20px 0 0 10px;
  638. pointer-events: none;
  639. object-fit: cover;
  640. }
  641. .logo-full.data-v-468b9330 {
  642. display: inline-block;
  643. width: 40px;
  644. height: auto;
  645. margin: 50px 0 0 30px;
  646. pointer-events: none;
  647. object-fit: cover;
  648. }
  649. .tabbox-bar.data-v-468b9330 {
  650. display: flex;
  651. flex-direction: row;
  652. align-items: center;
  653. justify-content: flex-start;
  654. background-color: #fff;
  655. }
  656. .tabbox-bar .warning.data-v-468b9330 {
  657. flex-shrink: 0;
  658. padding-right: 20rpx;
  659. }
  660. .tabbox.data-v-468b9330 {
  661. flex: 1;
  662. display: flex;
  663. flex-direction: row;
  664. align-items: center;
  665. justify-content: center;
  666. border-bottom: 2rpx solid #F5F7FA;
  667. height: 44px;
  668. background-color: #fff;
  669. }
  670. .tabbox view.data-v-468b9330 {
  671. flex: 1;
  672. padding: 20rpx 0;
  673. margin-right: 40rpx;
  674. text-align: center;
  675. }
  676. .tabbox-active.data-v-468b9330 {
  677. position: relative;
  678. }
  679. .tabbox-active.data-v-468b9330::after {
  680. position: absolute;
  681. bottom: 0;
  682. left: 50%;
  683. -webkit-transform: translateX(-50%);
  684. transform: translateX(-50%);
  685. content: "";
  686. width: 3rem;
  687. border-bottom: 4px solid #FF5C03;
  688. }
  689. .chatinput.data-v-468b9330 {
  690. position: fixed;
  691. left: 32rpx;
  692. right: 32rpx;
  693. z-index: 999;
  694. height: 96rpx;
  695. background-color: green;
  696. background: #FFFFFF;
  697. box-shadow: 0rpx 8rpx 21rpx 0rpx rgba(0, 0, 0, 0.1);
  698. border-radius: 24rpx 24rpx 24rpx 24rpx;
  699. display: flex;
  700. flex-direction: row;
  701. align-items: center;
  702. justify-content: center;
  703. padding: 0 24rpx;
  704. box-sizing: border-box;
  705. }
  706. .chatinput .uni-input.data-v-468b9330 {
  707. flex: 1;
  708. margin-right: 32rpx;
  709. font-size: 30rpx;
  710. }
  711. .chatinput .send.data-v-468b9330 {
  712. font-family: PingFang SC, PingFang SC;
  713. font-weight: 400;
  714. font-size: 28rpx;
  715. color: #FFFFFF !important;
  716. flex-shrink: 0;
  717. padding: 0 20rpx;
  718. height: 72rpx;
  719. background: #FF5C03 !important;
  720. border-radius: 8rpx 8rpx 8rpx 8rpx;
  721. }
  722. .chatinput .send.data-v-468b9330::after {
  723. border: none;
  724. }
  725. .answerTip.data-v-468b9330 {
  726. position: fixed;
  727. right: 0;
  728. z-index: 9;
  729. bottom: calc(0px + 380rpx);
  730. box-shadow: 0rpx 8rpx 21rpx 0rpx rgba(0, 0, 0, 0.1);
  731. border-radius: 24rpx 24rpx 24rpx 24rpx;
  732. background-color: #ff5c03;
  733. color: #fff;
  734. border-radius: 50%;
  735. height: 100rpx;
  736. width: 100rpx;
  737. font-size: 25rpx;
  738. text-align: center;
  739. padding: 10rpx;
  740. display: flex;
  741. flex-direction: row;
  742. align-items: center;
  743. justify-content: center;
  744. }
  745. .danmu-item.data-v-468b9330 {
  746. position: absolute;
  747. top: 0;
  748. white-space: nowrap;
  749. font-size: 16px;
  750. height: 20px;
  751. display: inline-flex;
  752. box-sizing: border-box;
  753. align-items: center;
  754. }
  755. .danmuMove.data-v-468b9330 {
  756. -webkit-animation-timing-function: linear;
  757. animation-timing-function: linear;
  758. -webkit-animation-delay: 0s;
  759. animation-delay: 0s;
  760. -webkit-animation-iteration-count: 1;
  761. animation-iteration-count: 1;
  762. -webkit-animation-direction: normal;
  763. animation-direction: normal;
  764. -webkit-animation-fill-mode: forwards;
  765. animation-fill-mode: forwards;
  766. -webkit-animation-play-state: running;
  767. animation-play-state: running;
  768. -webkit-animation-name: mymove-data-v-468b9330;
  769. animation-name: mymove-data-v-468b9330;
  770. will-change: transform;
  771. }
  772. @-webkit-keyframes mymove-data-v-468b9330 {
  773. from {
  774. -webkit-transform: translateX(100vw);
  775. transform: translateX(100vw);
  776. }
  777. to {
  778. -webkit-transform: translateX(-100%);
  779. transform: translateX(-100%);
  780. }
  781. }
  782. @keyframes mymove-data-v-468b9330 {
  783. from {
  784. -webkit-transform: translateX(100vw);
  785. transform: translateX(100vw);
  786. }
  787. to {
  788. -webkit-transform: translateX(-100%);
  789. transform: translateX(-100%);
  790. }
  791. }
  792. .arrow-left-warning.data-v-468b9330 {
  793. position: absolute;
  794. left: 24rpx;
  795. height: 88rpx;
  796. overflow: hidden;
  797. color: #888;
  798. font-size: 24rpx;
  799. display: flex;
  800. flex-direction: column;
  801. align-items: center;
  802. justify-content: center;
  803. }
  804. .arrow-left-warning image.data-v-468b9330 {
  805. flex-shrink: 0;
  806. height: 36rpx;
  807. width: 36rpx;
  808. }