jQuery修改带有!important的样式,不能直接用css方法写,需按照如下方式:
$(".bdMemberGetPsw").css("cssText", 'background:url(/sites/1137/img/p_20.jpg) no-repeat center top !important');
$(".bdMemberGetPsw").css("cssText", 'background:url(/sites/1137/img/p_20.jpg) no-repeat center top !important');
本文标题:jQuery修改带有!important的样式
本文链接:https://www.haomeiwen.com/subject/mepphxtx.html
网友评论