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.
 
 
 
 

19 lines
726 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>支付二维码</title>
  6. </head>
  7. <body style="background-color: #efefef;" class="bc-bg">
  8. <div style="margin-top: 150px;text-align: center;" id="">
  9. <img id="code" style="width: 150px;" src=""/>
  10. <div style="font-size: 26px;margin-top: 50px;">请用微信扫描图片中二维码已完成已完成支付</div>
  11. <div style="font-size: 26px;margin-top: 10px;">(支付完成请关闭支付页面)</div>
  12. </div>
  13. </body>
  14. <script src="js/jquery-2.2.4.min.js" type="text/javascript" charset="utf-8"></script>
  15. <script type="text/javascript" src="js/main.js" ></script>
  16. <script src="js/pay_code.js" type="text/javascript" charset="utf-8"></script>
  17. </html>