iframe src也使用这个CSS文件.问题是iframe中的主体需要另一种背景颜色.
试着
iframe>body { background-color: #other }
有什么想法或建议吗?
或者:在iframe页面的源代码中包含样式属性:
<head> <style>body {background-color:#COLOR}</style> </head>