custom.css 267 B

1234567891011
  1. /* 通过方法自定义模式 */
  2. .template-custom{
  3. /* 绝对定位模式 pusher 和 player 都用绝对定位*/
  4. width: 100vw;
  5. height: 100vh;
  6. position: relative;
  7. }
  8. .template-custom .pusher-container,
  9. .template-custom .player-container{
  10. position: absolute;
  11. }