复制代码代码如下:
display: block!important;//页面上是这样写的
//修改的话,这样做
$("#selCont").css("cssText","display: none!important");

加了important标记css样式的jQuery写法