尝试水平居中iframe但似乎不起作用
的CSS:
div.center iframe {
display: block;
margin-left: auto;
margin-right: auto;
}
html:
<div class="center">
<iframe class="paraviewweb-player" type="text/html"
width="401px" height="401px" frameborder="0"
style="border: 1px solid;"
src="embed.html">
</iframe>
</div>