Metadata
Title
《清华大学荐读书目》清华师生共读经典系列视频发布-清华大学图书馆读书文化月
Category
general
UUID
4e001c69ae724710bee691a6f252f4f5
Source URL
https://libmonth.lib.tsinghua.edu.cn/dswhy2023/a_qhdxjdsm_qhssgdjdxlspfb/2.htm
Parent URL
https://libmonth.lib.tsinghua.edu.cn/dswhy2023/a_qhdxjdsm_qhssgdjdxlspfb.htm
Crawl Time
2026-03-10T04:04:36+00:00
Rendered Raw Markdown

《清华大学荐读书目》清华师生共读经典系列视频发布-清华大学图书馆读书文化月

Source: https://libmonth.lib.tsinghua.edu.cn/dswhy2023/a_qhdxjdsm_qhssgdjdxlspfb/2.htm Parent: https://libmonth.lib.tsinghua.edu.cn/dswhy2023/a_qhdxjdsm_qhssgdjdxlspfb.htm

2022 2021

首页上页1234下页尾页

_showDynClickBatch(['dynclicks_u3_1763','dynclicks_u3_1764','dynclicks_u3_1767','dynclicks_u3_1768','dynclicks_u3_1772','dynclicks_u3_1774'],[1763,1764,1767,1768,1772,1774],"wbnews", 1923062664)

中国 北京 海淀区 清华大学图书馆 100084 电话:62782137 传真:62781758

联系我们

图书馆微信公众号

版权所有:清华大学图书馆 版权声明

var nav = { menuBtn: $('.menuBtn'), nav: $('.js-nav'), menu: $('.nav'), menuLi: $('.nav li'), menuLink: $('.nav li > a'), init: function() { var _this = this; this.menuBtn.append(''); this.menuBtn.on('click', function() { $(this).toggleClass('open'); _this.nav.toggleClass('open'); }); this.resize(959); }, resize: function(width) { this.menuLink.off('click'); this.menuLi.off('mouseenter mouseleave'); this.menu.find('.sub').stop(true, true).slideUp(0); if ($(window).innerWidth() < width) { this.menuLi.off('mouseenter mouseleave'); this.menuLink.on('click', function() { if ($(this).siblings('.sub').length) { $(this).siblings('.sub').stop(true, true).slideToggle('fast').parent().siblings().find('.sub').stop(true, true).slideUp('fast'); return false; } }) } else { this.menuBtn.removeClass('open'); this.nav.removeClass('open'); this.menuLi.on('mouseenter', function() { if ($(this).find('.sub').length) { $(this).find('.sub').stop(true, true).slideDown('fast'); } }); this.menuLi.on('mouseleave', function() { $(this).find('.sub').stop(true, true).slideUp('fast'); }); } } }; nav.init(); var resizeTimer = null; $(window).on('resize', function() { if (resizeTimer) { clearTimeout(resizeTimer); } resizeTimer = setTimeout(function() { nav.resize(959); }, 100); }); $(window).on('scroll', function() { var _top = $(window).scrollTop(); if (_top > 10) { $('.header').addClass('on'); } else { $('.header').removeClass('on'); } });