/* components/player.wxss */ .player-object { width: 100%; height: 100%; } .player-video { width: 100%; height: 100%; } .video { width: 100%; height: 100vh; overflow: hidden; }