custom.wxss 289 B

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