// 提醒 function remindInfo(content) { top.layer.confirm('事件提醒:' + content + '', { icon: 7, title: '提示', offset:"rb", shade:0, anim:2, move:false }, function(index) { top.layer.close(index) }); }