实训tpi
This commit is contained in:
parent
b744b9786f
commit
eea8939c49
|
@ -2,7 +2,7 @@
|
|||
|
||||
<div class="task-popup-warp" style="background-color: rgba(0,0,0,0.7);">
|
||||
<div class="task-popup-box task-box1">
|
||||
<a href="#" class="task-popup-close"></a>
|
||||
<a href="javascript:void(0)" class="task-popup-close" onclick="hideModal();"></a>
|
||||
<div class="task-su-con">
|
||||
<p class="task-su-p">恭喜您通过本关</p>
|
||||
<%= link_to "下 一 步", {:controller => 'games', :action => "next_step", :id => game, :myshixun_id => myshixun}, :class => "task-su-btn", :remote => true %>
|
||||
|
|
|
@ -1797,7 +1797,7 @@ function pop_box_new(value, Width, Height){
|
|||
new Drag("popupWrap");
|
||||
});
|
||||
}
|
||||
|
||||
// 与pop_box_new不同之处在与去除拖拽属性
|
||||
function pop_box_new2(value, Width, Height){
|
||||
w = ($(window).width() - Width)/2;
|
||||
h = ($(window).height() - Height)/2;
|
||||
|
|
Loading…
Reference in New Issue