12345678910111213141516171819202122232425262728293031323334 |
- <div class="bdsharebuttonbox">
- <a href="#" class="bds_more" data-cmd="more">分享到:</a>
- <a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间">QQ空间</a>
- <a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博">新浪微博</a>
- <a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博">腾讯微博</a>
- <a href="#" class="bds_renren" data-cmd="renren" title="分享到人人网">人人网</a>
- <a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信">微信</a>
- </div>
- <script>
- window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{"bdSize":16}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
- </script>
- <style>
- .bdshare_popup_box {
- border-radius: 4px;
- border: #e1e1e1 solid 1px;
- }
- .bdshare-button-style0-16 a,
- .bdshare-button-style0-16 .bds_more {
- padding-left: 20px;
- margin: 6px 10px 6px 0;
- }
- .bdshare_dialog_list a,
- .bdshare_popup_list a,
- .bdshare_popup_bottom a {
- font-family: 'Microsoft Yahei';
- }
- .bdshare_popup_top {
- display: none;
- }
- .bdshare_popup_bottom {
- height: auto;
- padding: 5px;
- }
- </style>
|