公开课

    共有14679个公开课

    年级
    全部
    一年级
    二年级
    三年级
    四年级
    五年级
    六年级
    七年级
    八年级
    九年级
    十年级
    十一年级
    十二年级
    学科
    全部
    语文
    数学
    英语
    物理
    化学
    生物
    历史
    趣味
    政治
    地理
    孙富荣
    孙富荣
    物理

    运动的速度(1)

    详情

    课程售价
    0
    课程学员人数
    608
    免费试听
    王佳阔
    王佳阔
    物理

    运动的描述(2)

    详情

    课程售价
    0
    课程学员人数
    850
    免费试听
    王佳阔
    王佳阔
    物理

    运动的描述(1)

    详情

    课程售价
    0
    课程学员人数
    781
    免费试听
    赵艳波
    赵艳波
    物理

    运动(2)

    详情

    课程售价
    0
    课程学员人数
    370
    免费试听
    赵艳波
    赵艳波
    物理

    运动(1)

    详情

    课程售价
    0
    课程学员人数
    1616
    免费试听
    闫树刚
    闫树刚
    物理

    降落伞比赛(2)

    详情

    课程售价
    0
    课程学员人数
    1240
    免费试听
    闫树刚
    闫树刚
    物理

    降落伞比赛(1)

    = slideLen) { i = 0; } aslideNum.eq(i).addClass('active').siblings().removeClass(); aslideLi.eq(i).fadeIn().css("z-index", "3").siblings().fadeOut().css("z-index", "2"); i++; }, 3000); } autoPlay(); $(".slide").hover(function() { clearInterval(timer); //幻灯片数字切换事件 aslideNum.hover(function() { var iIndex = $(this).index(); aslideLi.eq(iIndex).fadeIn().css("z-index", "3").siblings().fadeOut().css("z-index", "2"); aslideNum.eq(iIndex).addClass('active').siblings().removeClass(); }); }, function() { var iIndex = $(".slideNum .active").index() + 1; if (iIndex >= slideLen) { iIndex = 0; } autoPlay(iIndex); }); //}幻灯片结束