| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356 |
- body {
- background-color: #fff !important;
- }
- #login-form {
- background-color: #fff !important;
- margin-top: 0px;
- }
- .mui-content {
- background: #FFF;
- }
- .area {
- margin: 20px auto 0px auto;
- }
- .mui-content-padded {
- margin-top: 40px;
- }
- .mui-btn {
- padding: 10px;
- }
- .mui-logo-box {
- width: 40%;
- margin: 0 auto;
- padding: 60px 0px 0px 0px ;
- }
- .text-logo {
- text-align: center;
- font-size:25px;
- margin-top: 30px;
- color:#f00;
- margin-bottom: 40px;
- }
- .mui-logo-box img {
- width: 100%;
- }
- .mui-logo-box .img-box2 {
- width: 150;
- }
- .mui-input-group:after {
- position: absolute;
- right: 0;
- bottom: 0;
- left: 15px;
- height: 1px;
- content: '';
- -webkit-transform: scaleY(.5);
- transform: scaleY(.5);
- /*background-color: #c8c7cc;*/
- }
- input {
- font-size: 14px;
- }
- .mui-input-group {
- width: 100%;
- margin: 0 auto;
- margin-bottom: 20px;
- }
- .mui-input-row {
- margin-bottom: 10px;
- }
- .mui-content-padded {
- width: 86%;
- margin: 0 auto;
- margin-top: 80px;
- }
- .mui-content-padded button {
- background: #ff9600;
- }
- #login,
- #register {
- border-radius: 20px;
- border: none;
- }
- .mui-input-group .mui-input-row:after {
- left: -5px;
- }
- .mui-input-row span {
- color: #787878;
- }
- .mui-input-group .mui-input-row {
- height: 45px;
- line-height: 45px;
- /* margin-bottom: 20px; */
- width: 80%;
- margin: 0 auto;
- border-top: 1px solid #d9d9d9;
- }
- .mui-input-group:before {
- height: 0px;
- }
- .mui-password {
- border: none;
- border-bottom: 1px solid #d9d9d9;
- }
- .mui-input-group:after {
- background-color: #fff;
- }
- .mui-input-group .mui-input-row:after {
- background-color: #fff;
- }
- .registStatus {
- width: 100%;
- font: 26px;
- text-align: center;
- color: #2AC845;
- margin-top: 10px;
- display: none;
- }
- .buttonDiv {
-
- position: fixed;
- bottom: 10%;
- left: 50%;
- margin-left: -20px;
- z-index: 2;
- }
- .internetSpeed {
- position: fixed;
- left: 10%;
- top: 8%;
- z-index: 2;
- color: #2AC845;
- font-size: 16px;
- font-weight: bold;
-
- }
- .receiverSpeedVideo{
- display: none;
- }
- .internetSpeed img{
- width: 30px;
- height: 30px;
- display: none;
- }
- .customerImg {
- position: fixed;
- right: 3%;
- top: 2%;
- margin-left: -20px;
- z-index: 2;
- width: 195px;
- overflow: hidden;
- }
- .customerImg .leftText {
- float: left;
- width: 100px;
- line-height: 80px;
- text-align: right;
- color: #FFFFFF;
- margin-right: 15px;
- }
- .customerImg .rightImg {
- float: left;
- width: 80px;
- height: 80px;
- background-color: #EEEEEE;
- }
- .customerImg .rightImg img {
- width: 100%;
- height: 100%;
- }
- .dropTime {
- color: #FFFFFF;
- padding: 5px;
- }
- .buttonDiv .dropIcon {
- width: 50px;
- height: 50px;
- border-radius: 25px;
- background: #FFFFFF;
- border: none;
- }
- .dropIcon img {
- width: 100%;
- height: 100%;
- }
- .buttonDiv .answerIcon {
- width: 50px;
- height: 50px;
- border-radius: 25px;
- background: #FFFFFF;
- border: none;
- }
- .answerIcon img {
- width: 100%;
- height: 100%;
- }
- .videoYour {
- display: block;
- background-color:#000000;
- width:100%;
- height:100%;
- top:0;
- right:0;
- z-index:1;
- position: fixed;
- overflow: hidden;
- }
- .videoYour video {
- width: 100%;
- position: absolute;
- left: 50%;
- right: 0px;
- top: 0px;
- bottom: 0px;
- margin: auto;
- }
- .videoMy {
- background-color:#EEEEEE;
- width:20%;
- height:20%;
- top:10px;
- right:10px;
- z-index:2;
- position: fixed;
- overflow: hidden;
- }
- .videoMy video {
- width: 100%;
- position: absolute;
- left: 50%;
- right: 0px;
- top: 0px;
- bottom: 0px;
- margin: auto;
- }
- .callHtml {
- display: none;
- }
- .reminderText{
- width: 80%;
- margin: 0 auto;
- text-align: center;
- font-size: 12px;
- color: #DD524D;
- margin-top: 30px;
- }
- .btnStyle{
- width: 70%;
- margin: 0 auto;
- }
- .btnStyle .mui-content-padded{
- margin-top: 20px;
- font-size: 16px;
- }
- .aTextStyle{
- width: 100%;
- text-align: center;
- display: block;
-
- }
- .loginbtn{
- display: none;
- }
- .voiceBox{
- position: fixed;
-
- width: 46px;
- height: 46px;
- border-radius: 30px;
- background: #FFFFFF;
- z-index: 111;
- }
- .voiceBox img{
- width: 80%;
- margin: 10%;
- }
- .muteBtn,.unMuteBtn{
- display: none;
- left:18%;
- bottom:10%
- }
- .cameraBtn,.unCameraBtn{
- display: none;
- left: 19%;
- top: 3%;
- }
- .videoCutBtn{
- position: fixed;
- width: 46px;
- height: 46px;
- border-radius: 30px;
- background: #FFFFFF;
- z-index: 111;
- right:16%;
- bottom:10%
- }
- .videoCutBtn img{
- width: 80%;
- margin: 10%;
- }
- .shotCut{
-
- }
- .videoScreen{
- position: absolute;
- width: 100vh;
- height: 100vw;
- top: 0;
- left: 100vw;
-
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- transform: rotate(90deg);
- transform-origin: 0% 0%;
- }
|