用jq修改css

$(".tag_add").css("background","#ffffff");
$(".tag_add").css("color","#000000");
$(this).css("background","#1f7ff3");
$(this).css("color","#ffffff");

原文地址:https://www.cnblogs.com/dongkx/p/7170352.html