|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').before("<span style='float: right;cursor:pointer;'>" +
|
|
|
|
|
"<a href='javascript:' onclick='clickCanel();'><img src='/images/bid/close.png' width='26px' height='26px' /></a></span>");
|
|
|
|
|
$('#ajax-modal').parent().css("top","65%").css("left","60%");
|
|
|
|
|
$('#ajax-modal').parent().css("top","65%").css("left","60%").css("border","3px solid #269ac9");
|
|
|
|
|
$('#ajax-modal').parent().addClass("anonymos_work");
|
|
|
|
|
});
|
|
|
|
|
<% end%>
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').before("<span style='float: right;cursor:pointer;'>" +
|
|
|
|
|
"<a href='javascript:' onclick='clickCanel();'><img src='/images/bid/close.png' width='26px' height='26px' /></a></span>");
|
|
|
|
|
$('#ajax-modal').parent().css("top","30%").css("left","20%").css("position","fixed");
|
|
|
|
|
$('#ajax-modal').parent().css("top","30%").css("left","20%").css("position","fixed").css("border","3px solid #269ac9");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 点击 checkbox选中引用的资源的时候,保存该资源的id到session里去
|
|
|
|
@ -64,14 +64,14 @@
|
|
|
|
|
$('#ajax-modal').html("<div><p align='center' style='margin-top: 35px'>作品信息完整性校验中,请稍等...</p></div>");
|
|
|
|
|
showModal('ajax-modal', '500px');
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","");
|
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9");
|
|
|
|
|
$('#ajax-modal').parent().addClass("anonymos");
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
$('#ajax-modal').html("<div><p align='center' style='margin-top: 35px'>作品信息完整性校验中,请稍等...</p></div>");
|
|
|
|
|
showModal('ajax-modal', '500px');
|
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","");
|
|
|
|
|
$('#ajax-modal').parent().css("top","").css("left","").css("border","3px solid #269ac9");
|
|
|
|
|
$('#ajax-modal').parent().addClass("anonymos");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|