顶部悬浮代码
- 文件栏目:网站源码
- 运行:php
- 下载权限:开放浏览
- 访问密码:无须注册会员
- 语言编码:简体中文
- 售价:0
顶部悬浮代码
var f_a_w="100%"; //广告宽度,单位px,如自适应宽度就改为100%;
var f_a_h="120px"; //广告高度,单位px
var fo_a_s="/VIP/ggdingbu.gif"; //广告图片地址
var f_a_li="http://hxg.plus/?c=sszhuan&"; //广告图片链接
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) { //只在手机端显示
document.writeln("<style type=\"text/css\">");
document.writeln(".f_fo{ width:100%; position:fixed; top:0px; z-index:9999;}");
document.writeln(".f_fo_a{ width:"+f_a_w+"; height:"+f_a_h+"; margin:0px auto; position:relative; overflow:hidden;}");
document.writeln(".f_fo_a img{ width:"+f_a_w+"; height:"+f_a_h+";}");
document.writeln(".f_fo_a .a_cl{ position:absolute; width:38px; text-align:center; height:16px; line-height:16px; border:1px #bcbcbc solid; background-color:#d3d3d3; color:#666666; bottom:0; right:0;}");
document.writeln("</style>");
document.writeln("<div class=\"f_fo\" id=\"f_fo\">");
document.writeln("<div class=\"f_fo_a\">");
document.writeln("<a href=\""+f_a_li+"\" target=\"_blank\"><img src=\""+fo_a_s+"\" /></a>");
document.writeln("<span class=\"a_cl\" id=\"af_cl\">关闭X</span>");
document.writeln("</div>");
document.writeln("</div>");
var n_div = document.createElement('div');
var c_str = "width:100%; height:"+f_a_h+"; overflow:hidden;";
document.body.appendChild(n_div);
n_div.style.cssText =c_str;
document.body.insertBefore(n_div, document.body.firstChild);
$(".myui-header__top").css({"position":"fixed","top":""+f_a_h+""});
}//只在手机端显示
var closeadf = document.getElementById("af_cl");
var f_fo = document.getElementById("f_fo");
closeadf.onclick = function(){
if(f_fo){
f_fo.style.display = "none";
n_div.style.display = "none";
$(".myui-header__top").css({"position":"fixed","top":"0px"});
}
}
☉推荐使用第三方专业下载工具下载本站软件,使用 WinRAR v3.10 以上版本解压本站软件。
☉如果这个软件总是不能下载的请点击报告错误,谢谢合作!!
☉下载本站资源,如果服务器暂不能下载请过一段时间重试!
☉如果遇到什么问题,请到本站论坛去咨寻,我们将在那里提供更多 、更好的资源!
☉本站提供的一些商业软件是供学习研究之用,如用于商业用途,请购买正版。
本站提供的模板提供以下售后服务:
1、你在本站购买的模板在使用过程中发现BUG均可联系我们免费修正。
2、本站出售的模板如果有功能升级的话我们会在第一时间通知购买模板了用户,如果没有通知到你,请主动联系我们获得升级。
下载地址
- 无链接信息!
- 上一篇:底部悬浮代码
- 下一篇:没有了