我有这个代码,我想隐藏Iframed页面的徽标和其他内容。已经使用Div而且它是有效的,但它是临时解决方案。我想通过CSS隐藏它使其永久
<div style="left: 0px; position: relative; display: inline-block; overflow: hidden; height: 450px;">
<iframe style="position: relative; top: -73px;" src="https://awewallet.com/cardsystem/chkbal" width="550" height="615" frameborder="0" scrolling="no"></iframe>
</div>