html5+css3实现app引流页
摘要:html5+css3实现app引流页
html5代码
运行代码
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>html5+css3实现app引流页-webkfa.com</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="format-detection" content="telephone=no"> <style type="text/css"> *{margin:0;padding:0;} .con{min-width:320px;width:100%;overflow:hidden;position:relative;} .imgbtn{position:absolute;left:24%;bottom:9%;} </style> </head> <body> <div class="con"> <img src="http://image.kuwo.cn/mpage/tingshu/downbg.jpg" width="100%"/> <img src="http://image.kuwo.cn/mpage/tingshu/downbtn.png" width="53%" class="imgbtn" onclick="downapp();"/> </div> <script type="text/javascript"> function downapp(){ window.location.href='http://a.app.qq.com/o/simple.jsp?pkgname=cn.kuwo.tingshu'; } </script> </body> </html>
相关文章
最新发布
阅读排行
热门文章
猜你喜欢