Няма описание

mobileMeeting.css 4.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  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-bottom: 1px solid #d9d9d9;*/
  86. }
  87. .mui-input-row .mui-input {
  88. border-bottom: 1px solid #d9d9d9;
  89. }
  90. .mui-input-row label {
  91. width: 20%;
  92. }
  93. .mui-input-row label~input {
  94. float: left;
  95. width: 73%;
  96. margin-bottom: 0;
  97. padding-left: 15px;
  98. border: 0;
  99. }
  100. .mui-input-group:before {
  101. height: 0px;
  102. }
  103. .mui-password {
  104. border: none;
  105. border-bottom: 1px solid #d9d9d9;
  106. }
  107. .mui-input-group:after {
  108. background-color: #fff;
  109. }
  110. .mui-input-group .mui-input-row:after {
  111. background-color: #fff;
  112. }
  113. .registStatus {
  114. width: 100%;
  115. font: 26px;
  116. text-align: center;
  117. color: #2AC845;
  118. margin-top: 10px;
  119. display: none;
  120. }
  121. .buttonDiv {
  122. position: fixed;
  123. bottom: 10%;
  124. left: 50%;
  125. margin-left: -20px;
  126. z-index: 2;
  127. }
  128. .internetSpeed {
  129. position: fixed;
  130. left: 10%;
  131. top: 8%;
  132. z-index: 2;
  133. color: #2AC845;
  134. font-size: 16px;
  135. font-weight: bold;
  136. }
  137. .receiverSpeedVideo{
  138. display: none;
  139. }
  140. .internetSpeed img{
  141. width: 30px;
  142. height: 30px;
  143. display: none;
  144. }
  145. .customerImg {
  146. position: fixed;
  147. right: 3%;
  148. top: 2%;
  149. margin-left: -20px;
  150. z-index: 2;
  151. width: 195px;
  152. overflow: hidden;
  153. }
  154. .customerImg .leftText {
  155. float: left;
  156. width: 100px;
  157. line-height: 80px;
  158. text-align: right;
  159. color: #FFFFFF;
  160. margin-right: 15px;
  161. }
  162. .customerImg .rightImg {
  163. float: left;
  164. width: 80px;
  165. height: 80px;
  166. background-color: #EEEEEE;
  167. }
  168. .customerImg .rightImg img {
  169. width: 100%;
  170. height: 100%;
  171. }
  172. .dropTime {
  173. color: #FFFFFF;
  174. padding: 5px;
  175. }
  176. .buttonDiv .dropIcon {
  177. width: 50px;
  178. height: 50px;
  179. border-radius: 25px;
  180. background: #FFFFFF;
  181. border: none;
  182. }
  183. .dropIcon img {
  184. width: 100%;
  185. height: 100%;
  186. }
  187. .buttonDiv .answerIcon {
  188. width: 50px;
  189. height: 50px;
  190. border-radius: 25px;
  191. background: #FFFFFF;
  192. border: none;
  193. }
  194. .answerIcon img {
  195. width: 100%;
  196. height: 100%;
  197. }
  198. .videoYour {
  199. display: block;
  200. background-color:#000000;
  201. width:100%;
  202. height:100%;
  203. top:0;
  204. right:0;
  205. z-index:1;
  206. position: fixed;
  207. overflow: hidden;
  208. }
  209. .videoYour video {
  210. width: 100%;
  211. position: absolute;
  212. left: 50%;
  213. right: 0px;
  214. top: 0px;
  215. bottom: 0px;
  216. margin: auto;
  217. }
  218. .videoMy {
  219. background-color:#EEEEEE;
  220. width:20%;
  221. height:20%;
  222. top:10px;
  223. right:10px;
  224. z-index:2;
  225. position: fixed;
  226. overflow: hidden;
  227. }
  228. .videoMy video {
  229. width: 100%;
  230. position: absolute;
  231. left: 50%;
  232. right: 0px;
  233. top: 0px;
  234. bottom: 0px;
  235. margin: auto;
  236. }
  237. .callHtml {
  238. display: none;
  239. }
  240. .reminderText{
  241. width: 80%;
  242. margin: 0 auto;
  243. text-align: center;
  244. font-size: 12px;
  245. color: #DD524D;
  246. margin-top: 30px;
  247. }
  248. .btnStyle{
  249. width: 70%;
  250. margin: 0 auto;
  251. }
  252. .btnStyle .mui-content-padded{
  253. margin-top: 20px;
  254. font-size: 16px;
  255. }
  256. .aTextStyle{
  257. width: 100%;
  258. text-align: center;
  259. display: block;
  260. }
  261. .loginbtn{
  262. display: none;
  263. }
  264. .voiceBox{
  265. position: fixed;
  266. width: 46px;
  267. height: 46px;
  268. border-radius: 30px;
  269. background: #FFFFFF;
  270. z-index: 111;
  271. }
  272. .voiceBox img{
  273. width: 80%;
  274. margin: 10%;
  275. }
  276. .muteBtn,.unMuteBtn{
  277. display: none;
  278. left:18%;
  279. bottom:10%
  280. }
  281. .cameraBtn,.unCameraBtn{
  282. display: none;
  283. left: 19%;
  284. top: 3%;
  285. }
  286. .videoCutBtn{
  287. position: fixed;
  288. width: 46px;
  289. height: 46px;
  290. border-radius: 30px;
  291. background: #FFFFFF;
  292. z-index: 111;
  293. right:16%;
  294. bottom:10%
  295. }
  296. .videoCutBtn img{
  297. width: 80%;
  298. margin: 10%;
  299. }
  300. .shotCut{
  301. }
  302. .videoScreen{
  303. position: absolute;
  304. width: 100vh;
  305. height: 100vw;
  306. top: 0;
  307. left: 100vw;
  308. -webkit-transform: rotate(90deg);
  309. -moz-transform: rotate(90deg);
  310. -ms-transform: rotate(90deg);
  311. transform: rotate(90deg);
  312. transform-origin: 0% 0%;
  313. }