方法一:
$("div.test").css("cssText", "width:650px !important;");
方法二:
$('#elem').attr('style', 'width: 100px !important');
方法三:
新建类,通过addClass覆盖
方法一:
$("div.test").css("cssText", "width:650px !important;");
方法二:
$('#elem').attr('style', 'width: 100px !important');
方法三:
新建类,通过addClass覆盖