WXtrialInterface.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338
  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. /* overflow: hidden; */
  82. user-select: none;
  83. -webkit-user-drag: none;
  84. position: relative;
  85. z-index: 0;
  86. width: 100%;
  87. height: 100%;
  88. top: 0px;
  89. background: #000;
  90. }
  91. #mocan {
  92. position: absolute;
  93. left: -269px;
  94. top: 2px;
  95. /* opacity: 0.2; */
  96. width: 901px;
  97. height: 555px;
  98. z-index: 9999;
  99. opacity: 0.7;
  100. }
  101. #no-ne {
  102. width: 100%;
  103. height: 100%;
  104. position: absolute;
  105. top: 0;
  106. background: #000000;
  107. z-index: 99999;
  108. font-size: 18px;
  109. color: #FFFFFF;
  110. text-align: center;
  111. }
  112. .no-ne-text {
  113. margin-top: 60%;
  114. }
  115. .no-ne-an {
  116. width: 171px;
  117. height: 47px;
  118. background: #eb6100;
  119. line-height: 47px;
  120. text-align: center;
  121. color: #FFFFFF;
  122. margin: 0 auto;
  123. margin-top: 20px;
  124. }
  125. .container .muted {
  126. position: absolute;
  127. right: .46296rem;
  128. top: .46296rem;
  129. z-index: 9999999;
  130. /*background: #000;*/
  131. border-radius: 50%;
  132. /* opacity: 0.5;*/
  133. }
  134. .muted {
  135. width: 2.62963rem;
  136. height: 2.62963rem;
  137. background-position: -1.78704rem -8.43519rem;
  138. }
  139. html {
  140. height: 100%
  141. }
  142. .control-right-img {
  143. width: 42px;
  144. height: 42px;
  145. margin: 0 auto;
  146. /* margin: 1rem; */
  147. margin-top: 0.6rem;
  148. }
  149. .control-right-img img {
  150. width: 100%;
  151. height: 100%;
  152. }
  153. .leftmains {
  154. width: 3.5rem;
  155. height: 100%;
  156. background: #333333;
  157. position: fixed;
  158. z-index: 2;
  159. right: 0rem;
  160. top: 0;
  161. transition: all 0.2s ease-in;
  162. }
  163. .PictureQualityMain {
  164. margin-top: 3rem;
  165. }
  166. .PictureQuality {
  167. margin: 0 auto;
  168. width: 2.5rem;
  169. height: 1.8rem;
  170. line-height: 1.8rem;
  171. color: #fff;
  172. text-align: center;
  173. font-size: 15px;
  174. margin-top: 1rem;
  175. }
  176. .avit {
  177. background: rgba(255, 255, 255, 1);
  178. color: #000 !important;
  179. border-radius: 3px;
  180. }
  181. .upload {
  182. margin: 0 auto;
  183. width: 3rem;
  184. height: 1.8rem;
  185. line-height: 1.8rem;
  186. color: #fff;
  187. text-align: center;
  188. font-size: 16px;
  189. margin-top: 3rem;
  190. }
  191. .upload img {
  192. width: 1.5rem;
  193. height: 1.5rem;
  194. }
  195. .upload div {
  196. margin-top: -0.5rem;
  197. font-size: 14px;
  198. }
  199. .operation {
  200. margin-top: 9rem;
  201. }
  202. .bottommains {
  203. width: 100%;
  204. height: 50px;
  205. background: #333333;
  206. position: fixed;
  207. left: 0;
  208. bottom: 0;
  209. z-index: 3;
  210. }
  211. .botmat1 {
  212. width: 33%;
  213. float: left;
  214. }
  215. .botmat1img {
  216. margin: 0 auto;
  217. width: 1.5rem;
  218. height: 1.5rem;
  219. margin-top: 0.5rem;
  220. }
  221. .botmat1img img {
  222. width: 100%;
  223. height: 100%;
  224. }
  225. .mainbox {
  226. width: 18rem;
  227. height: 10rem;
  228. background: #fff;
  229. position: fixed;
  230. top: 38%;
  231. left: 5%;
  232. border-radius: 5px;
  233. }
  234. .boxTitle {
  235. text-align: center;
  236. font-size: 18px;
  237. padding: 10px 0px;
  238. }
  239. .boxText {
  240. text-align: center;
  241. font-size: 16px;
  242. }
  243. .boxbt {
  244. width: 60%;
  245. height: 2.5rem;
  246. background: #0886F5;
  247. margin: 0 auto;
  248. font-size: 16px;
  249. text-align: center;
  250. line-height: 2.5rem;
  251. color: #fff;
  252. border-radius: 5px;
  253. margin-top: 1rem;
  254. }
  255. .sbox {
  256. width: 18rem;
  257. height: 5.5rem;
  258. background: #fff;
  259. position: fixed;
  260. top: 38%;
  261. left: 5%;
  262. border-radius: 5px;
  263. }
  264. .sboxText {
  265. padding: 17px;
  266. font-size: 16px;
  267. }
  268. .sboxbu {
  269. text-align: right;
  270. color: #0886F5;
  271. font-size: 16px;
  272. margin-right: 2rem;
  273. }
  274. .boximg {
  275. position: absolute;
  276. width: 1rem;
  277. height: 1rem;
  278. left: 45%;
  279. bottom: -22%;
  280. }
  281. #showsuss {
  282. display: none;
  283. }
  284. .loading {
  285. position: fixed;
  286. z-index: 1;
  287. left: 0;
  288. top: 0;
  289. display: flex;
  290. align-items: center;
  291. justify-content: center;
  292. background: url(../img/homebg.jpg) no-repeat;
  293. background-size: 100% 100%;
  294. }