国内流行的内容管理系统(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.

51 lines
1.4KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global name='cfg_soft_lang'/}">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title>扫描二维码</title>
  7. <style>
  8. body {
  9. margin: 0;
  10. }
  11. .dede_weixin_popup {
  12. padding: 10px;
  13. width: 240px;
  14. height: 300px;
  15. font-size: 12px;
  16. background: #fff;
  17. }
  18. .dede_weixin_popup .dede_weixin_popup_head {
  19. position: relative;
  20. height: 16px;
  21. line-height: 16px;
  22. font-size: 12px;
  23. color: #000;
  24. text-align: left;
  25. }
  26. .dede_weixin_popup .dede_weixin_popup_foot {
  27. line-height: 22px;
  28. font-size: 12px;
  29. color: #666;
  30. text-align: center;
  31. }
  32. </style>
  33. </head>
  34. <body>
  35. <div id="dede_weixin_qrcode_dialog" class="dede_weixin_popup" style="width:240px;height:300px">
  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="https://www.dedebiz.com/" title="二维码生成" 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'/}">
  42. </a>
  43. </center>
  44. </div>
  45. <div class="dede_weixin_popup_foot">
  46. 打开微信或扫码工具,使用“扫一扫”<br>
  47. 访问后即可将网页分享至朋友圈
  48. </div>
  49. </div>
  50. </body>
  51. </html>