微信分享引导页效果

Posted gccbuaa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信分享引导页效果相关的知识,希望对你有一定的参考价值。

<span style="font-size:18px;"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=0" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="shortcut icon" href="./2011012514020588.png">
<title>php</title>
<style>
*{margin:0px;padding: 0px;}
#shareit {-webkit-user-select: none;display: none;position: absolute;width: 100%;height: 100%;
  background: rgba(0,0,0,0.85);text-align: center;top: 0;left: 0;z-index: 105;
}
#shareit img { max-width: 100%;}
.arrow {position: absolute; right: 10%;top: 5%;}
#follow{width: 100%;height: 50px;line-height: 50px;text-align: center; text-decoration: none;font-size: 18px;color: white;float: left;margin-top: 400px;}
ul{width: 100%;list-style: none;text-align: center;}
ul li{height: 30px;width: 70%;line-height: 30px;margin-left: 15%; background: #d9534f; margin-top: 10px;border-radius: 5px;}
ul li a{text-decoration: none;color: white;display: block;}

</style>
</head>
<body>
  <ul>
    <li><a id="add_vote" href="javascript:;">为TA投票</a></li>
    <li><a id="share_btn" href="javascript:;">为TA拉票</a></li>
    <li><a id="enroll" href="javascript:;">我要參赛</a></li>
  </ul>

<div id="shareit">
  <img class="arrow" src="http://dev.vxtong.com/cases/nuannan/imgs/share-it.png">
  <a href="#" id="follow">点击右上角button,分享给朋友</a>
</div>
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.min.js"></script>
<script>
  //为TA拉票
  $("#share_btn").on("click", function() {
      $("#shareit").show();
  });
  $("#shareit").on("click", function(){
    $("#shareit").hide();
  })
</script>
</body>
</html>
</span>

分享效果图:点击  “为TA拉票”

      技术分享            技术分享


以上是关于微信分享引导页效果的主要内容,如果未能解决你的问题,请参考以下文章

微信公众号分享的引导页(附素材)

微信网页中打开网址弹出引导页引导在外部浏览器中打开

iOS帅气加载动画通知视图红包助手引导页导航栏朋友圈小游戏等效果源码

几行代码做出引导页效果

几行代码做出引导页效果

几行代码做出引导页效果