video-template.wxss 993 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .pusher-video {
  2. position: absolute;
  3. right: 2vw;
  4. top: 2vw;
  5. width: 160px;
  6. height: 200px;
  7. z-index: 3;
  8. }
  9. .player1 {
  10. position: absolute;
  11. width: 100%;
  12. height: 100%;
  13. background-color: #f75c45;
  14. z-index: 1;
  15. }
  16. .player2 {
  17. width: 40vw;
  18. height: 40vw;
  19. background-color: #f75c45;
  20. z-index: 1;
  21. }
  22. .handle-btns {
  23. position: absolute;
  24. z-index: 3;
  25. bottom: 3vh;
  26. width: 100vw;
  27. z-index: 3;
  28. display: flex;
  29. flex-direction: row;
  30. justify-content: space-around;
  31. }
  32. .btn-normal {
  33. width: 8vh;
  34. height: 8vh;
  35. box-sizing: border-box;
  36. display: flex;
  37. background: white;
  38. justify-content: center;
  39. align-items: center;
  40. border-radius: 50%;
  41. }
  42. .btn-image{
  43. width: 4vh;
  44. height: 4vh;
  45. }
  46. .btn-hangup {
  47. width: 8vh;
  48. height: 8vh;
  49. background: #f75c45;
  50. box-sizing: border-box;
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. border-radius: 50%;
  55. }
  56. .TRTCCalling-call-audio {
  57. width: 100%;
  58. height: 100%;
  59. }
  60. image {
  61. width: 100%;
  62. height: 100%;
  63. }