#login-page { width: 844px; padding-top: 4px } #sip_uri, #sip_password, #ws_uri, #sip_phone_number { width: 250px; } .hiden { display: block; } .hiden input { padding-left: 15px; } .showView { width: 100%; height: 644px; } .videoAnswer{ width: 40px; height: 40px; } .videoCall{ position: relative; } .videoText{ text-align: center; width: 100%; font-size: 20px; color: #008000; margin-top: 80px; } .viBtn{ position: absolute; width: 100%; display: block; top: 30px; } .vidDrop{ height: 50px; margin-top: 20px; } .videoBtn .vidDrop{ width: 50%; margin-top: 30px; } .vidDrop img{ width: 40px; height: 40px; position: absolute; left: 50%; margin-left: -20px; } .videoBtn .videoDrop{ width: 50%; float: left; position: relative; } .videoBtn{ position: absolute; top: 40%; width: 100%; display: block; } .videoBtn .videoAnswer{ width: 50%; float: left; position: relative; } .videoBtn .videoDrop{ width: 50%; float: left; position: relative; } .videoAnswer img{ width: 40px; height: 40px; position: absolute; left: 50%; margin-left: -20px; } .videoDrop img{ width: 40px; height: 40px; position: absolute; left: 50%; margin-left: -20px; } .titText{ width: 95%; text-align: right; color: blue; font-size: 12px; display: block; line-height: 40px; } .videoMy{ display: none; position: relative; margin-left: 10%; overflow: hidden; width: 80% !important; } .videoList{ display: none; position: relative; width: 80% !important; margin-left: 10%; overflow: hidden; } .videoMy video { position: absolute; background-color: #333333; /* border: 1px solid blue; */ padding: 0px; width: 100%; object-fit:fill; top:30px; left: 10; } .videoList video { background-color: #333333; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; margin: auto; width: 100%; } .extension{ margin-left: 30px; margin-top: 15px; } .register{ margin-left: 20px; height: 26px; margin-top: 15px; } .registerAgo{ display: flex; margin-top: 40px; } .callVideo{ display: block; width: 100%; overflow: hidden; } .callVideo div{ float: right; margin: 0 15px; } .callVideo .audioCall button{ padding: 5px 8px; } .callVideo .inputCall input{ padding: 5px 8px; width: 120px; } .callStyle{ line-height: 30px; color: blue; }