js 代码描述:
今天看到很多人在用这个,汇站把代码趴下来了,然后在线代码这里是调用了别人的连接,你可以直接添加到自己网站使用,下面还有打包了源码给你们,也可以自己上传到自己空间使用。
<!-- 七夕代码 -->
<script type="text/javascript" src="https://www.daohangtx.com/js/jquery-1.8.3.js"></script>
<script type="text/javascript" src="https://www.daohangtx.com/js/public.js"></script>
<style>
.qqanimate{display:block;position:fixed;left:150px;bottom:130px;z-index:99999}
.shangxue{color: #FFF; background: #43BAFF; width: 200px; display: block; height: 45px; line-height: 45px; text-align: center; font-size: 15px; border-radius: 5px; margin: 0px auto; margin-top: 18px;}
.shangxue:hover{background:#3AAEF1;}
.wan{margin-top:20px;background:#18DAAD;}
.wan:hover{background:#13BB94;}
.guanbi{background: url(http://i.miaosu.bid/data/f_35429135.png)no-repeat;width:40px;height:40px;position:absolute;right:-40px;top:-40px;}
</style>
<div class="indexpingbi" style="display:none;z-index:999999999999;width:100%;height:100%;position:fixed;top:0px;left:0px;background:#000;filter: alpha(opacity=40);-moz-opacity: 0.4;-khtml-opacity: 0.4;opacity: 0.4;"></div>
<div class="indextanchu" style="cursor:pointer;display:none;position: fixed;left:50%;margin-left:-400px;margin-top:-171px;top: 50%;width:800px;height:342px;z-index:9999999999999999;background:url(http://i.miaosu.bid/data/f_59849410.png)no-repeat left center;">
<div style="width:400px;float:right;text-align:right;">
<p style="color:#FFF;font-size:32px;margin-top: 50px;">老铁 七夕节是不是快到了</p>
<p style="color:#FFF;line-height:35px;height:35px;font-size:28px;margin-top:20px;">再不买礼物,顺丰都救不了你</p>
<a href="http://shop.lxh5068.com" class="shangxue" target="_blank">给女友送点东西</a>
<a href="https://temai.m.taobao.com/new/index.htm?pid=mm_123382823_35700137_127070297" class="wan shangxue" target="_blank">算了 我没女友</a>
</div>
<a href="javascript:void(0)" class="guanbi"></a>
</div>
<script>
if(getCookie("qixi")!='true'){
$(".indexpingbi").css("display","block");
$(".indextanchu").css("display","block");
}
$(".guanbi").live('click',function(e) {
$(".indexpingbi").css("display","none");
$(".indextanchu").css("display","none");
setCookie1("qixi","true","d365");
});
$(".shangxue").live('click',function(e) {
$(".indexpingbi").css("display","none");
$(".indextanchu").css("display","none");
});
</script>
</div>
js 代码效果图:
转载请注明:汇站网 » js 淘宝客送礼代码