|
|
@ -1495,7 +1495,7 @@ function pop_up_box(value,tWidth,tTop,tLeft){
|
|
|
|
// 公共弹框样式
|
|
|
|
// 公共弹框样式
|
|
|
|
function pop_box_new(value, Width, Height){
|
|
|
|
function pop_box_new(value, Width, Height){
|
|
|
|
w = ($(window).width() - Width)/2;
|
|
|
|
w = ($(window).width() - Width)/2;
|
|
|
|
h = ($(window).height() - Height)/2 - 100;
|
|
|
|
h = ($(window).height() - Height)/2;
|
|
|
|
$("#ajax-modal").html(value);
|
|
|
|
$("#ajax-modal").html(value);
|
|
|
|
showModal('ajax-modal', Width + 'px');
|
|
|
|
showModal('ajax-modal', Width + 'px');
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|
$('#ajax-modal').siblings().remove();
|
|
|
|