html5+css3实现app引流页

| 阅读数:--次| 作者:html5,css3
摘要: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>
返回顶部
学到老代码浏览 关闭浏览