12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <meta name="sudameta" content="allCIDs:34766,34979,7198,12665,257,258">
- <title></title>
- <link href="./css/global.css?v=95681a6c" rel="stylesheet"><link href="./css/recharge.css?v=95681a6c" rel="stylesheet"></head>
- <body>
- <header>
- <a href="#" class="back"></a>
- <span>金币兑换</span>
- </header>
- <section class="wrapper form-padding">
- <form action="" class="formset">
- <section class="form-item-1">
- <label for="">兑换途径</label>
- <section class="checkgroup">
- <section class="label checked" data-val="wechat">
- <i class="ico-wechat"></i><span>微信</span>
- </section>
- <section class="label" data-val="zhifubao">
- <i class="ico-zhifubao"></i><span>支付宝</span>
- </section>
- </section>
- </section>
- <section class="form-item-1">
- <label for="">兑换数量(可兑换2000金币)</label>
- <input type="text" class="" placeholder="最低兑换数量10金币">
- </section>
- <section class="form-btns">
- <input type="submit" class="button" value="确认提交">
- </section>
- </form>
- </section>
- <script type="text/javascript" src="./js/global.js?v=95681a6c"></script><script type="text/javascript" src="./js/recharge.js?v=95681a6c"></script></body>
- </html>
|