【发布时间】:2016-08-17 22:20:57
【问题描述】:
我已将我的 css 包含在 index.html 中,并尝试使用 iframe 中的样式,但它没有被应用。
<iframe name="glcframe" id="glcframe" frameborder="0" width="100%" height="1200" ng-src="home/test.html" scrolling="no"></iframe>
【问题讨论】:
我已将我的 css 包含在 index.html 中,并尝试使用 iframe 中的样式,但它没有被应用。
<iframe name="glcframe" id="glcframe" frameborder="0" width="100%" height="1200" ng-src="home/test.html" scrolling="no"></iframe>
【问题讨论】:
iframe 基本上在框架内模拟浏览器 - 框架页面中的所有样式都不会应用到 iframe 中
【讨论】: