WXtrialInterface.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807
  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. z-index: 1;
  295. left: 0;
  296. top: 0;
  297. }
  298. .mask {
  299. width: 100vw;
  300. height: 100vh;
  301. background: rgba(0, 0, 0, 0.3);
  302. position: fixed;
  303. top: 0;
  304. left: 0;
  305. z-index: 4;
  306. display: none;
  307. }
  308. .box-shear-plate {
  309. width: 16.25em;
  310. height: 16.875em;
  311. background: rgba(0, 0, 0, 0.6);
  312. border-radius: 1.25em;
  313. padding-bottom: 20px;
  314. position: absolute;
  315. top: 8.375em;
  316. left: 3.625em;
  317. }
  318. .close {
  319. width: 1.875rem;
  320. height: 1.875rem;
  321. position: absolute;
  322. top: 26.5875em;
  323. left: 10.8125em;
  324. }
  325. .empty {
  326. width: 8em;
  327. height: 10em;
  328. margin-top: 2.5em;
  329. margin-left: 4.125em;
  330. }
  331. .empty-txt {
  332. font-size: 0.9375em;
  333. font-weight: 400;
  334. color: #ffffff;
  335. line-height: 1.3125em;
  336. margin-top: 0.625em;
  337. text-align: center;
  338. }
  339. .title {
  340. height: 3em;
  341. line-height: 3em;
  342. text-align: center;
  343. font-size: 1em;
  344. font-weight: 500;
  345. color: #ffffff;
  346. position: relative;
  347. }
  348. .btn-clear {
  349. width: 3em;
  350. height: 1.5em;
  351. line-height: 1.5em;
  352. text-align: center;
  353. background: #3666f2;
  354. border-radius: 0.25em;
  355. position: absolute;
  356. right: 1.125em;
  357. top: 1.125em;
  358. font-size: 0.75em;
  359. color: #ffffff;
  360. }
  361. ul,
  362. li {
  363. padding: 0;
  364. margin: 0;
  365. }
  366. ul,
  367. li {
  368. list-style: none;
  369. }
  370. .slide-wrapper-content {
  371. height: 13.875em;
  372. overflow: hidden;
  373. overflow-y: scroll;
  374. }
  375. .animate-slide-start {
  376. -webkit-transition: all 0.2s ease-in-out;
  377. -moz-transition: all 0.2s ease-in-out;
  378. transition: all 0.2s ease-in-out;
  379. }
  380. .animate-slide {
  381. -webkit-transform: translate3d(-2.125em, 0, 0);
  382. -moz-transform: translate3d(-2.125em, 0, 0);
  383. transform: translate3d(-2.125em, 0, 0);
  384. }
  385. .slide-wrapper {
  386. margin: 0 1.125em 0.5em 0.625em;
  387. height: 2em;
  388. background: #fff;
  389. border-radius: 0.3125em;
  390. overflow: hidden;
  391. }
  392. .slide-scroll {
  393. height: 2em;
  394. overflow: hidden;
  395. white-space: nowrap;
  396. }
  397. .slide-content-button {
  398. width: 2.125em;
  399. height: 2em;
  400. border-radius: 0 0.3125em 0.3125em 0;
  401. display: flex;
  402. }
  403. .slide-content-button button {
  404. width: 100%;
  405. height: 100%;
  406. border: none;
  407. background: #f04646;
  408. color: #fff;
  409. font-size: 0.75em;
  410. text-align: center;
  411. }
  412. .slide-content {
  413. float: left;
  414. display: inline-block;
  415. color: #666;
  416. height: 2em;
  417. line-height: 2em;
  418. }
  419. .slide-content div {
  420. font-size: 0.8125em;
  421. margin-left: 0.625em;
  422. margin-right: 0.875em;
  423. text-align: center;
  424. overflow: hidden;
  425. text-overflow: ellipsis;
  426. white-space: nowrap;
  427. }
  428. .mask {
  429. width: 100vw;
  430. height: 100vh;
  431. background: rgba(0, 0, 0, 0.3);
  432. position: fixed;
  433. top: 0;
  434. left: 0;
  435. z-index: 4;
  436. }
  437. .try-use-wrap,
  438. .buy-phone-wrap,
  439. .look-wrap {
  440. width: 100%;
  441. height: 100%;
  442. position: fixed;
  443. top: 0;
  444. left: 0;
  445. z-index: 9999;
  446. background: rgba(0, 0, 0, 0.5);
  447. display: none;
  448. }
  449. .try-use-container {
  450. width: 80%;
  451. height: 409px;
  452. position: absolute;
  453. top: 50%;
  454. left: 50%;
  455. transform: translate(-50%, -50%);
  456. background-color: #ffffff;
  457. border-radius: 0.66em;
  458. }
  459. .time-close-wrap {
  460. width: 5.46em;
  461. height: 2em;
  462. line-height: 2em;
  463. text-align: center;
  464. position: absolute;
  465. top: 0.24em;
  466. right: 0.3em;
  467. background: rgba(0, 0, 0, 0.49);
  468. border-radius: 1.26em;
  469. font-size: 12px;
  470. color: #ffffff;
  471. }
  472. .bug-wrap {
  473. width: 90%;
  474. height: 115px;
  475. background: #ffffff;
  476. border-radius: 10px;
  477. position: absolute;
  478. top: 50%;
  479. left: 50%;
  480. transform: translate(-50%, -50%);
  481. }
  482. .bug-title {
  483. text-align: center;
  484. margin: 25px 0;
  485. font-size: 18px;
  486. font-weight: 600;
  487. color: #333333;
  488. }
  489. .btn-list {
  490. width: 100%;
  491. height: 44px;
  492. line-height: 44px;
  493. border-top: 1px solid rgba(238, 238, 238, 1);
  494. position: absolute;
  495. bottom: 0;
  496. left: 0;
  497. display: flex;
  498. align-items: center;
  499. }
  500. .btn {
  501. flex: 1;
  502. text-align: center;
  503. }
  504. .cannel-btn {
  505. font-size: 18px;
  506. color: #666666;
  507. }
  508. .go-bug {
  509. font-size: 18px;
  510. color: #3b7fff;
  511. border-left: 1px solid rgba(238, 238, 238, 1);
  512. }
  513. .try-use-wrap,
  514. .buy-phone-wrap,
  515. .look-wrap {
  516. width: 100%;
  517. height: 100%;
  518. position: fixed;
  519. top: 0;
  520. left: 0;
  521. z-index: 9999;
  522. background: rgba(0, 0, 0, 0.5);
  523. display: none;
  524. }
  525. .try-use-container {
  526. width: 80%;
  527. height: 409px;
  528. position: absolute;
  529. top: 50%;
  530. left: 50%;
  531. transform: translate(-50%, -50%);
  532. background-color: #ffffff;
  533. border-radius: 0.66em;
  534. }
  535. .time-close-wrap {
  536. width: 5.46em;
  537. height: 2em;
  538. line-height: 2em;
  539. text-align: center;
  540. position: absolute;
  541. top: 0.24em;
  542. right: 0.3em;
  543. background: rgba(0, 0, 0, 0.49);
  544. border-radius: 1.26em;
  545. font-size: 12px;
  546. color: #ffffff;
  547. }
  548. .bug-wrap {
  549. width: 90%;
  550. height: 115px;
  551. background: #ffffff;
  552. border-radius: 10px;
  553. position: absolute;
  554. top: 50%;
  555. left: 50%;
  556. transform: translate(-50%, -50%);
  557. }
  558. .bug-title {
  559. text-align: center;
  560. margin: 25px 0;
  561. font-size: 18px;
  562. font-weight: 600;
  563. color: #333333;
  564. }
  565. .btn-list {
  566. width: 100%;
  567. height: 44px;
  568. line-height: 44px;
  569. border-top: 1px solid rgba(238, 238, 238, 1);
  570. position: absolute;
  571. bottom: 0;
  572. left: 0;
  573. display: flex;
  574. align-items: center;
  575. }
  576. .btn {
  577. flex: 1;
  578. text-align: center;
  579. }
  580. .cannel-btn {
  581. font-size: 18px;
  582. color: #666666;
  583. }
  584. .go-bug {
  585. font-size: 18px;
  586. color: #3b7fff;
  587. border-left: 1px solid rgba(238, 238, 238, 1);
  588. }
  589. .dialog {
  590. position: fixed;
  591. top: 0;
  592. left: 0;
  593. right: 0;
  594. bottom: 0;
  595. height: 100vh;
  596. width: 100vw;
  597. z-index: 100;
  598. /* width: 70vw; */
  599. /* border-image: linear-gradient(#76ccff, #c328ff); */
  600. /* border: 1px solid #000; */
  601. /* border-radius: 20px; */
  602. flex-direction: column;
  603. align-items: center;
  604. justify-content: center;
  605. box-sizing: border-box;
  606. display: none;
  607. }
  608. .dialog-mask {
  609. background-color: rgba(0, 0, 0, 0.6);
  610. position: absolute;
  611. top: 0;
  612. left: 0;
  613. right: 0;
  614. bottom: 0;
  615. width: 100%;
  616. height: 100%;
  617. z-index: 0;
  618. }
  619. .dialog.show {
  620. display: flex;
  621. }
  622. .dialog * {
  623. box-sizing: inherit;
  624. }
  625. .dialog-content-border {
  626. width: 70vw;
  627. /* height: 70vw; */
  628. z-index: 1;
  629. position: relative;
  630. }
  631. .dialog-content {
  632. width: 100%;
  633. /* height: 100%; */
  634. background-color: #000;
  635. color: #fff;
  636. display: flex;
  637. flex-direction: column;
  638. }
  639. .dialog-header {
  640. display: flex;
  641. align-items: center;
  642. justify-content: space-between;
  643. height: 11.2vw;
  644. padding: 0 5vw;
  645. border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  646. }
  647. .dialog-btn {
  648. padding: 0.5rem;
  649. line-height: 1;
  650. color: rgba(255, 255, 255, 0.6);
  651. }
  652. .dialog-btn.confirm {
  653. color: #fff;
  654. }
  655. #set-phone-size-dialog .dialog-content-border {
  656. overflow: hidden;
  657. padding: 1px;
  658. border-radius: 20px;
  659. background: linear-gradient(
  660. 180deg,
  661. rgba(118, 204, 255, 1),
  662. rgba(195, 40, 255, 1)
  663. );
  664. }
  665. #set-phone-size-dialog .dialog-content {
  666. overflow: hidden;
  667. border-radius: 20px;
  668. background-color: #000000;
  669. }
  670. .menu-btn {
  671. margin: 0 auto;
  672. width: 2.5rem;
  673. height: 1.8rem;
  674. line-height: 1.8rem;
  675. color: #fff;
  676. text-align: center;
  677. font-size: 15px;
  678. margin-top: 1rem;
  679. }
  680. #phone-size-list {
  681. /* margin-top: 2vw; */
  682. padding: 4vw 0;
  683. }
  684. .phone-size-item {
  685. height: 11.7333vw !important;
  686. /* text-align: center; */
  687. color: rgba(255, 255, 255, 0.6);
  688. font-size: 3.7333vw;
  689. display: flex;
  690. align-items: center;
  691. justify-content: center;
  692. }
  693. .phone-size-item.active {
  694. color: #fff;
  695. font-size: 4.2667vw;
  696. background-image: url('../../static/img/phone-size-active.png');
  697. background-size: 70% 100%;
  698. background-position: center center;
  699. background-repeat: no-repeat;
  700. }
  701. #box {
  702. display: flex;
  703. align-items: center;
  704. justify-content: center;
  705. }
  706. #playCanvas {
  707. flex: none;
  708. }
  709. #playCanvas.vertical {
  710. position: relative;
  711. transform: rotate(0deg);
  712. transform-origin: center center;
  713. width: 100vw;
  714. height: calc(100vh - 50px);
  715. }
  716. #playCanvas.horizontal {
  717. position: relative;
  718. transform: rotate(90deg);
  719. transform-origin: center center;
  720. width: calc(100vh - 50px);
  721. height: 100vw;
  722. }