HTML:
<iframe src="https://www.baidu.com" frameborder="0"></iframe>
CSS:
iframe {
width: 100%; // 无效
width: 500px; //还是无效
}
求指教高如何处理或者有其它替代方案吗?
相关分类