Bez popisu

mobileMeeting.css 4.0KB

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