gaocong
$("span.colorFlag").parents("th").css("cssText","background-color:red!important");

 多次!important(坑)

$("#infoContent").css({ "cssText": "overflow:auto !important;height:250px !important" });

 

分类:

技术点:

相关文章: