videoDetail.wxss 19 KB

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