WXtrialInterface.css 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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. /*width: 667px;
  34. height: 375px; http://192.168.31.8:8848/cloudmMobilePhone1.11/Player/trialInterface2.html
  35. position: absolute;
  36. left: -146px;
  37. top: 146px;
  38. background: red;*/
  39. /* transform: rotate(-90deg);*/
  40. /* opacity: 0.3;*/
  41. }
  42. .scroll {
  43. position: absolute;
  44. /* overflow: scroll; */
  45. -webkit-overflow-scrolling: touch;
  46. top: 0;
  47. left: 0;
  48. bottom: 0;
  49. right: 0;
  50. }
  51. body:before {
  52. width: 100%;
  53. height: 100%;
  54. content: ' ';
  55. position: fixed;
  56. z-index: -1;
  57. top: 0;
  58. left: 0;
  59. background: #000;
  60. }
  61. #wine {
  62. user-select: none;
  63. -webkit-user-drag: none;
  64. position: absolute;
  65. z-index: 0;
  66. /* visibility: hidden;*/
  67. }
  68. #video1 {
  69. /* transform: rotate(180deg);*/
  70. }
  71. canvas {
  72. display: block;
  73. width: 100%;
  74. height: 100%;
  75. z-index: 999;
  76. }
  77. /*主屏*/
  78. .control {
  79. width: 900px;
  80. overflow: hidden;
  81. margin: 0 auto;
  82. margin-top: 90px;
  83. margin-bottom: 17px;
  84. }
  85. .control-left-img {
  86. width: 26px;
  87. height: 26px;
  88. }
  89. .control-left-img img {
  90. width: 100%;
  91. height: 100%;
  92. }
  93. #mainScreen-main {
  94. /* overflow: hidden; */
  95. user-select: none;
  96. -webkit-user-drag: none;
  97. position: relative;
  98. z-index: 0;
  99. width: 100%;
  100. height: 100%;
  101. top: 0px;
  102. /* left: 652.667px; */
  103. /* left: 270PX; */
  104. /* transform-origin: 0% 0%; */
  105. background: #000;
  106. }
  107. #mocan {
  108. position: absolute;
  109. left: -269px;
  110. top: 2px;
  111. /* opacity: 0.2; */
  112. width: 901px;
  113. height: 555px;
  114. z-index: 9999;
  115. opacity: 0.7;
  116. }
  117. #no-ne {
  118. width: 100%;
  119. height: 100%;
  120. position: absolute;
  121. top: 0;
  122. background: #000000;
  123. z-index: 99999;
  124. font-size: 18px;
  125. color: #FFFFFF;
  126. text-align: center;
  127. }
  128. .no-ne-text {
  129. margin-top: 60%;
  130. }
  131. .no-ne-an {
  132. width: 171px;
  133. height: 47px;
  134. background: #eb6100;
  135. line-height: 47px;
  136. text-align: center;
  137. color: #FFFFFF;
  138. margin: 0 auto;
  139. margin-top: 20px;
  140. }
  141. .container .muted {
  142. position: absolute;
  143. right: .46296rem;
  144. top: .46296rem;
  145. z-index: 9999999;
  146. /*background: #000;*/
  147. border-radius: 50%;
  148. /* opacity: 0.5;*/
  149. }
  150. .muted {
  151. width: 2.62963rem;
  152. height: 2.62963rem;
  153. background-position: -1.78704rem -8.43519rem;
  154. }
  155. html {
  156. height: 100%
  157. }
  158. .control-right-img {
  159. width: 42px;
  160. height: 42px;
  161. margin: 0 auto;
  162. /* margin: 1rem; */
  163. margin-top: 0.6rem;
  164. }
  165. .control-right-img img {
  166. width: 100%;
  167. height: 100%;
  168. }
  169. .leftmains {
  170. width: 3.5rem;
  171. height: 100%;
  172. background: #333333;
  173. position: fixed;
  174. right: 0rem;
  175. top: 0;
  176. transition: all 0.2s ease-in;
  177. }
  178. .PictureQualityMain {
  179. margin-top: 3rem;
  180. }
  181. .PictureQuality {
  182. margin: 0 auto;
  183. width: 2.5rem;
  184. height: 1.8rem;
  185. line-height: 1.8rem;
  186. color: #fff;
  187. text-align: center;
  188. font-size: 15px;
  189. margin-top: 1rem;
  190. }
  191. .avit {
  192. background: rgba(255, 255, 255, 1);
  193. color: #000 !important;
  194. border-radius: 3px;
  195. }
  196. .upload {
  197. margin: 0 auto;
  198. width: 3rem;
  199. height: 1.8rem;
  200. line-height: 1.8rem;
  201. color: #fff;
  202. text-align: center;
  203. font-size: 16px;
  204. margin-top: 3rem;
  205. }
  206. .upload img {
  207. width: 1.5rem;
  208. height: 1.5rem;
  209. }
  210. .upload div {
  211. margin-top: -0.5rem;
  212. font-size: 14px;
  213. }
  214. .operation {
  215. margin-top: 9rem;
  216. }
  217. .bottommains {
  218. width: 100%;
  219. height: 50px;
  220. background: #333333;
  221. position: fixed;
  222. left: 0;
  223. bottom: 0;
  224. }
  225. .botmat1 {
  226. width: 33%;
  227. float: left;
  228. }
  229. .botmat1img {
  230. margin: 0 auto;
  231. width: 1.5rem;
  232. height: 1.5rem;
  233. margin-top: 0.5rem;
  234. }
  235. .botmat1img img {
  236. width: 100%;
  237. height: 100%;
  238. }
  239. .mainbox {
  240. width: 18rem;
  241. height: 10rem;
  242. background: #fff;
  243. position: fixed;
  244. top: 38%;
  245. left: 5%;
  246. border-radius: 5px;
  247. }
  248. .boxTitle {
  249. text-align: center;
  250. font-size: 18px;
  251. padding: 10px 0px;
  252. }
  253. .boxText {
  254. text-align: center;
  255. font-size: 16px;
  256. }
  257. .boxbt {
  258. width: 60%;
  259. height: 2.5rem;
  260. background: #0886F5;
  261. margin: 0 auto;
  262. font-size: 16px;
  263. text-align: center;
  264. line-height: 2.5rem;
  265. color: #fff;
  266. border-radius: 5px;
  267. margin-top: 1rem;
  268. }
  269. .sbox {
  270. width: 18rem;
  271. height: 5.5rem;
  272. background: #fff;
  273. position: fixed;
  274. top: 38%;
  275. left: 5%;
  276. border-radius: 5px;
  277. }
  278. .sboxText {
  279. padding: 17px;
  280. font-size: 16px;
  281. }
  282. .sboxbu {
  283. text-align: right;
  284. color: #0886F5;
  285. font-size: 16px;
  286. margin-right: 2rem;
  287. }
  288. .boximg {
  289. position: absolute;
  290. width: 1rem;
  291. height: 1rem;
  292. left: 45%;
  293. bottom: -22%;
  294. }
  295. #showsuss{
  296. display: none;
  297. }