video.wxss 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789
  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. }
  430. .content .title-content .title.data-v-468b9330 {
  431. font-size: 36rpx;
  432. font-weight: 500;
  433. color: #414858;
  434. }
  435. .content .title-content .time-or-subtitle.data-v-468b9330 {
  436. margin-top: 12rpx;
  437. color: #666666;
  438. }
  439. .content .video-line.data-v-468b9330 {
  440. min-width: 140rpx;
  441. max-width: 200rpx;
  442. height: 60rpx;
  443. padding: 0 20rpx;
  444. box-sizing: border-box;
  445. border-radius: 50rpx 0 0 50rpx;
  446. overflow: hidden;
  447. background-color: #fff;
  448. text-align: center;
  449. color: #888;
  450. font-size: 28rpx;
  451. line-height: 60rpx;
  452. display: inline-flex;
  453. align-items: center;
  454. justify-content: center;
  455. position: fixed;
  456. right: 0;
  457. z-index: 9;
  458. bottom: calc(0px + 280rpx);
  459. box-shadow: 0 4rpx 10rpx rgba(0, 0, 0, 0.12);
  460. }
  461. .content .video-line image.data-v-468b9330 {
  462. flex-shrink: 0;
  463. height: 34rpx;
  464. width: 34rpx;
  465. margin-right: 6rpx;
  466. }
  467. .content .danmu-line.data-v-468b9330 {
  468. bottom: calc(0px + 370rpx);
  469. word-break: keep-all;
  470. }
  471. .content .danmu-line .set_image.data-v-468b9330 {
  472. height: 40rpx;
  473. width: 40rpx;
  474. }
  475. .content .footer.data-v-468b9330 {
  476. border-top: 1rpx solid #ededef;
  477. background: #fff;
  478. width: 100%;
  479. position: fixed;
  480. bottom: 0;
  481. padding: 32rpx;
  482. padding-bottom: calc(0px + 12rpx);
  483. box-sizing: border-box;
  484. z-index: 9;
  485. }
  486. .content .footer-btn.data-v-468b9330 {
  487. width: 100%;
  488. height: 98rpx;
  489. background: #FF5C03;
  490. border-radius: 49rpx 49rpx 49rpx 49rpx;
  491. line-height: 98rpx;
  492. text-align: center;
  493. font-family: PingFang SC, PingFang SC;
  494. font-weight: 600;
  495. font-size: 32rpx;
  496. color: #FFFFFF;
  497. display: flex;
  498. flex-direction: row;
  499. align-items: center;
  500. justify-content: center;
  501. }
  502. .content .footer-btn-img.data-v-468b9330 {
  503. flex-shrink: 0;
  504. width: 144rpx;
  505. height: 144rpx;
  506. margin-right: 8rpx;
  507. margin-top: -24rpx;
  508. }
  509. .content .footer-btn-border.data-v-468b9330 {
  510. position: relative;
  511. }
  512. .content .footer-btn-border.data-v-468b9330::after {
  513. content: "";
  514. background: linear-gradient(180deg, rgba(255, 255, 255, 0), white);
  515. position: absolute;
  516. top: -2rpx;
  517. left: 0;
  518. height: 103rpx;
  519. width: 100%;
  520. z-index: -1;
  521. border-radius: 49rpx 49rpx 49rpx 49rpx;
  522. box-shadow: 0rpx 8rpx 11rpx 0rpx rgba(255, 92, 3, 0.3);
  523. overflow: hidden;
  524. }
  525. .agreement.data-v-468b9330 {
  526. display: inline-flex;
  527. margin-top: 16rpx;
  528. font-size: 24rpx;
  529. color: #525252;
  530. align-items: center;
  531. justify-content: center;
  532. }
  533. .agreement.data-v-468b9330 {
  534. display: inline-flex;
  535. margin-top: 16rpx;
  536. font-size: 24rpx;
  537. color: #525252;
  538. align-items: center;
  539. justify-content: center;
  540. }
  541. .video-danmu-btnbox.data-v-468b9330 {
  542. width: 50px;
  543. height: 50px;
  544. border-radius: 50%;
  545. overflow: hidden;
  546. position: absolute;
  547. right: 10px;
  548. bottom: calc(50% - 50px);
  549. -webkit-transform: translateY(-50%);
  550. transform: translateY(-50%);
  551. padding: 8px;
  552. box-sizing: border-box;
  553. }
  554. .video-danmu-image.data-v-468b9330 {
  555. width: 100%;
  556. height: 100%;
  557. }
  558. .danmuPopup.data-v-468b9330 {
  559. background-color: #fff;
  560. padding-bottom: calc(0px + 10px);
  561. }
  562. .danmuPopup .u-border.data-v-468b9330 {
  563. flex: 1;
  564. display: flex;
  565. flex-direction: row;
  566. align-items: center;
  567. justify-content: flex-start;
  568. padding: 0 10rpx;
  569. border-radius: 6px;
  570. border: 1rpx solid #eee;
  571. }
  572. .danmuPopup-head.data-v-468b9330 {
  573. width: 100%;
  574. padding: 10px;
  575. box-sizing: border-box;
  576. overflow: hidden;
  577. display: flex;
  578. flex-direction: row;
  579. align-items: center;
  580. justify-content: flex-start;
  581. }
  582. .danmuPopup-head .danmu-icon.data-v-468b9330 {
  583. height: 24px;
  584. width: 24px;
  585. margin-right: 12px;
  586. }
  587. .danmuPopup-input.data-v-468b9330 {
  588. flex: 1;
  589. height: 35px;
  590. }
  591. .danmuPopup-send.data-v-468b9330 {
  592. flex-shrink: 0;
  593. height: 35px;
  594. display: flex;
  595. align-items: center;
  596. justify-content: center;
  597. padding: 5px 15px;
  598. box-sizing: border-box;
  599. background: #FF5C03 !important;
  600. border-radius: 22px;
  601. font-family: PingFang SC, PingFang SC;
  602. font-weight: 500;
  603. font-size: 15px;
  604. color: #fff !important;
  605. margin-left: 12px;
  606. }
  607. .danmuPopup-send.data-v-468b9330::after {
  608. border: none;
  609. }
  610. .danmuPopup-con.data-v-468b9330 {
  611. background-color: #F5F7FA;
  612. padding: 24px 12px 48px 12px;
  613. font-family: PingFang SC, PingFang SC;
  614. font-weight: 400;
  615. font-size: 14px;
  616. color: #757575;
  617. }
  618. .danmu-icon.data-v-468b9330 {
  619. height: 24px;
  620. width: 24px;
  621. margin-right: 12px;
  622. }
  623. .logo.data-v-468b9330 {
  624. display: inline-block;
  625. width: 30px;
  626. height: auto;
  627. margin: 20px 0 0 10px;
  628. pointer-events: none;
  629. object-fit: cover;
  630. }
  631. .logo-full.data-v-468b9330 {
  632. display: inline-block;
  633. width: 40px;
  634. height: auto;
  635. margin: 50px 0 0 30px;
  636. pointer-events: none;
  637. object-fit: cover;
  638. }
  639. .tabbox.data-v-468b9330 {
  640. display: flex;
  641. flex-direction: row;
  642. align-items: center;
  643. justify-content: center;
  644. border-bottom: 2rpx solid #F5F7FA;
  645. height: 44px;
  646. background-color: #fff;
  647. }
  648. .tabbox view.data-v-468b9330 {
  649. flex: 1;
  650. padding: 20rpx 0;
  651. margin-right: 40rpx;
  652. text-align: center;
  653. }
  654. .tabbox-active.data-v-468b9330 {
  655. position: relative;
  656. }
  657. .tabbox-active.data-v-468b9330::after {
  658. position: absolute;
  659. bottom: 0;
  660. left: 50%;
  661. -webkit-transform: translateX(-50%);
  662. transform: translateX(-50%);
  663. content: "";
  664. width: 3rem;
  665. border-bottom: 4px solid #FF5C03;
  666. }
  667. .chatinput.data-v-468b9330 {
  668. position: fixed;
  669. left: 32rpx;
  670. right: 32rpx;
  671. z-index: 999;
  672. height: 96rpx;
  673. background-color: green;
  674. background: #FFFFFF;
  675. box-shadow: 0rpx 8rpx 21rpx 0rpx rgba(0, 0, 0, 0.1);
  676. border-radius: 24rpx 24rpx 24rpx 24rpx;
  677. display: flex;
  678. flex-direction: row;
  679. align-items: center;
  680. justify-content: center;
  681. padding: 0 24rpx;
  682. box-sizing: border-box;
  683. }
  684. .chatinput .uni-input.data-v-468b9330 {
  685. flex: 1;
  686. margin-right: 32rpx;
  687. font-size: 30rpx;
  688. }
  689. .chatinput .send.data-v-468b9330 {
  690. font-family: PingFang SC, PingFang SC;
  691. font-weight: 400;
  692. font-size: 28rpx;
  693. color: #FFFFFF !important;
  694. flex-shrink: 0;
  695. padding: 0 20rpx;
  696. height: 72rpx;
  697. background: #FF5C03 !important;
  698. border-radius: 8rpx 8rpx 8rpx 8rpx;
  699. }
  700. .chatinput .send.data-v-468b9330::after {
  701. border: none;
  702. }
  703. .answerTip.data-v-468b9330 {
  704. position: fixed;
  705. right: 0;
  706. z-index: 9;
  707. bottom: calc(0px + 380rpx);
  708. box-shadow: 0rpx 8rpx 21rpx 0rpx rgba(0, 0, 0, 0.1);
  709. border-radius: 24rpx 24rpx 24rpx 24rpx;
  710. background-color: #ff5c03;
  711. color: #fff;
  712. border-radius: 50%;
  713. height: 90rpx;
  714. width: 90rpx;
  715. font-size: 25rpx;
  716. text-align: center;
  717. padding: 10rpx;
  718. display: flex;
  719. flex-direction: column;
  720. align-items: center;
  721. justify-content: center;
  722. }
  723. .danmu-item.data-v-468b9330 {
  724. position: absolute;
  725. top: 0;
  726. white-space: nowrap;
  727. font-size: 16px;
  728. height: 20px;
  729. display: inline-flex;
  730. box-sizing: border-box;
  731. align-items: center;
  732. }
  733. .danmuMove.data-v-468b9330 {
  734. -webkit-animation-timing-function: linear;
  735. animation-timing-function: linear;
  736. -webkit-animation-delay: 0s;
  737. animation-delay: 0s;
  738. -webkit-animation-iteration-count: 1;
  739. animation-iteration-count: 1;
  740. -webkit-animation-direction: normal;
  741. animation-direction: normal;
  742. -webkit-animation-fill-mode: forwards;
  743. animation-fill-mode: forwards;
  744. -webkit-animation-play-state: running;
  745. animation-play-state: running;
  746. -webkit-animation-name: mymove-data-v-468b9330;
  747. animation-name: mymove-data-v-468b9330;
  748. will-change: transform;
  749. }
  750. @-webkit-keyframes mymove-data-v-468b9330 {
  751. from {
  752. -webkit-transform: translateX(100vw);
  753. transform: translateX(100vw);
  754. }
  755. to {
  756. -webkit-transform: translateX(-100%);
  757. transform: translateX(-100%);
  758. }
  759. }
  760. @keyframes mymove-data-v-468b9330 {
  761. from {
  762. -webkit-transform: translateX(100vw);
  763. transform: translateX(100vw);
  764. }
  765. to {
  766. -webkit-transform: translateX(-100%);
  767. transform: translateX(-100%);
  768. }
  769. }
  770. .arrow-left-warning.data-v-468b9330 {
  771. position: absolute;
  772. left: 24rpx;
  773. height: 88rpx;
  774. overflow: hidden;
  775. color: #888;
  776. font-size: 24rpx;
  777. display: flex;
  778. flex-direction: column;
  779. align-items: center;
  780. justify-content: center;
  781. }
  782. .arrow-left-warning image.data-v-468b9330 {
  783. flex-shrink: 0;
  784. height: 36rpx;
  785. width: 36rpx;
  786. }