凤凰网学习

1. 客户端链接图标

 

<style type="text/css">
  .weixin{
  position:fixed;
  display:block;
  top:460px;
  width:110px;
  height:165px;
  z-index:1000;
  margin-left:500px;
  left:50%;
  }
  
  .weixin img{
  float:left;
  display:block;
  }
  
  .weixin span{
  float:left;
  color:#999;
  cursor:pointer;
  height:18px;
  line-height:18px;
  padding-left:4px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  }
</style>
<body>
  <div class="weixin" id="wx">
    <a href="http://news.ifeng.com/app/special-api/new-list/ifeng/ifeng_client_spread/" target="_blank"><img src="wx.gif" width="110" height="144" title="凤凰新闻客户端" alt="凤凰新闻客户端"/></a>
    <span onclick="document.getElementById('wx').style.display = 'none';">关闭</span>
  </div>
</body>
posted @ 2013-12-24 23:30  featherfly  阅读(523)  评论(0编辑  收藏  举报