tixian.html 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <html>
  2. <head>
  3. <title>申请提现</title>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport"
  7. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover">
  8. <link rel="stylesheet" type="text/css" href="https://at.alicdn.com/t/c/font_2056629_vzvl0jvb2q.css">
  9. <link rel="stylesheet" type="text/css" href="static/css/style.css">
  10. <script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.js"></script>
  11. <style>
  12. .g-head{
  13. display: flex;
  14. font-size: 1rem;
  15. color: rgb(99, 99, 100);
  16. font-weight: bold;
  17. margin: 1rem auto;
  18. width: 96%;
  19. }
  20. .qd{
  21. display:flex;
  22. font-size:14px;
  23. width: 90%;
  24. margin: 4rem auto;
  25. height: 2rem;
  26. line-height: 2rem;
  27. font-weight:400
  28. }
  29. .qd img{
  30. width: 1.6rem;
  31. height: 1.6rem;
  32. margin-right:3%
  33. }
  34. .qd p{
  35. margin-right:10%
  36. }
  37. .t-out{
  38. width:90%;
  39. border-bottom: 1px solid #ccc;
  40. line-height: 2rem;
  41. justify-content: space-around;
  42. display: flex;
  43. margin-bottom: 1rem;
  44. }
  45. .t-out input{
  46. border:none;
  47. height:2rem;
  48. width: 66%;
  49. font-size:1.8rem;
  50. font-weight:600;
  51. }
  52. .t-but{
  53. padding: 12px 16px;
  54. border-radius: 8px;
  55. font-size: 16px;
  56. color: #909399;
  57. background-color: #f4f4f5;
  58. text-align: center;
  59. color: #fff;
  60. background: linear-gradient(
  61. 135deg,#50a0ff,#2979ff);
  62. width: 45%;
  63. margin:0.6rem auto;
  64. }
  65. </style>
  66. </head>
  67. <body>
  68. <div class="r-body">
  69. <div class="g-head">
  70. <p style="transform: rotate(180deg);" onclick="window.history.go(-1);"><i class="iconfont iconxiangyou1"></i></p>
  71. <p style="margin-left: 35%;">提现申请</p>
  72. </div>
  73. <div class="qd"><p>到账渠道</p><img src="static/images/alipay.png"/><p>支付宝</p></div>
  74. <div class="qd" style="margin-bottom: 1rem;">提现金额<span style="color: #2879fe;font-size:12px;"> 【可提现金额100元】</span> </div>
  75. <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>
  76. <p class="t-remk"><span style="color: #e91157;">最低提现金额50元</span></p>
  77. <div class="t-but">申请提现(手续费6%)</div>
  78. <div style="color: #e91157;font-size:12px;margin-top:1rem;">提示:单次最低提现金额100元,最高1000元</div>
  79. </div>
  80. </body>
  81. </html>