123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <html>
- <head>
- <title>申请提现</title>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport"
- content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
- <link rel="stylesheet" type="text/css" href="https://at.alicdn.com/t/c/font_2056629_vzvl0jvb2q.css">
- <link rel="stylesheet" type="text/css" href="static/css/style.css">
- <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.js"></script>
- <style>
- .g-head{
- display: flex;
- font-size: 1rem;
- color: rgb(99, 99, 100);
- font-weight: bold;
- margin: 1rem auto;
- width: 96%;
- }
- .qd{
- display:flex;
- font-size:14px;
- width: 90%;
- margin: 4rem auto;
- height: 2rem;
- line-height: 2rem;
- font-weight:400
-
- }
- .qd img{
- width: 1.6rem;
- height: 1.6rem;
- margin-right:3%
- }
- .qd p{
- margin-right:10%
- }
- .t-out{
- width:90%;
- border-bottom: 1px solid #ccc;
- line-height: 2rem;
- justify-content: space-around;
- display: flex;
- margin-bottom: 1rem;
- }
- .t-out input{
- border:none;
- height:2rem;
- width: 66%;
- font-size:1.8rem;
- font-weight:600;
- }
- .t-but{
- padding: 12px 16px;
- border-radius: 8px;
- font-size: 16px;
- color: #909399;
- background-color: #f4f4f5;
- text-align: center;
- color: #fff;
- background: linear-gradient(
- 135deg,#50a0ff,#2979ff);
- width: 45%;
- margin:0.6rem auto;
- }
- </style>
- </head>
- <body>
- <div class="r-body">
- <div class="g-head">
- <p style="transform: rotate(180deg);" onclick="window.history.go(-1);"><i class="iconfont iconxiangyou1"></i></p>
- <p style="margin-left: 35%;">提现申请</p>
- </div>
- <div class="qd"><p>到账渠道</p><img src="static/images/alipay.png"/><p>支付宝</p></div>
- <div class="qd" style="margin-bottom: 1rem;">提现金额<span style="color: #2879fe;font-size:12px;"> 【可提现金额100元】</span> </div>
- <div class="t-out"><span style="font-size: 2.6rem;font-weight: 600;">¥</span> <input type="number" name="money" value="" /><span style="color: #2879fe;">全部提现</span></div>
- <p class="t-remk"><span style="color: #e91157;">最低提现金额50元</span></p>
- <div class="t-but">申请提现(手续费6%)</div>
- <div style="color: #e91157;font-size:12px;margin-top:1rem;">提示:单次最低提现金额100元,最高1000元</div>
- </div>
- </body>
- </html>
|