$("span.colorFlag").parents("th").css("cssText","background-color:red!important");
多次!important(坑)
$("#infoContent").css({ "cssText": "overflow:auto !important;height:250px !important" });