学院办公室:010-82507161

本科生教务:010-62513386

研究生教务与国际交流:010-82507161

党团学办公室:010-62515886

在职课程培训班:010-82507075

 

邮编:100872

电话:010-82507161

传真:010-62513316

E-mail:mathruc@ruc.edu.cn

地址:北京市海淀区中关村大街59号中国人民大学数学楼

立博app官网公众号

版权所有 立博app官网 - 立博体育官网平台登录 升星提供技术服务
var ggRoll = { roll: document.getElementById("roll"), speed: 20, statusX: 1, statusY: 1, x: 100, y: 300, winW: document.documentElement.clientWidth - document.getElementById("roll").offsetWidth, winH: document.documentElement.clientHeight - document.getElementById("roll").offsetHeight, Go: function () { this.roll.style.left = this.x + 'px'; this.roll.style.top = this.y + 'px'; this.x = this.x + (this.statusX ? -1 : 1) if (this.x < 0) { this.statusX = 0 } if (this.x > this.winW) { this.statusX = 1 } this.y = this.y + (this.statusY ? -1 : 1) if (this.y < 0) { this.statusY = 0 } if (this.y > this.winH) { this.statusY = 1 } } } var interval = setInterval("ggRoll.Go()", ggRoll.speed); ggRoll.roll.onmouseover = function () { clearInterval(interval) }; ggRoll.roll.onmouseout = function () { interval = setInterval("ggRoll.Go()", ggRoll.speed) }; $(function () { $(".clo").click(function () { $(this).parent().fadeOut(); }) })