Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个横幅,其中有一个表格可以在各种不同的网站上使用。但是,当它进入其他网站时,它会继承第一个网站的样式。所以有时候看起来很乱。有没有办法让css不会继承?
使用 iframe 将其插入网站。除此之外,它可能很艰难。您可以尝试使用非常具体的选择器显式设置每种样式。那么就很难覆盖它们。
您可能必须为表单重置父容器中的所有样式,然后将表单放入该容器中。
还要为您的类使用唯一的名称,例如.myform-banner-mysitename或其他东西。即便如此,听起来你正在设计通往痛苦世界的道路。
.myform-banner-mysitename