方法一:

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

方法二:

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

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

作者 铁血 汉子 2017年2月27日
2024/05/08/07:25:45pm 2017/2/27/11:25:55
0 1718