jquery 改变css的background rgba属性

废话少说,直接上代码

$("#toolBox ul li").hover(function(){
	    $(this).css("background","rgba(0,0,0,0.8)");
	    },function(){
       $(this).css("background","rgba(0,0,0,0.65)");
	  });

  

posted @ 2019-12-28 14:41  li阿根  阅读(2674)  评论(0编辑  收藏  举报