live-pusher.css 471 B

12345678910111213141516171819202122232425262728293031
  1. uni-live-pusher {
  2. width: 320px;
  3. height: 240px;
  4. display: inline-block;
  5. line-height: 0;
  6. overflow: hidden;
  7. position: relative;
  8. }
  9. uni-live-pusher[hidden] {
  10. display: none;
  11. }
  12. .uni-live-pusher-container {
  13. width: 100%;
  14. height: 100%;
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. overflow: hidden;
  19. background-color: black;
  20. }
  21. .uni-live-pusher-slot {
  22. position: absolute;
  23. top: 0;
  24. width: 100%;
  25. height: 100%;
  26. overflow: hidden;
  27. pointer-events: none;
  28. }