123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .pusher-video {
- position: absolute;
- right: 2vw;
- top: 2vw;
- width: 160px;
- height: 200px;
- z-index: 3;
- }
- .player1 {
- position: absolute;
- width: 100%;
- height: 100%;
- background-color: #f75c45;
- z-index: 1;
- }
- .player2 {
- width: 40vw;
- height: 40vw;
- background-color: #f75c45;
- z-index: 1;
- }
- .handle-btns {
- position: absolute;
- z-index: 3;
- bottom: 3vh;
- width: 100vw;
- z-index: 3;
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- }
- .btn-normal {
- width: 8vh;
- height: 8vh;
- box-sizing: border-box;
- display: flex;
- background: white;
- justify-content: center;
- align-items: center;
- border-radius: 50%;
- }
- .btn-image{
- width: 4vh;
- height: 4vh;
- }
- .btn-hangup {
- width: 8vh;
- height: 8vh;
- background: #f75c45;
- box-sizing: border-box;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 50%;
- }
- .TRTCCalling-call-audio {
- width: 100%;
- height: 100%;
- }
- image {
- width: 100%;
- height: 100%;
- }
|