如何在iframe代码中为Web视图添加自定义CSS

时间:2019-11-05 19:45:59

标签: javascript html css

我希望我的网站在应用程序中看起来与众不同。如何将自定义CSS应用于Web视图?

<iframe  src="https://url.com" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
  Your browser doesn't support iframes
</iframe>

0 个答案:

没有答案