国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

53 行
1.5KB

  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. <style>
  7. body {
  8. margin: 0;
  9. }
  10. .dede_weixin_popup {
  11. padding: 10px;
  12. width: 240px;
  13. height: 300px;
  14. background: #fff;
  15. font-size: 12px;
  16. }
  17. .dede_weixin_popup .dede_weixin_popup_head {
  18. font-size: 12px;
  19. font-weight: bold;
  20. text-align: left;
  21. line-height: 16px;
  22. height: 16px;
  23. position: relative;
  24. color: #000;
  25. }
  26. .dede_weixin_popup .dede_weixin_popup_foot {
  27. font-size: 12px;
  28. text-align: left;
  29. line-height: 22px;
  30. color: #666;
  31. text-align: center;
  32. }
  33. </style>
  34. </head>
  35. <body>
  36. <div id="dede_weixin_qrcode_dialog" class="dede_weixin_popup" style="width: 240px; height: 300px;">
  37. <div class="dede_weixin_popup_head"><span>分享到微信朋友圈</span>
  38. </div>
  39. <div id="dede_weixin_qrcode_dialog_qr" class="dede_weixin_popup_main">
  40. <center>
  41. <a href="https://www.dedebiz.com/" title="二维码生成" target="_blank">
  42. <img src="{dede:global name='cfg_plus_dir'/}/qrcode.php?action=get_qrcode&type={dede:var name='type'/}&id={dede:var name='id'/}">
  43. </a>
  44. </center>
  45. </div>
  46. <div class="dede_weixin_popup_foot">打开微信或扫码工具,使用“扫一扫”
  47. <br>访问后即可将网页分享至朋友圈</div>
  48. </div>
  49. </body>
  50. </html>