recharge.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
  6. <meta name="sudameta" content="allCIDs:34766,34979,7198,12665,257,258">
  7. <title></title>
  8. <link href="./css/global.css?v=95681a6c" rel="stylesheet"><link href="./css/recharge.css?v=95681a6c" rel="stylesheet"></head>
  9. <body>
  10. <header>
  11. <a href="#" class="back"></a>
  12. <span>金币兑换</span>
  13. </header>
  14. <section class="wrapper form-padding">
  15. <form action="" class="formset">
  16. <section class="form-item-1">
  17. <label for="">兑换途径</label>
  18. <section class="checkgroup">
  19. <section class="label checked" data-val="wechat">
  20. <i class="ico-wechat"></i><span>微信</span>
  21. </section>
  22. <section class="label" data-val="zhifubao">
  23. <i class="ico-zhifubao"></i><span>支付宝</span>
  24. </section>
  25. </section>
  26. </section>
  27. <section class="form-item-1">
  28. <label for="">兑换数量(可兑换2000金币)</label>
  29. <input type="text" class="" placeholder="最低兑换数量10金币">
  30. </section>
  31. <section class="form-btns">
  32. <input type="submit" class="button" value="确认提交">
  33. </section>
  34. </form>
  35. </section>
  36. <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/recharge.js?v=95681a6c"></script></body>
  37. </html>