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

57 lines
1.6KB

  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <title>扫描二维码</title>
  6. <meta http-equiv="Content-Type" content="text/html; charset={dede:global.cfg_soft_lang/}" />
  7. <style type="text/css">
  8. body {
  9. margin: 0;
  10. }
  11. .dede_weixin_popup {
  12. padding: 10px;
  13. width: 240px;
  14. height: 300px;
  15. background: #fff;
  16. font-size: 12px;
  17. }
  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. }
  27. .dede_weixin_popup .dede_weixin_popup_foot {
  28. font-size: 12px;
  29. text-align: left;
  30. line-height: 22px;
  31. color: #666;
  32. text-align: center;
  33. }
  34. </style>
  35. </head>
  36. <body>
  37. <div id="dede_weixin_qrcode_dialog" class="dede_weixin_popup"
  38. style="width: 240px; height: 300px;">
  39. <div class="dede_weixin_popup_head"><span>分享到微信朋友圈</span>
  40. </div>
  41. <div id="dede_weixin_qrcode_dialog_qr" class="dede_weixin_popup_main">
  42. <center>
  43. <a href="https://www.dedebiz.com/" title="二维码/二维码生成" target="_blank">
  44. <img src="{dede:global name='cfg_plus_dir'/}/qrcode.php?action=get_qrcode&type={dede:var name='type'/}&id={dede:var name='id'/}"
  45. border="0" alt="">
  46. </a>
  47. </center>
  48. </div>
  49. <div class="dede_weixin_popup_foot">打开微信或扫码工具,使用“扫一扫”
  50. <br>访问后即可将网页分享至朋友圈。</div>
  51. </div>
  52. </body>
  53. </html>