Commit a09f5c09 by 肖康

弹窗 修改

parent e2d121f3
...@@ -22,9 +22,8 @@ define('liexin_ajax', ['liexin_pop','tool'], function (require, exports, module) ...@@ -22,9 +22,8 @@ define('liexin_ajax', ['liexin_pop','tool'], function (require, exports, module)
top: '-50%', top: '-50%',
opacity: '0' opacity: '0'
}, function () { }, function () {
ele.hide(); $(".mzpops").hide();
$(".pop-show-box").remove(); $(".pop-show-box").remove();
$("body").append(ele2.clone(true));
}); });
}) })
//挂载到 $ 上方便操作 直接预加载 //挂载到 $ 上方便操作 直接预加载
......
<div class="mall-footer"> <div class="mall-footer">
<div class="floor1 w1200"> <div class="floor1 w1200" style="display:none">
<div class="row"> <div class="row">
<div class="itemf3 trl bgbts1"><b>30M+</b>SKU</div> <div class="itemf3 trl bgbts1"><b>30M+</b>SKU</div>
<div class="itemf3 trr bgbts2"><b>5000+</b>Suppliers</div> <div class="itemf3 trr bgbts2"><b>5000+</b>Suppliers</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment