摘要: 1 var TimeLine = function (_id) { 2 this.id = _id; 3 this._top = 40; 4 this.vHeight = 40; 5 this.global_top = 40; 6 this.line_height = 4; 7 this.radius = 6; 8 ... 阅读全文
posted @ 2016-04-29 09:53 自然去留 阅读(459) 评论(0) 推荐(0)