百度描点
var sevenWordLength = $('#list_seven').height();
var eightTop = $('.step_eight').offset().top;
var temp_seven = $('.circle').height()-50;
$('#list_seven .cur_seven').each(function(i){
var sevenWordTop = $(this).find('.word').offset().top;
var temp_sevens = $(this).find('.circle').height()+10;
temp_seven = temp_seven+temp_sevens;
if(scroH>=sevenWordTop && scroH<eightTop){
$(this).find('.circle').css({position:'fixed',background:'#5BC648',top:temp_seven,left:'21.4%'});
}else {
$(this).find('.circle').css({position:'absolute',background:'#D0D0D0',top:'-20px',left:'0px'});
}
});
});
});
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步