我使用的recaptcha有一个内置的css
#recaptcha_area, #recaptcha_table {
width: 318px !important;
}
当我使用萤火虫时,我看到了这一点。
我的问题是如何覆盖内置宽度?我试图在我的样式表上放置 css 代码,例如
#recaptcha_area, #recaptcha_table {
width: 207px !important;
}
但它不起作用。还有其他方法可以覆盖吗?
我使用的recaptcha有一个内置的css
#recaptcha_area, #recaptcha_table {
width: 318px !important;
}
当我使用萤火虫时,我看到了这一点。
我的问题是如何覆盖内置宽度?我试图在我的样式表上放置 css 代码,例如
#recaptcha_area, #recaptcha_table {
width: 207px !important;
}
但它不起作用。还有其他方法可以覆盖吗?