方法一:

$("div.test").css("cssText", "width:650px !important;"); 

方法二:

$('#elem').attr('style', 'width: 100px !important');

方法三:
新建类,通过addClass覆盖

作者 铁血 汉子 2017年2月27日
2025/04/11/07:46:49pm 2017/2/27/11:25:55
0 1928