点击
我需要弹出视频 <style>
video {
width: 70%;
height: auto;
margin: 0 auto;
}
</style>
<section class="video_wrap text-center">
<video width="400" controls>
<source src="video/mov_bbb.mp4" type="video/mp4">
<source src="video/mov_bbb.ogg" type="video/ogg">
Your browser does not support HTML5 video.
</video>
</section>
我写过这个。能否解释一下如何获得我的输出?