修改部分浏览器评分弹出框位置不正确

This commit is contained in:
sw 2014-12-05 10:20:37 +08:00
parent bef4735f40
commit dde20ba458
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ $('#ajax-modal').css('height','569px');
$('#ajax-modal').siblings().remove();
$('#ajax-modal').before("<span style='float: right;cursor:pointer;padding-left: 513px;'>" +
"<a href='#' onclick='hidden_homework_atert_form();'><img src='/images/bid/close.png' width='26px' height='26px' /></a></span>");
$('#ajax-modal').parent().removeClass("alert_praise");
$('#ajax-modal').parent().css("top","").css("left","");
$('#ajax-modal').parent().addClass("alert_box");