铁雪资源网 Design By www.gsvan.com
本文实例讲述了JS实现简单易用的手机端浮动窗口显示效果。分享给大家供大家参考,具体如下:
html:
<style type="text/css"> .fdBonTel{ width:100%; height:53px; position:fixed; background:#0052ae; text-align:center; left:0; bottom:0; z-index:999; } .fdOnline{ background:url(index/images/online.png) no-repeat; width:255px; height:181px; position:fixed; left:50%; margin-left:-128px; top:40%; z-index:999; border-radius: 15px; box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);} .fdOnline .fdOClose{ width:44px; height:44px; display:block; margin-top:-17px; margin-right:-6px;} .fdOnline .fdOTel{ background:#CF3; width:127px; height:58px; display:block; margin-top:123px;} .fdOnline .fdOOn{ background:#036; width:128px; height:58px; display:block; margin-top:96px;} </style> <div class="fdBonTel"> <img src="/UploadFiles/2021-04-02/fdTel.gif">js:
// JavaScript Document document.writeln("<style type=\"text/css\">"); document.writeln(".fdBonTel{ width:100%; height:53px; position:fixed; background:#0052ae; text-align:center; left:0; bottom:0; z-index:999; }"); document.writeln(".fdOnline{ background:url(index/images/online.png) no-repeat; width:255px; height:181px; position:fixed; left:50%; margin-left:-128px; top:40%; z-index:999; border-radius: 15px; box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);}"); document.writeln(".fdOnline .fdOClose{ width:44px; height:44px; display:block; margin-top:-17px; margin-right:-6px;}"); document.writeln(".fdOnline .fdOTel{ width:127px; height:58px; display:block; margin-top:123px;}"); document.writeln(".fdOnline .fdOOn{ width:128px; height:58px; display:block; margin-top:96px;}"); document.writeln("</style>"); document.writeln("<div class=\"fdBonTel\">"); document.writeln(" <img src=\"index/images/fdTel.gif\" usemap=\"#Maps\">"); document.writeln(" <map name=\"Maps\" id=\"Maps\">"); document.writeln(" <area shape=\"rect\" coords=\"2,2,79,52\" onClick=\"openZoosUrl();\">"); document.writeln(" <area shape=\"rect\" coords=\"77,2,166,52\" href=\"tel:0855-8253310\">"); document.writeln(" <area shape=\"rect\" coords=\"166,4,242,51\" onClick=\"openZoosUrl();\">"); document.writeln(" <area shape=\"rect\" coords=\"248,5,318,53\" onClick=\"openZoosUrl();\">"); document.writeln(" </map>"); document.writeln("</div>"); document.writeln("<div class=\"fdOnline\" id=\"fdOnline\">"); document.writeln(" <a href=\"###\" class=\"fdOClose f_r\" onclick=\"closeOnline();\"><img src=\"index/images/closeBtn.png\" width=\"44\" height=\"44\"></a>"); document.writeln(" <a href=\"###\" class=\"fdOTel f_l\"></a>"); document.writeln(" <a href=\"###\" class=\"fdOOn f_r\"></a>"); document.writeln("</div>"); function showOnline() { if (document.getElementById("fdOnline")) { if (document.getElementById("fdOnline").style.display == "none") { document.getElementById("fdOnline").style.display = "block"; } } } function closeOnline() { document.getElementById("fdOnline").style.display = "none"; setInterval(chkSWT, 30000); }; $(function(){ setInterval(showOnline, 30000); });效果图:
更多关于JavaScript相关内容感兴趣的读者可查看本站专题:《JavaScript遍历算法与技巧总结》、《JavaScript切换特效与技巧总结》、《JavaScript查找算法技巧总结》、《JavaScript动画特效与技巧汇总》、《JavaScript错误与调试技巧总结》、《JavaScript数据结构与算法技巧总结》及《JavaScript数学运算用法总结》
希望本文所述对大家JavaScript程序设计有所帮助。
标签:
JS,手机端,浮动窗口
铁雪资源网 Design By www.gsvan.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
铁雪资源网 Design By www.gsvan.com
暂无JS实现简单易用的手机端浮动窗口显示效果的评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。