pay.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php require_once 'header.php' ?>
  2. <header class="aui-bar aui-bar-nav baiset" align="center">
  3. 向商户付款
  4. </header>
  5. <div id="qrcode" style="margin-left:auto; margin-right:auto; margin-top:20px; width:90%;" align="center">
  6. <img src="/static/common/shtb.png"/><span style="color:#838383;">虎付实体用户</span><?php echo $payzh['realname'];?><br>
  7. <style>
  8. input[type="text"]{
  9. border:1px solid #ccc;
  10. background:#fff;
  11. width:90%;
  12. margin-left:5%;
  13. }
  14. html,body,div,p,span,ul,dl,ol,h1,h2,h3,h4,h5,h6,table,td,tr{padding:0;margin:0}
  15. .content{width:400px;margin:100px auto;border:1px solid #ddd}
  16. h1{margin-bottom:30px;background-color:#eee;;border-bottom:1px solid #ddd;padding:10px;text-align: center}
  17. table{border-collapse:collapse;width:90%;margin:20px auto}
  18. table tr td{height:40px;font-size:14px}
  19. input,select{width:100%;line-height:25px}
  20. button{font-size:16px}
  21. .btn{
  22. width:90%;
  23. margin-left:5%;
  24. margin-right:auto;
  25. color:#fff;
  26. font-size:20px;
  27. height:40px;
  28. line-height:40px;
  29. background:#A3DEA3;
  30. border:1px solid #ccc;
  31. padding:0px;
  32. border-radius:5px;
  33. }
  34. </style>
  35. <form action="/personpay/payMobile.php" method="post">
  36. <input type="hidden" name="userid" value="<?php echo $userpay['id'];?>">
  37. <input type="hidden" name="userkey" value="<?php echo $userpay['apikey'];?>">
  38. <br/><br/>
  39. <div><input type="text" name="money" placeholder="请输入金额"></div>
  40. <br/>
  41. <br/>
  42. <div style="width:100%; height:20xp;"></div>
  43. <div><button type="submit" class="btn">确定支付</button></div>
  44. </form>
  45. </div>
  46. <div>
  47. </div>