WXtrialInterface.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812
  1. body {
  2. font-size: 0.2592592593rem;
  3. margin: 0 auto;
  4. width: 100%;
  5. min-width: 320px;
  6. }
  7. .h-player {
  8. height: 100%;
  9. overflow: hidden;
  10. background: #000;
  11. }
  12. .container {
  13. width: 100%;
  14. height: 100%;
  15. position: relative;
  16. user-select: none;
  17. }
  18. #video1 {
  19. display: block;
  20. width: 100%;
  21. height: 100%;
  22. top: 0px;
  23. left: 0px;
  24. opacity: 1;
  25. }
  26. #box {
  27. width: 100%;
  28. height: 100%;
  29. position: absolute;
  30. left: 0;
  31. top: 0;
  32. z-index: 9999;
  33. }
  34. .scroll {
  35. position: absolute;
  36. -webkit-overflow-scrolling: touch;
  37. top: 0;
  38. left: 0;
  39. bottom: 0;
  40. right: 0;
  41. }
  42. body:before {
  43. width: 100%;
  44. height: 100%;
  45. content: ' ';
  46. position: fixed;
  47. z-index: -1;
  48. top: 0;
  49. left: 0;
  50. background: #000;
  51. }
  52. #wine {
  53. user-select: none;
  54. -webkit-user-drag: none;
  55. position: absolute;
  56. z-index: 0;
  57. }
  58. canvas {
  59. display: block;
  60. width: 100%;
  61. height: 100%;
  62. z-index: 999;
  63. }
  64. /*主屏*/
  65. .control {
  66. width: 900px;
  67. overflow: hidden;
  68. margin: 0 auto;
  69. margin-top: 90px;
  70. margin-bottom: 17px;
  71. }
  72. .control-left-img {
  73. width: 26px;
  74. height: 26px;
  75. }
  76. .control-left-img img {
  77. width: 100%;
  78. height: 100%;
  79. }
  80. #mainScreen-main {
  81. user-select: none;
  82. -webkit-user-drag: none;
  83. position: relative;
  84. z-index: 0;
  85. width: 100%;
  86. height: 100%;
  87. top: 0px;
  88. background: #000;
  89. }
  90. #mocan {
  91. position: absolute;
  92. left: -269px;
  93. top: 2px;
  94. /* opacity: 0.2; */
  95. width: 901px;
  96. height: 555px;
  97. z-index: 9999;
  98. opacity: 0.7;
  99. }
  100. #no-ne {
  101. width: 100%;
  102. height: 100%;
  103. position: absolute;
  104. top: 0;
  105. background: #000000;
  106. z-index: 99999;
  107. font-size: 18px;
  108. color: #ffffff;
  109. text-align: center;
  110. }
  111. .no-ne-text {
  112. margin-top: 60%;
  113. }
  114. .no-ne-an {
  115. width: 171px;
  116. height: 47px;
  117. background: #eb6100;
  118. line-height: 47px;
  119. text-align: center;
  120. color: #ffffff;
  121. margin: 0 auto;
  122. margin-top: 20px;
  123. }
  124. .container .muted {
  125. position: absolute;
  126. right: 0.46296rem;
  127. top: 0.46296rem;
  128. z-index: 9999999;
  129. border-radius: 50%;
  130. }
  131. .muted {
  132. width: 2.62963rem;
  133. height: 2.62963rem;
  134. background-position: -1.78704rem -8.43519rem;
  135. }
  136. html {
  137. height: 100%;
  138. }
  139. .control-right-img {
  140. width: 42px;
  141. height: 42px;
  142. margin: 0 auto;
  143. margin-top: 0.6rem;
  144. }
  145. .control-right-img img {
  146. width: 100%;
  147. height: 100%;
  148. }
  149. .leftmains {
  150. width: 3.5rem;
  151. /* height: 100%; */
  152. background: #333333;
  153. position: fixed;
  154. right: -4rem;
  155. top: 0;
  156. bottom: 50px;
  157. z-index: 2;
  158. transition: all 0.2s ease-in;
  159. display: flex;
  160. flex-direction: column;
  161. /* margin-bottom: 50px; */
  162. }
  163. .PictureQualityMain {
  164. margin-top: 3rem;
  165. position: relative;
  166. }
  167. .PictureQuality {
  168. /* margin: 0 auto;
  169. width: 2.5rem;
  170. height: 1.8rem;
  171. line-height: 1.8rem;
  172. color: #fff;
  173. text-align: center;
  174. font-size: 15px;
  175. margin-top: 1rem; */
  176. }
  177. .avit {
  178. background: rgba(255, 255, 255, 1);
  179. color: #000 !important;
  180. border-radius: 3px;
  181. }
  182. .upload {
  183. margin: 0 auto;
  184. width: 3rem;
  185. /* height: 1.8rem; */
  186. line-height: 1.8rem;
  187. color: #fff;
  188. text-align: center;
  189. font-size: 16px;
  190. /* margin-top: 3rem; */
  191. }
  192. .upload + .upload {
  193. margin-top: 1rem;
  194. }
  195. .upload img {
  196. width: 1.5rem;
  197. height: 1.5rem;
  198. }
  199. .upload div {
  200. margin-top: -0.5rem;
  201. font-size: 14px;
  202. }
  203. .operation {
  204. /* position: absolute; */
  205. position: relative;
  206. margin-top: auto;
  207. /* bottom: 100px; */
  208. width: 100%;
  209. }
  210. .bottommains {
  211. width: 100%;
  212. height: 50px;
  213. background: #333333;
  214. position: fixed;
  215. left: 0;
  216. bottom: 0;
  217. z-index: 3;
  218. }
  219. .botmat1 {
  220. width: 33%;
  221. float: left;
  222. }
  223. .botmat1img {
  224. margin: 0 auto;
  225. width: 1.5rem;
  226. height: 1.5rem;
  227. margin-top: 0.5rem;
  228. }
  229. .botmat1img img {
  230. width: 100%;
  231. height: 100%;
  232. }
  233. .mainbox {
  234. width: 18rem;
  235. height: 10rem;
  236. background: #fff;
  237. position: fixed;
  238. top: 38%;
  239. left: 5%;
  240. border-radius: 5px;
  241. }
  242. .boxTitle {
  243. text-align: center;
  244. font-size: 18px;
  245. padding: 10px 0px;
  246. }
  247. .boxText {
  248. text-align: center;
  249. font-size: 16px;
  250. }
  251. .boxbt {
  252. width: 60%;
  253. height: 2.5rem;
  254. background: #0886f5;
  255. margin: 0 auto;
  256. font-size: 16px;
  257. text-align: center;
  258. line-height: 2.5rem;
  259. color: #fff;
  260. border-radius: 5px;
  261. margin-top: 1rem;
  262. }
  263. .sbox {
  264. width: 18rem;
  265. height: 5.5rem;
  266. background: #fff;
  267. position: fixed;
  268. top: 38%;
  269. left: 5%;
  270. border-radius: 5px;
  271. }
  272. .sboxText {
  273. padding: 17px;
  274. font-size: 16px;
  275. }
  276. .sboxbu {
  277. text-align: right;
  278. color: #0886f5;
  279. font-size: 16px;
  280. margin-right: 2rem;
  281. }
  282. .boximg {
  283. position: absolute;
  284. width: 1rem;
  285. height: 1rem;
  286. left: 45%;
  287. bottom: -22%;
  288. }
  289. #showsuss {
  290. display: none;
  291. }
  292. .loading {
  293. /* position: fixed; */
  294. position: absolute;
  295. z-index: 1;
  296. left: 0;
  297. top: 0;
  298. right: 0;
  299. bottom: 0;
  300. width: 100%;
  301. height: calc(100% - 50px);
  302. }
  303. .mask {
  304. width: 100vw;
  305. height: 100vh;
  306. background: rgba(0, 0, 0, 0.3);
  307. position: fixed;
  308. top: 0;
  309. left: 0;
  310. z-index: 4;
  311. display: none;
  312. }
  313. .box-shear-plate {
  314. width: 16.25em;
  315. height: 16.875em;
  316. background: rgba(0, 0, 0, 0.6);
  317. border-radius: 1.25em;
  318. padding-bottom: 20px;
  319. position: absolute;
  320. top: 8.375em;
  321. left: 3.625em;
  322. }
  323. .close {
  324. width: 1.875rem;
  325. height: 1.875rem;
  326. position: absolute;
  327. top: 26.5875em;
  328. left: 10.8125em;
  329. }
  330. .empty {
  331. width: 8em;
  332. height: 10em;
  333. margin-top: 2.5em;
  334. margin-left: 4.125em;
  335. }
  336. .empty-txt {
  337. font-size: 0.9375em;
  338. font-weight: 400;
  339. color: #ffffff;
  340. line-height: 1.3125em;
  341. margin-top: 0.625em;
  342. text-align: center;
  343. }
  344. .title {
  345. height: 3em;
  346. line-height: 3em;
  347. text-align: center;
  348. font-size: 1em;
  349. font-weight: 500;
  350. color: #ffffff;
  351. position: relative;
  352. }
  353. .btn-clear {
  354. width: 3em;
  355. height: 1.5em;
  356. line-height: 1.5em;
  357. text-align: center;
  358. background: #3666f2;
  359. border-radius: 0.25em;
  360. position: absolute;
  361. right: 1.125em;
  362. top: 1.125em;
  363. font-size: 0.75em;
  364. color: #ffffff;
  365. }
  366. ul,
  367. li {
  368. padding: 0;
  369. margin: 0;
  370. }
  371. ul,
  372. li {
  373. list-style: none;
  374. }
  375. .slide-wrapper-content {
  376. height: 13.875em;
  377. overflow: hidden;
  378. overflow-y: scroll;
  379. }
  380. .animate-slide-start {
  381. -webkit-transition: all 0.2s ease-in-out;
  382. -moz-transition: all 0.2s ease-in-out;
  383. transition: all 0.2s ease-in-out;
  384. }
  385. .animate-slide {
  386. -webkit-transform: translate3d(-2.125em, 0, 0);
  387. -moz-transform: translate3d(-2.125em, 0, 0);
  388. transform: translate3d(-2.125em, 0, 0);
  389. }
  390. .slide-wrapper {
  391. margin: 0 1.125em 0.5em 0.625em;
  392. height: 2em;
  393. background: #fff;
  394. border-radius: 0.3125em;
  395. overflow: hidden;
  396. }
  397. .slide-scroll {
  398. height: 2em;
  399. overflow: hidden;
  400. white-space: nowrap;
  401. }
  402. .slide-content-button {
  403. width: 2.125em;
  404. height: 2em;
  405. border-radius: 0 0.3125em 0.3125em 0;
  406. display: flex;
  407. }
  408. .slide-content-button button {
  409. width: 100%;
  410. height: 100%;
  411. border: none;
  412. background: #f04646;
  413. color: #fff;
  414. font-size: 0.75em;
  415. text-align: center;
  416. }
  417. .slide-content {
  418. float: left;
  419. display: inline-block;
  420. color: #666;
  421. height: 2em;
  422. line-height: 2em;
  423. }
  424. .slide-content div {
  425. font-size: 0.8125em;
  426. margin-left: 0.625em;
  427. margin-right: 0.875em;
  428. text-align: center;
  429. overflow: hidden;
  430. text-overflow: ellipsis;
  431. white-space: nowrap;
  432. }
  433. .mask {
  434. width: 100vw;
  435. height: 100vh;
  436. background: rgba(0, 0, 0, 0.3);
  437. position: fixed;
  438. top: 0;
  439. left: 0;
  440. z-index: 4;
  441. }
  442. .try-use-wrap,
  443. .buy-phone-wrap,
  444. .look-wrap {
  445. width: 100%;
  446. height: 100%;
  447. position: fixed;
  448. top: 0;
  449. left: 0;
  450. z-index: 9999;
  451. background: rgba(0, 0, 0, 0.5);
  452. display: none;
  453. }
  454. .try-use-container {
  455. width: 80%;
  456. height: 409px;
  457. position: absolute;
  458. top: 50%;
  459. left: 50%;
  460. transform: translate(-50%, -50%);
  461. background-color: #ffffff;
  462. border-radius: 0.66em;
  463. }
  464. .time-close-wrap {
  465. width: 5.46em;
  466. height: 2em;
  467. line-height: 2em;
  468. text-align: center;
  469. position: absolute;
  470. top: 0.24em;
  471. right: 0.3em;
  472. background: rgba(0, 0, 0, 0.49);
  473. border-radius: 1.26em;
  474. font-size: 12px;
  475. color: #ffffff;
  476. }
  477. .bug-wrap {
  478. width: 90%;
  479. height: 115px;
  480. background: #ffffff;
  481. border-radius: 10px;
  482. position: absolute;
  483. top: 50%;
  484. left: 50%;
  485. transform: translate(-50%, -50%);
  486. }
  487. .bug-title {
  488. text-align: center;
  489. margin: 25px 0;
  490. font-size: 18px;
  491. font-weight: 600;
  492. color: #333333;
  493. }
  494. .btn-list {
  495. width: 100%;
  496. height: 44px;
  497. line-height: 44px;
  498. border-top: 1px solid rgba(238, 238, 238, 1);
  499. position: absolute;
  500. bottom: 0;
  501. left: 0;
  502. display: flex;
  503. align-items: center;
  504. }
  505. .btn {
  506. flex: 1;
  507. text-align: center;
  508. }
  509. .cannel-btn {
  510. font-size: 18px;
  511. color: #666666;
  512. }
  513. .go-bug {
  514. font-size: 18px;
  515. color: #3b7fff;
  516. border-left: 1px solid rgba(238, 238, 238, 1);
  517. }
  518. .try-use-wrap,
  519. .buy-phone-wrap,
  520. .look-wrap {
  521. width: 100%;
  522. height: 100%;
  523. position: fixed;
  524. top: 0;
  525. left: 0;
  526. z-index: 9999;
  527. background: rgba(0, 0, 0, 0.5);
  528. display: none;
  529. }
  530. .try-use-container {
  531. width: 80%;
  532. height: 409px;
  533. position: absolute;
  534. top: 50%;
  535. left: 50%;
  536. transform: translate(-50%, -50%);
  537. background-color: #ffffff;
  538. border-radius: 0.66em;
  539. }
  540. .time-close-wrap {
  541. width: 5.46em;
  542. height: 2em;
  543. line-height: 2em;
  544. text-align: center;
  545. position: absolute;
  546. top: 0.24em;
  547. right: 0.3em;
  548. background: rgba(0, 0, 0, 0.49);
  549. border-radius: 1.26em;
  550. font-size: 12px;
  551. color: #ffffff;
  552. }
  553. .bug-wrap {
  554. width: 90%;
  555. height: 115px;
  556. background: #ffffff;
  557. border-radius: 10px;
  558. position: absolute;
  559. top: 50%;
  560. left: 50%;
  561. transform: translate(-50%, -50%);
  562. }
  563. .bug-title {
  564. text-align: center;
  565. margin: 25px 0;
  566. font-size: 18px;
  567. font-weight: 600;
  568. color: #333333;
  569. }
  570. .btn-list {
  571. width: 100%;
  572. height: 44px;
  573. line-height: 44px;
  574. border-top: 1px solid rgba(238, 238, 238, 1);
  575. position: absolute;
  576. bottom: 0;
  577. left: 0;
  578. display: flex;
  579. align-items: center;
  580. }
  581. .btn {
  582. flex: 1;
  583. text-align: center;
  584. }
  585. .cannel-btn {
  586. font-size: 18px;
  587. color: #666666;
  588. }
  589. .go-bug {
  590. font-size: 18px;
  591. color: #3b7fff;
  592. border-left: 1px solid rgba(238, 238, 238, 1);
  593. }
  594. .dialog {
  595. position: fixed;
  596. top: 0;
  597. left: 0;
  598. right: 0;
  599. bottom: 0;
  600. height: 100vh;
  601. width: 100vw;
  602. z-index: 100;
  603. /* width: 70vw; */
  604. /* border-image: linear-gradient(#76ccff, #c328ff); */
  605. /* border: 1px solid #000; */
  606. /* border-radius: 20px; */
  607. flex-direction: column;
  608. align-items: center;
  609. justify-content: center;
  610. box-sizing: border-box;
  611. display: none;
  612. }
  613. .dialog-mask {
  614. background-color: rgba(0, 0, 0, 0.6);
  615. position: absolute;
  616. top: 0;
  617. left: 0;
  618. right: 0;
  619. bottom: 0;
  620. width: 100%;
  621. height: 100%;
  622. z-index: 0;
  623. }
  624. .dialog.show {
  625. display: flex;
  626. }
  627. .dialog * {
  628. box-sizing: inherit;
  629. }
  630. .dialog-content-border {
  631. width: 70vw;
  632. /* height: 70vw; */
  633. z-index: 1;
  634. position: relative;
  635. }
  636. .dialog-content {
  637. width: 100%;
  638. /* height: 100%; */
  639. background-color: #000;
  640. color: #fff;
  641. display: flex;
  642. flex-direction: column;
  643. }
  644. .dialog-header {
  645. display: flex;
  646. align-items: center;
  647. justify-content: space-between;
  648. height: 11.2vw;
  649. padding: 0 5vw;
  650. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  651. }
  652. .dialog-btn {
  653. padding: 0.5rem;
  654. line-height: 1;
  655. color: rgba(255, 255, 255, 0.6);
  656. }
  657. .dialog-btn.confirm {
  658. color: #fff;
  659. }
  660. #set-phone-size-dialog .dialog-content-border {
  661. overflow: hidden;
  662. padding: 1px;
  663. border-radius: 20px;
  664. background: linear-gradient(
  665. 180deg,
  666. rgba(118, 204, 255, 1),
  667. rgba(195, 40, 255, 1)
  668. );
  669. }
  670. #set-phone-size-dialog .dialog-content {
  671. overflow: hidden;
  672. border-radius: 20px;
  673. background-color: #000000;
  674. }
  675. .menu-btn {
  676. margin: 0 auto;
  677. width: 2.5rem;
  678. height: 1.8rem;
  679. line-height: 1.8rem;
  680. color: #fff;
  681. text-align: center;
  682. font-size: 15px;
  683. margin-top: 1rem;
  684. }
  685. #phone-size-list {
  686. /* margin-top: 2vw; */
  687. padding: 4vw 0;
  688. }
  689. .phone-size-item {
  690. height: 11.7333vw !important;
  691. /* text-align: center; */
  692. color: rgba(255, 255, 255, 0.6);
  693. font-size: 3.7333vw;
  694. display: flex;
  695. align-items: center;
  696. justify-content: center;
  697. }
  698. .phone-size-item.active {
  699. color: #fff;
  700. font-size: 4.2667vw;
  701. background-image: url('../../static/img/phone-size-active.png');
  702. background-size: 70% 100%;
  703. background-position: center center;
  704. background-repeat: no-repeat;
  705. }
  706. #box {
  707. display: flex;
  708. align-items: center;
  709. justify-content: center;
  710. }
  711. #playCanvas {
  712. flex: none;
  713. }
  714. #playCanvas.vertical {
  715. position: relative;
  716. transform: rotate(0deg);
  717. transform-origin: center center;
  718. width: 100vw;
  719. height: calc(100vh - 50px);
  720. }
  721. #playCanvas.horizontal {
  722. position: relative;
  723. transform: rotate(90deg);
  724. transform-origin: center center;
  725. width: calc(100vh - 50px);
  726. height: 100vw;
  727. }