<video controls="controls" preload="auto">
<source src="movie.ogg" type="video/ogg" />
<source src="movie.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
居中对齐:text-align:center
上下对齐:margin: 0 auto (margin的顺序是上,右,下,左)
最大高度:max-height:xxxpx;
填充完全:weight:100%;height:100%
圆角:border-radius