对话框 x 按钮已经看不见了 如何改颜色
------------------------------
需求:FVS 点击事件
f12找到对应class
初始化后事件
setTimeout(function(){
$(".class").css("background","red")
},100)