bdshare.ejs 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. <div class="bdsharebuttonbox">
  2. <a href="#" class="bds_more" data-cmd="more">分享到:</a>
  3. <a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间">QQ空间</a>
  4. <a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博">新浪微博</a>
  5. <a href="#" class="bds_tqq" data-cmd="tqq" title="分享到腾讯微博">腾讯微博</a>
  6. <a href="#" class="bds_renren" data-cmd="renren" title="分享到人人网">人人网</a>
  7. <a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信">微信</a>
  8. </div>
  9. <script>
  10. 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)];
  11. </script>
  12. <style>
  13. .bdshare_popup_box {
  14. border-radius: 4px;
  15. border: #e1e1e1 solid 1px;
  16. }
  17. .bdshare-button-style0-16 a,
  18. .bdshare-button-style0-16 .bds_more {
  19. padding-left: 20px;
  20. margin: 6px 10px 6px 0;
  21. }
  22. .bdshare_dialog_list a,
  23. .bdshare_popup_list a,
  24. .bdshare_popup_bottom a {
  25. font-family: 'Microsoft Yahei';
  26. }
  27. .bdshare_popup_top {
  28. display: none;
  29. }
  30. .bdshare_popup_bottom {
  31. height: auto;
  32. padding: 5px;
  33. }
  34. </style>