湖州师范学院第十七届大学生职业规划大赛决赛获奖名单
                            
                
                    浏览:86次
                                    
                
                    发布时间:2025年10月27日11:20
                                             
                        来源:湖州师范学院
                                    
                                                    
                     
     
 
 ');
            $(".back-top").css("left", left).hide().click(function() {
                $('html, body').animate({
                    scrollTop: 0
                }, 200);
            });
            $(document).scroll(function() {
                if ($(this).scrollTop() < 50) {
                    $(".back-top").hide('slow');
                } else {
                    $(".back-top").show('slow');
                }
            });
        }
        var h = $("body").height()
        var contentH = $(".share-details").height()
        if (contentH < h) {
            $(window.parent.document).find('.layui-layer-close1').css("display", "block")
        }
        $(document).scroll(function() {
            var c = $(this).scrollTop();
            if (Math.ceil(h < c)) {
                $(window.parent.document).find('.layui-layer-close1').css("display", "block")
            }
        })
        uParse('.aContent', {
            rootPath: '/'
        })
    });