| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- #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;
- }
|