collection(e){ let dom = e.currentTarget $(dom).find('i').css('color', 'red'); $(dom).find('span').css('color', 'yellow'); }