这是我在css中的代码。它覆盖了在 HTML 文件中编写的样式。我无权更改 HTML。
body[style] {
background-color: yellow !important ;
background: solid;
}
在桌面 Chrome 上,背景变为黄色就好了。不适用于 iPhone 上用于 Safari 的移动 Chrome。
<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="margin-left: auto; margin-right: auto; width: 900px;">