国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.7KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>扫描二维码</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset={dede:global.cfg_soft_lang/}" />
  6. <meta name="generator" content="DedeCMS V5.6" />
  7. <meta name="author" content="desdev.cn" />
  8. <style type="text/css">
  9. body{
  10. margin: 0;
  11. }
  12. .dede_weixin_popup {
  13. padding: 10px;
  14. width: 240px;
  15. height: 300px;
  16. background: #fff;
  17. font-size: 12px;
  18. }.dede_weixin_popup .dede_weixin_popup_head {
  19. font-size: 12px;
  20. font-weight: bold;
  21. text-align: left;
  22. line-height: 16px;
  23. height: 16px;
  24. position: relative;
  25. color: #000;
  26. }.dede_weixin_popup .dede_weixin_popup_foot {
  27. font-size: 12px;
  28. text-align: left;
  29. line-height: 22px;
  30. color: #666;
  31. }
  32. </style>
  33. </head>
  34. <body>
  35. <div id="dede_weixin_qrcode_dialog" class="dede_weixin_popup" style="left: 516px; top: 9606.5px; width: 240px; height: 230px;">
  36. <div class="dede_weixin_popup_head"><span>分享到微信朋友圈</span>
  37. </div>
  38. <div id="dede_weixin_qrcode_dialog_qr" class="dede_weixin_popup_main">
  39. <center>
  40. <a href="http://2v.dedecms.com/" target="_blank">
  41. <img src="{dede:global name='cfg_plus_dir'/}/qrcode.php?action=get_qrcode&type={dede:var name='type'/}&id={dede:var name='id'/}" width="" height="" border="0" alt="">
  42. </a>
  43. </center>
  44. </div>
  45. <div class="dede_weixin_popup_foot">打开微信,点击底部的“发现”,
  46. <br>使用“扫一扫”即可将网页分享至朋友圈。</div>
  47. </div>
  48. </body>
  49. </html>