演示站:pay.bei-mo.cn
代码如下
<!doctype html>
<head>
<meta charset="utf-8">
<title>好看的弹窗-abeim.cn</title>
</head>
<body>
<script src="https://lib.baomitu.com/jquery/2.1.4/jquery.min.js"></script>
<script src="https://lib.baomitu.com/layer/3.1.1/layer.js"></script>
<script>
setTimeout(function(){ support(); }, 1000);
function support(argument) {
layer.open({
type: 1
,area: ['370px', '500px']
,title: '永久免费,请捐助我。'
,shade: 0.1
,maxmin: true
,anim: 2
,content: '<div style="text-align:center;"><br/><br/>扫码下方二维码进行现金打赏<br/><img src="http://pay.bei-mo.cn/img/skm.png"><br />本站永久免费生成<br />请不要让本站欠费跑路!<br /></div>'
});
}
</script>
</body>
</html>