Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

68 lignes
2.4 KiB

  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
  4. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  5. <title>微信支付样例</title>
  6. <style type="text/css">
  7. ul {
  8. margin-left:10px;
  9. margin-right:10px;
  10. margin-top:10px;
  11. padding: 0;
  12. }
  13. li {
  14. width: 32%;
  15. float: left;
  16. margin: 0px;
  17. margin-left:1%;
  18. padding: 0px;
  19. height: 100px;
  20. display: inline;
  21. line-height: 100px;
  22. color: #fff;
  23. font-size: x-large;
  24. word-break:break-all;
  25. word-wrap : break-word;
  26. margin-bottom: 5px;
  27. }
  28. a {
  29. -webkit-tap-highlight-color: rgba(0,0,0,0);
  30. text-decoration:none;
  31. color:#fff;
  32. }
  33. a:link{
  34. -webkit-tap-highlight-color: rgba(0,0,0,0);
  35. text-decoration:none;
  36. color:#fff;
  37. }
  38. a:visited{
  39. -webkit-tap-highlight-color: rgba(0,0,0,0);
  40. text-decoration:none;
  41. color:#fff;
  42. }
  43. a:hover{
  44. -webkit-tap-highlight-color: rgba(0,0,0,0);
  45. text-decoration:none;
  46. color:#fff;
  47. }
  48. a:active{
  49. -webkit-tap-highlight-color: rgba(0,0,0,0);
  50. text-decoration:none;
  51. color:#fff;
  52. }
  53. </style>
  54. </head>
  55. <body>
  56. <div align="center">
  57. <ul>
  58. <li style="background-color:#FF7F24"><a href="<?php echo dirname('http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']).'/pay/jsapi.php';?>">JSAPI支付</a></li>
  59. <li style="background-color:#698B22"><a href="http://paysdk.weixin.qq.com/example/micropay.php">刷卡支付</a></li>
  60. <li style="background-color:#8B6914"><a href="http://paysdk.weixin.qq.com/example/native.php">扫码支付</a></li>
  61. <li style="background-color:#CDCD00"><a href="http://paysdk.weixin.qq.com/example/orderquery.php">订单查询</a></li>
  62. <li style="background-color:#CD3278"><a href="http://paysdk.weixin.qq.com/example/refund.php">订单退款</a></li>
  63. <li style="background-color:#848484"><a href="http://paysdk.weixin.qq.com/example/refundquery.php">退款查询</a></li>
  64. <li style="background-color:#8EE5EE"><a href="http://paysdk.weixin.qq.com/example/download.php">下载订单</a></li>
  65. </ul>
  66. </div>
  67. </body>
  68. </html>