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

26 lines
1.2KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title>扫描二维码</title>
  7. <style>body{margin:0}.dede_weixin_popup{padding:10px;width:240px;height:300px;font-size:12px;background:#fff}.dede_weixin_popup .dede_weixin_popup_head{position:relative;height:16px;line-height:16px;font-size:12px;color:#000;text-align:left}.dede_weixin_popup .dede_weixin_popup_foot{line-height:22px;font-size:12px;color:#666;text-align:center}</style>
  8. </head>
  9. <body>
  10. <div id="dede_weixin_qrcode_dialog" class="dede_weixin_popup" style="width:240px;height:300px">
  11. <div class="dede_weixin_popup_head"><span>分享到微信朋友圈</span>
  12. </div>
  13. <div id="dede_weixin_qrcode_dialog_qr" class="dede_weixin_popup_main">
  14. <center>
  15. <a href="https://www.dedebiz.com/" title="二维码生成" target="_blank">
  16. <img src="{dede:global name='cfg_plus_dir'/}/qrcode.php?action=get_qrcode&type={dede:var name='type'/}&id={dede:var name='id'/}">
  17. </a>
  18. </center>
  19. </div>
  20. <div class="dede_weixin_popup_foot">
  21. 打开微信扫一扫<br>
  22. 将网页分享至朋友圈
  23. </div>
  24. </div>
  25. </body>
  26. </html>