Нет описания

mobileMeeting.css 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  1. body {
  2. background-color: #fff !important;
  3. }
  4. #login-form {
  5. background-color: #fff !important;
  6. margin-top: 0px;
  7. }
  8. .mui-content {
  9. background: #FFF;
  10. }
  11. .area {
  12. margin: 20px auto 0px auto;
  13. }
  14. .mui-content-padded {
  15. margin-top: 40px;
  16. }
  17. .mui-btn {
  18. padding: 10px;
  19. }
  20. .mui-logo-box {
  21. width: 40%;
  22. margin: 0 auto;
  23. padding: 60px 0px 0px 0px ;
  24. }
  25. .text-logo {
  26. text-align: center;
  27. font-size:25px;
  28. margin-top: 30px;
  29. color:#f00;
  30. margin-bottom: 40px;
  31. }
  32. .mui-logo-box img {
  33. width: 100%;
  34. }
  35. .mui-logo-box .img-box2 {
  36. width: 150;
  37. }
  38. .mui-input-group:after {
  39. position: absolute;
  40. right: 0;
  41. bottom: 0;
  42. left: 15px;
  43. height: 1px;
  44. content: '';
  45. -webkit-transform: scaleY(.5);
  46. transform: scaleY(.5);
  47. /*background-color: #c8c7cc;*/
  48. }
  49. input {
  50. font-size: 14px;
  51. }
  52. .mui-input-group {
  53. width: 100%;
  54. margin: 0 auto;
  55. margin-bottom: 20px;
  56. }
  57. .mui-input-row {
  58. margin-bottom: 10px;
  59. }
  60. .mui-content-padded {
  61. width: 86%;
  62. margin: 0 auto;
  63. margin-top: 80px;
  64. }
  65. .mui-content-padded button {
  66. background: #ff9600;
  67. }
  68. #login,
  69. #register {
  70. border-radius: 20px;
  71. border: none;
  72. }
  73. .mui-input-group .mui-input-row:after {
  74. left: -5px;
  75. }
  76. .mui-input-row span {
  77. color: #787878;
  78. }
  79. .mui-input-group .mui-input-row {
  80. height: 45px;
  81. line-height: 45px;
  82. /* margin-bottom: 20px; */
  83. width: 80%;
  84. margin: 0 auto;
  85. border-top: 1px solid #d9d9d9;
  86. }
  87. .mui-input-group:before {
  88. height: 0px;
  89. }
  90. .mui-password {
  91. border: none;
  92. border-bottom: 1px solid #d9d9d9;
  93. }
  94. .mui-input-group:after {
  95. background-color: #fff;
  96. }
  97. .mui-input-group .mui-input-row:after {
  98. background-color: #fff;
  99. }
  100. .registStatus {
  101. width: 100%;
  102. font: 26px;
  103. text-align: center;
  104. color: #2AC845;
  105. margin-top: 10px;
  106. display: none;
  107. }
  108. .buttonDiv {
  109. position: fixed;
  110. bottom: 10%;
  111. left: 50%;
  112. margin-left: -20px;
  113. z-index: 2;
  114. }
  115. .internetSpeed {
  116. position: fixed;
  117. left: 10%;
  118. top: 8%;
  119. z-index: 2;
  120. color: #2AC845;
  121. font-size: 16px;
  122. font-weight: bold;
  123. }
  124. .receiverSpeedVideo{
  125. display: none;
  126. }
  127. .internetSpeed img{
  128. width: 30px;
  129. height: 30px;
  130. display: none;
  131. }
  132. .customerImg {
  133. position: fixed;
  134. right: 3%;
  135. top: 2%;
  136. margin-left: -20px;
  137. z-index: 2;
  138. width: 195px;
  139. overflow: hidden;
  140. }
  141. .customerImg .leftText {
  142. float: left;
  143. width: 100px;
  144. line-height: 80px;
  145. text-align: right;
  146. color: #FFFFFF;
  147. margin-right: 15px;
  148. }
  149. .customerImg .rightImg {
  150. float: left;
  151. width: 80px;
  152. height: 80px;
  153. background-color: #EEEEEE;
  154. }
  155. .customerImg .rightImg img {
  156. width: 100%;
  157. height: 100%;
  158. }
  159. .dropTime {
  160. color: #FFFFFF;
  161. padding: 5px;
  162. }
  163. .buttonDiv .dropIcon {
  164. width: 50px;
  165. height: 50px;
  166. border-radius: 25px;
  167. background: #FFFFFF;
  168. border: none;
  169. }
  170. .dropIcon img {
  171. width: 100%;
  172. height: 100%;
  173. }
  174. .buttonDiv .answerIcon {
  175. width: 50px;
  176. height: 50px;
  177. border-radius: 25px;
  178. background: #FFFFFF;
  179. border: none;
  180. }
  181. .answerIcon img {
  182. width: 100%;
  183. height: 100%;
  184. }
  185. .videoYour {
  186. display: block;
  187. background-color:#000000;
  188. width:100%;
  189. height:100%;
  190. top:0;
  191. right:0;
  192. z-index:1;
  193. position: fixed;
  194. overflow: hidden;
  195. }
  196. .videoYour video {
  197. width: 100%;
  198. position: absolute;
  199. left: 50%;
  200. right: 0px;
  201. top: 0px;
  202. bottom: 0px;
  203. margin: auto;
  204. }
  205. .videoMy {
  206. background-color:#EEEEEE;
  207. width:20%;
  208. height:20%;
  209. top:10px;
  210. right:10px;
  211. z-index:2;
  212. position: fixed;
  213. overflow: hidden;
  214. }
  215. .videoMy video {
  216. width: 100%;
  217. position: absolute;
  218. left: 50%;
  219. right: 0px;
  220. top: 0px;
  221. bottom: 0px;
  222. margin: auto;
  223. }
  224. .callHtml {
  225. display: none;
  226. }
  227. .reminderText{
  228. width: 80%;
  229. margin: 0 auto;
  230. text-align: center;
  231. font-size: 12px;
  232. color: #DD524D;
  233. margin-top: 30px;
  234. }
  235. .btnStyle{
  236. width: 70%;
  237. margin: 0 auto;
  238. }
  239. .btnStyle .mui-content-padded{
  240. margin-top: 20px;
  241. font-size: 16px;
  242. }
  243. .aTextStyle{
  244. width: 100%;
  245. text-align: center;
  246. display: block;
  247. }
  248. .loginbtn{
  249. display: none;
  250. }
  251. .voiceBox{
  252. position: fixed;
  253. width: 46px;
  254. height: 46px;
  255. border-radius: 30px;
  256. background: #FFFFFF;
  257. z-index: 111;
  258. }
  259. .voiceBox img{
  260. width: 80%;
  261. margin: 10%;
  262. }
  263. .muteBtn,.unMuteBtn{
  264. display: none;
  265. left:18%;
  266. bottom:10%
  267. }
  268. .cameraBtn,.unCameraBtn{
  269. display: none;
  270. left: 19%;
  271. top: 3%;
  272. }
  273. .videoCutBtn{
  274. position: fixed;
  275. width: 46px;
  276. height: 46px;
  277. border-radius: 30px;
  278. background: #FFFFFF;
  279. z-index: 111;
  280. right:16%;
  281. bottom:10%
  282. }
  283. .videoCutBtn img{
  284. width: 80%;
  285. margin: 10%;
  286. }
  287. .shotCut{
  288. }
  289. .videoScreen{
  290. position: absolute;
  291. width: 100vh;
  292. height: 100vw;
  293. top: 0;
  294. left: 100vw;
  295. -webkit-transform: rotate(90deg);
  296. -moz-transform: rotate(90deg);
  297. -ms-transform: rotate(90deg);
  298. transform: rotate(90deg);
  299. transform-origin: 0% 0%;
  300. }