WXtrialInterface.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  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. }
  298. .box-shear-plate {
  299. width: 16.25em;
  300. height: 16.875em;
  301. background: rgba(0, 0, 0, 0.6);
  302. border-radius: 1.25em;
  303. padding-bottom: 20px;
  304. position: absolute;
  305. top: 8.375em;
  306. left: 3.625em;
  307. }
  308. .close {
  309. width: 1.875rem;
  310. height: 1.875rem;
  311. position: absolute;
  312. top: 26.5875em;
  313. left: 10.8125em;
  314. }
  315. .empty {
  316. width: 8em;
  317. height: 10em;
  318. margin-top: 2.5em;
  319. margin-left: 4.125em;
  320. }
  321. .empty-txt {
  322. font-size: 0.9375em;
  323. font-weight: 400;
  324. color: #FFFFFF;
  325. line-height: 1.3125em;
  326. margin-top: 0.625em;
  327. text-align: center;
  328. }
  329. .title {
  330. height: 3em;
  331. line-height: 3em;
  332. text-align: center;
  333. font-size: 1em;
  334. font-weight: 500;
  335. color: #FFFFFF;
  336. position: relative;
  337. }
  338. .btn-clear {
  339. width: 3em;
  340. height: 1.5em;
  341. line-height: 1.5em;
  342. text-align: center;
  343. background: #3666F2;
  344. border-radius: 0.25em;
  345. position: absolute;
  346. right: 1.125em;
  347. top: 1.125em;
  348. font-size: 0.75em;
  349. color: #FFFFFF;
  350. }
  351. ul, li {
  352. padding: 0;
  353. margin: 0;
  354. }
  355. ul, li {
  356. list-style: none;
  357. }
  358. .slide-wrapper-content {
  359. height: 13.875em;
  360. overflow: hidden;
  361. overflow-y: scroll;
  362. }
  363. .animate-slide-start {
  364. -webkit-transition: all 0.2s ease-in-out;
  365. -moz-transition: all 0.2s ease-in-out;
  366. transition: all 0.2s ease-in-out;
  367. }
  368. .animate-slide {
  369. -webkit-transform: translate3d(-2.125em, 0, 0);
  370. -moz-transform: translate3d(-2.125em, 0, 0);
  371. transform: translate3d(-2.125em, 0, 0);
  372. }
  373. .slide-wrapper {
  374. margin: 0 1.125em 0.5em 0.625em;
  375. height: 2em;
  376. background: #fff;
  377. border-radius: 0.3125em;
  378. overflow: hidden;
  379. }
  380. .slide-scroll {
  381. height: 2em;
  382. overflow: hidden;
  383. white-space: nowrap;
  384. }
  385. .slide-content-button {
  386. width: 2.125em;
  387. height: 2em;
  388. border-radius: 0 0.3125em 0.3125em 0;
  389. display: flex;
  390. }
  391. .slide-content-button button {
  392. width: 100%;
  393. height: 100%;
  394. border: none;
  395. background: #F04646;
  396. color: #fff;
  397. font-size: 0.75em;
  398. text-align: center;
  399. }
  400. .slide-content {
  401. float: left;
  402. display: inline-block;
  403. color: #666;
  404. height: 2em;
  405. line-height: 2em;
  406. }
  407. .slide-content div {
  408. font-size: 0.8125em;
  409. margin-left: 0.625em;
  410. margin-right: 0.875em;
  411. text-align: center;
  412. overflow: hidden;
  413. text-overflow:ellipsis;
  414. white-space: nowrap;
  415. }
  416. .mask {
  417. width: 100vw;
  418. height: 100vh;
  419. background: rgba(0, 0, 0, 0.3);
  420. position: fixed;
  421. top: 0;
  422. left: 0;
  423. z-index: 4;
  424. }