<div class="player">
<video src="video/e.mov" class="video"></video>
</div>
<style type="text/css">
*{
padding:0;margin:0;list-style: none;box-sizing: border-box;
}
body{
width:7.5rem;margin:0 auto;
}
.player{
width:100%;height:100%;
}
.player .video{
width:100%;height:100%;
}
</style>
$(function(){
var video=$("video")[0];
video.play();
})
柠檬酸钠
相关分类