WXtrialInterface.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. body {
  2. font-size: .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: .46296rem;
  127. top: .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. z-index: 2;
  157. transition: all 0.2s ease-in;
  158. }
  159. .PictureQualityMain {
  160. margin-top: 3rem;
  161. }
  162. .PictureQuality {
  163. margin: 0 auto;
  164. width: 2.5rem;
  165. height: 1.8rem;
  166. line-height: 1.8rem;
  167. color: #fff;
  168. text-align: center;
  169. font-size: 15px;
  170. margin-top: 1rem;
  171. }
  172. .avit {
  173. background: rgba(255, 255, 255, 1);
  174. color: #000 !important;
  175. border-radius: 3px;
  176. }
  177. .upload {
  178. margin: 0 auto;
  179. width: 3rem;
  180. height: 1.8rem;
  181. line-height: 1.8rem;
  182. color: #fff;
  183. text-align: center;
  184. font-size: 16px;
  185. margin-top: 3rem;
  186. }
  187. .upload img {
  188. width: 1.5rem;
  189. height: 1.5rem;
  190. }
  191. .upload div {
  192. margin-top: -0.5rem;
  193. font-size: 14px;
  194. }
  195. .operation {
  196. position: absolute;
  197. bottom: 100px;
  198. width: 100%;
  199. }
  200. .bottommains {
  201. width: 100%;
  202. height: 50px;
  203. background: #333333;
  204. position: fixed;
  205. left: 0;
  206. bottom: 0;
  207. z-index: 3;
  208. }
  209. .botmat1 {
  210. width: 33%;
  211. float: left;
  212. }
  213. .botmat1img {
  214. margin: 0 auto;
  215. width: 1.5rem;
  216. height: 1.5rem;
  217. margin-top: 0.5rem;
  218. }
  219. .botmat1img img {
  220. width: 100%;
  221. height: 100%;
  222. }
  223. .mainbox {
  224. width: 18rem;
  225. height: 10rem;
  226. background: #fff;
  227. position: fixed;
  228. top: 38%;
  229. left: 5%;
  230. border-radius: 5px;
  231. }
  232. .boxTitle {
  233. text-align: center;
  234. font-size: 18px;
  235. padding: 10px 0px;
  236. }
  237. .boxText {
  238. text-align: center;
  239. font-size: 16px;
  240. }
  241. .boxbt {
  242. width: 60%;
  243. height: 2.5rem;
  244. background: #0886F5;
  245. margin: 0 auto;
  246. font-size: 16px;
  247. text-align: center;
  248. line-height: 2.5rem;
  249. color: #fff;
  250. border-radius: 5px;
  251. margin-top: 1rem;
  252. }
  253. .sbox {
  254. width: 18rem;
  255. height: 5.5rem;
  256. background: #fff;
  257. position: fixed;
  258. top: 38%;
  259. left: 5%;
  260. border-radius: 5px;
  261. }
  262. .sboxText {
  263. padding: 17px;
  264. font-size: 16px;
  265. }
  266. .sboxbu {
  267. text-align: right;
  268. color: #0886F5;
  269. font-size: 16px;
  270. margin-right: 2rem;
  271. }
  272. .boximg {
  273. position: absolute;
  274. width: 1rem;
  275. height: 1rem;
  276. left: 45%;
  277. bottom: -22%;
  278. }
  279. #showsuss {
  280. display: none;
  281. }
  282. .loading {
  283. position: fixed;
  284. z-index: 1;
  285. left: 0;
  286. top: 0;
  287. }
  288. .mask {
  289. width: 100vw;
  290. height: 100vh;
  291. background: rgba(0, 0, 0, 0.3);
  292. position: fixed;
  293. top: 0;
  294. left: 0;
  295. z-index: 4;
  296. display: none;
  297. padding-bottom: 0.2rem;
  298. }
  299. .box-shear-plate {
  300. width: 16.25em;
  301. height: 16.875em;
  302. background: rgba(0, 0, 0, 0.6);
  303. padding-bottom: 20px;
  304. border-radius: 1.25em;
  305. position: absolute;
  306. top: 8.375em;
  307. left: 3.625em;
  308. }
  309. .close {
  310. width: 1.875rem;
  311. height: 1.875rem;
  312. position: absolute;
  313. top: 26.5875em;
  314. left: 10.8125em;
  315. }
  316. .empty {
  317. width: 8em;
  318. height: 10em;
  319. margin-top: 2.5em;
  320. margin-left: 4.125em;
  321. }
  322. .empty-txt {
  323. font-size: 0.9375em;
  324. font-weight: 400;
  325. color: #FFFFFF;
  326. line-height: 1.3125em;
  327. margin-top: 0.625em;
  328. text-align: center;
  329. }
  330. .title {
  331. height: 3em;
  332. line-height: 3em;
  333. text-align: center;
  334. font-size: 1em;
  335. font-weight: 500;
  336. color: #FFFFFF;
  337. position: relative;
  338. }
  339. .btn-clear {
  340. width: 3em;
  341. height: 1.5em;
  342. line-height: 1.5em;
  343. text-align: center;
  344. background: #3666F2;
  345. border-radius: 0.25em;
  346. position: absolute;
  347. right: 1.125em;
  348. top: 1.125em;
  349. font-size: 0.75em;
  350. color: #FFFFFF;
  351. }
  352. ul, li {
  353. padding: 0;
  354. margin: 0;
  355. }
  356. ul, li {
  357. list-style: none;
  358. }
  359. .slide-wrapper-content {
  360. height: 13.875em;
  361. overflow: hidden;
  362. overflow-y: scroll;
  363. }
  364. .animate-slide-start {
  365. -webkit-transition: all 0.2s ease-in-out;
  366. -moz-transition: all 0.2s ease-in-out;
  367. transition: all 0.2s ease-in-out;
  368. }
  369. .animate-slide {
  370. -webkit-transform: translate3d(-2.125em, 0, 0);
  371. -moz-transform: translate3d(-2.125em, 0, 0);
  372. transform: translate3d(-2.125em, 0, 0);
  373. }
  374. .slide-wrapper {
  375. margin: 0 1.125em 0.5em 0.625em;
  376. height: 2em;
  377. background: #fff;
  378. border-radius: 0.3125em;
  379. overflow: hidden;
  380. }
  381. .slide-scroll {
  382. height: 2em;
  383. overflow: hidden;
  384. white-space: nowrap;
  385. }
  386. .slide-content-button {
  387. width: 2.125em;
  388. height: 2em;
  389. border-radius: 0 0.3125em 0.3125em 0;
  390. display: flex;
  391. }
  392. .slide-content-button button {
  393. width: 100%;
  394. height: 100%;
  395. border: none;
  396. background: #F04646;
  397. color: #fff;
  398. font-size: 0.75em;
  399. text-align: center;
  400. }
  401. .slide-content {
  402. float: left;
  403. display: inline-block;
  404. color: #666;
  405. height: 2em;
  406. line-height: 2em;
  407. }
  408. .slide-content div {
  409. font-size: 0.8125em;
  410. margin-left: 0.625em;
  411. margin-right: 0.875em;
  412. text-align: center;
  413. overflow: hidden;
  414. text-overflow: ellipsis;
  415. white-space: nowrap;
  416. }
  417. .mask {
  418. width: 100vw;
  419. height: 100vh;
  420. background: rgba(0, 0, 0, 0.3);
  421. position: fixed;
  422. top: 0;
  423. left: 0;
  424. z-index: 4;
  425. }
  426. *{
  427. -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  428. -webkit-user-select: none; /*webkit浏览器*/
  429. -khtml-user-select: none; /*早期浏览器*/
  430. -moz-user-select: none;/*火狐*/
  431. -ms-user-select: none; /*IE10*/
  432. user-select: none;
  433. }
  434. input,textarea {
  435. -webkit-user-select: auto; /*webkit浏览器*/
  436. outline: none;
  437. }
  438. .bottommains img {
  439. pointer-events: none;
  440. }
  441. .try-use-wrap,
  442. .buy-phone-wrap,
  443. .look-wrap {
  444. width: 100%;
  445. height: 100%;
  446. position: fixed;
  447. top: 0;
  448. left: 0;
  449. z-index: 9999;
  450. background: rgba(0, 0, 0, 0.5);
  451. display: none;
  452. }
  453. .try-use-container {
  454. width: 80%;
  455. height: 409px;
  456. position: absolute;
  457. top: 50%;
  458. left: 50%;
  459. transform: translate(-50%, -50%);
  460. background-color: #FFFFFF;
  461. border-radius: 0.66em;
  462. }
  463. .time-close-wrap {
  464. width: 5.46em;
  465. height: 2em;
  466. line-height: 2em;
  467. text-align: center;
  468. position: absolute;
  469. top: 0.24em;
  470. right: 0.3em;
  471. background: rgba(0, 0, 0, 0.49);
  472. border-radius: 1.26em;
  473. font-size: 12px;
  474. color: #FFFFFF;
  475. }
  476. .bug-wrap {
  477. width: 90%;
  478. height: 115px;
  479. background: #FFFFFF;
  480. border-radius: 10px;
  481. position: absolute;
  482. top: 50%;
  483. left: 50%;
  484. transform: translate(-50%, -50%);
  485. }
  486. .bug-title {
  487. text-align: center;
  488. margin: 25px 0;
  489. font-size: 18px;
  490. font-weight: 600;
  491. color: #333333;
  492. }
  493. .btn-list {
  494. width: 100%;
  495. height: 44px;
  496. line-height: 44px;
  497. border-top: 1px solid rgba(238, 238, 238, 1);
  498. position: absolute;
  499. bottom: 0;
  500. left: 0;
  501. display: flex;
  502. align-items: center;
  503. }
  504. .btn {
  505. flex: 1;
  506. text-align: center;
  507. }
  508. .cannel-btn {
  509. font-size: 18px;
  510. color: #666666;
  511. }
  512. .go-bug {
  513. font-size: 18px;
  514. color: #3B7FFF;
  515. border-left: 1px solid rgba(238, 238, 238, 1);
  516. }