withdrawal.vue 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <template>
  2. <view class="all">
  3. <view class="top">
  4. <view class="topO">
  5. {{$t('userinfo.u6')}}
  6. </view>
  7. <view class="topT">
  8. <view class="TT">USDT-TRC20</view>
  9. </view>
  10. <view class="topS">
  11. {{$t('userinfo.u7')}}
  12. </view>
  13. <view class="topF">
  14. <!-- <input class="FF" v-model="withdrawal" :placeholder="'請輸入提幣地址'" placeholder-class="placeholder" /> -->
  15. <input class="FF" placeholder="請輸入提幣地址" placeholder-class="placeholder" />
  16. </view>
  17. <view class="topS">
  18. {{$t('userinfo.u8')}}
  19. </view>
  20. <view class="topF">
  21. <!-- <input class="FF" v-model="withdrawal" :placeholder="'請輸入提幣地址'" placeholder-class="placeholder" /> -->
  22. <input class="FF" placeholder="請輸入提幣数量" placeholder-class="placeholder" />
  23. </view>
  24. </view>
  25. <view class="center">
  26. <view class="tx">{{$t('userinfo.u9')}}</view>
  27. <view class="buzhou">
  28. <view class="">1.{{$t('userinfo.u10')}} </view>
  29. <view class="">① {{$t('userinfo.u11')}}</view>
  30. <view class="">② {{$t('userinfo.u12')}} </view>
  31. <view class="">2.{{$t('userinfo.u13')}}</view>
  32. <view class="">3.{{$t('userinfo.u14')}}</view>
  33. <view class="">4.{{$t('userinfo.u15')}}</view>
  34. </view>
  35. </view>
  36. <view class="last">
  37. <view class="la">{{$t('userinfo.u16')}}</view>
  38. </view>
  39. </view>
  40. </template>
  41. <script>
  42. export default {
  43. data() {
  44. return {
  45. withdrawal: '', //提现地址
  46. placeholder: '',
  47. };
  48. }
  49. }
  50. </script>
  51. <style lang="scss">
  52. .all {
  53. width: 750rpx;
  54. height: 1334rpx;
  55. background-color: #000000;
  56. }
  57. .top {
  58. width: 690rpx;
  59. height: 560rpx;
  60. background: #191A1F;
  61. border-radius: 20rpx;
  62. margin-left: 30rpx;
  63. }
  64. .topO {
  65. height: 31rpx;
  66. font-size: 32rpx;
  67. font-family: PingFang SC;
  68. font-weight: bold;
  69. color: #FFFFFF;
  70. line-height: 24rpx;
  71. margin-left: 21rpx;
  72. padding-top: 37rpx;
  73. }
  74. .topT {
  75. width: 222rpx;
  76. height: 68rpx;
  77. border: 2px solid #DDBA82;
  78. border-radius: 10rpx;
  79. margin-left: 20rpx;
  80. margin-top: 60rpx;
  81. }
  82. .TT {
  83. width: 168rpx;
  84. height: 20rpx;
  85. font-size: 26rpx;
  86. font-family: PingFang SC;
  87. font-weight: bold;
  88. color: #FEB041;
  89. line-height: 24rpx;
  90. margin-left: 23rpx;
  91. margin-top: 20rpx;
  92. }
  93. .topS {
  94. margin-top: 29rpx;
  95. margin-left: 20rpx;
  96. height: 31rpx;
  97. font-size: 32rpx;
  98. font-family: PingFang SC;
  99. font-weight: bold;
  100. color: #FFFFFF;
  101. line-height: 24rpx;
  102. }
  103. .topF {
  104. width: 648rpx;
  105. height: 73rpx;
  106. background-color: #FEB041;
  107. opacity: 0.09;
  108. border-radius: 20rpx;
  109. margin-left: 20rpx;
  110. margin-top: 39rpx;
  111. .FF {
  112. height: 25rpx;
  113. font-size: 26rpx;
  114. font-family: PingFang SC;
  115. font-weight: 500;
  116. color: #FFFFFF;
  117. line-height: 24rpx;
  118. opacity: 0.51;
  119. }
  120. }
  121. .center {
  122. width: 690rpx;
  123. // height: 460rpx;
  124. background: #191A1F;
  125. border-radius: 20rpx;
  126. margin-top: 20rpx;
  127. margin-left: 30rpx;
  128. padding-bottom: 12rpx;
  129. }
  130. .tx {
  131. height: 27rpx;
  132. font-size: 29rpx;
  133. font-family: PingFang SC;
  134. font-weight: 500;
  135. color: #FFFFFF;
  136. line-height: 30rpx;
  137. margin-left: 34rpx;
  138. padding-top: 36rpx;
  139. }
  140. .buzhou {
  141. width: 624rpx;
  142. // height: 280rpx;
  143. font-size: 24rpx;
  144. font-family: PingFang SC;
  145. font-weight: 500;
  146. color: #999999;
  147. line-height: 41rpx;
  148. margin-left: 33rpx;
  149. margin-top: 50rpx;
  150. }
  151. .last {
  152. width: 690rpx;
  153. height: 90rpx;
  154. background: #feb041;
  155. border-radius: 10rpx;
  156. margin-left: 30rpx;
  157. margin-top: 30rpx;
  158. }
  159. .la {
  160. // width: 126rpx;
  161. height: 31rpx;
  162. font-size: 32rpx;
  163. font-family: PingFang SC;
  164. font-weight: bold;
  165. color: #040404;
  166. line-height: 55rpx;
  167. margin-left: 282rpx;
  168. padding-top: 20rpx;
  169. }
  170. </style>