TUICallKit.wxss 402 B

12345678910111213141516171819202122232425
  1. .TRTCCaling-container {
  2. width: 100vw;
  3. height: 100vh;
  4. overflow: hidden;
  5. /* background-image: url(https://mc.qcloudimg.com/static/img/7da57e0050d308e2e1b1e31afbc42929/bg.png); */
  6. margin: 0;
  7. }
  8. .hidden {
  9. display: none;
  10. }
  11. .TUICalling {
  12. position: fixed;
  13. width: 100vw;
  14. height: 100vh;
  15. z-index: 10;
  16. background: #ffffff;
  17. }
  18. .show {
  19. top: 0;
  20. left: 0;
  21. }
  22. .groupConnected{
  23. background-color: #2c292923;
  24. }