You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

301 lines
5.2 KiB

  1. <template>
  2. <view class="app-container" style="background-color: #f7f7f7;">
  3. <view class="agent-content">
  4. <view class="ag-sign" @click="cashManager">
  5. 提现历史
  6. </view>
  7. <view class="agent-top">
  8. <view class="ag-num">
  9. <view class="au-font">
  10. </view>
  11. <view class="au-num">
  12. 458.00
  13. </view>
  14. </view>
  15. <view class="age-font">
  16. 可提现
  17. </view>
  18. <view class="age-line">
  19. <img src="../../static/page/line-style.png" style="width: 200rpx;height: 2rpx;" alt="" srcset="" />
  20. </view>
  21. <view class="age-wait">
  22. 总体现500.00
  23. </view>
  24. <view class="age-linemore">
  25. <img src="../../static/page/divider-style.png" style="width: 690rpx;height: 2rpx;" alt="" srcset="" />
  26. </view>
  27. <div class="age-mnum">
  28. <view class="mtext">
  29. 待入账1000
  30. </view>
  31. <view class="mline">
  32. </view>
  33. <view class="mtext">
  34. 提现中458
  35. </view>
  36. </div>
  37. </view>
  38. <view class="ag-paylist">
  39. <view class="agp-item">
  40. <view class="agp-title">
  41. <view class="zhifubao">
  42. 支付宝账户
  43. </view>
  44. </view>
  45. </view>
  46. <view class="apt-main u-border-top u-border-bottom">
  47. <view class="apm-cell">
  48. <view class="am-title">
  49. 提现账户
  50. </view>
  51. <view class="am-value">
  52. <view class="mphone">
  53. 159****6532
  54. </view>
  55. <view class="mlink">
  56. 修改
  57. </view>
  58. </view>
  59. </view>
  60. <view class="apm-cell">
  61. <view class="am-title">
  62. 可提现金额
  63. </view>
  64. <view class="am-value">
  65. <view class="mnum">
  66. 458.00
  67. </view>
  68. </view>
  69. </view>
  70. </view>
  71. <view class="apt-btn">
  72. <view class="cashbtn">
  73. 提现
  74. </view>
  75. </view>
  76. </view>
  77. </view>
  78. </view>
  79. </template>
  80. <script>
  81. export default {
  82. data() {
  83. return {
  84. }
  85. },
  86. methods: {
  87. cashManager() {
  88. uni.navigateTo({
  89. url: '/pages/history/history'
  90. });
  91. }
  92. }
  93. }
  94. </script>
  95. <style lang="scss">
  96. .agent-content {
  97. position: relative;
  98. width: 100%;
  99. height: 1400rpx;
  100. background: url(../../static/page/merchant-account-opening-bg.png) no-repeat top center;
  101. background-size: 100% 414rpx;
  102. box-sizing: border-box;
  103. .ag-sign {
  104. position: absolute;
  105. right: 0;
  106. top: 0;
  107. width: 150rpx;
  108. height: 60rpx;
  109. line-height: 60rpx;
  110. padding-left: 40rpx;
  111. border-top-left-radius: 30rpx;
  112. border-bottom-left-radius: 30rpx;
  113. color: #fff;
  114. font-size: 12px;
  115. background: #FCC565;
  116. box-sizing: border-box;
  117. cursor: pointer;
  118. }
  119. .agent-top {
  120. text-align: center;
  121. padding-top: 40rpx;
  122. .ag-num {
  123. display: flex;
  124. justify-content: center;
  125. padding-top: 20rpx;
  126. color: #fff;
  127. .au-font {
  128. margin-top: 40rpx;
  129. font-size: 14px;
  130. margin-right: 10rpx;
  131. line-height: 1.5;
  132. }
  133. .au-num {
  134. font-size: 30px;
  135. font-weight: bold;
  136. }
  137. }
  138. .age-font {
  139. margin-top: 10rpx;
  140. font-size: 16px;
  141. line-height: 1.5;
  142. color: #fff;
  143. }
  144. .age-line {
  145. margin: 20rpx auto 0;
  146. width: 200rpx;
  147. height: 2rpx;
  148. img {
  149. display: block;
  150. margin: 0 auto;
  151. }
  152. }
  153. .age-wait {
  154. margin-top: 20rpx;
  155. color: #fff;
  156. font-size: 14px;
  157. }
  158. .age-linemore {}
  159. .age-mnum {
  160. display: flex;
  161. justify-content: center;
  162. margin-top: 20rpx;
  163. align-items: center;
  164. .mtext {
  165. color: #fff;
  166. font-size: 14px;
  167. margin: 0 20rpx;
  168. line-height: 1.5;
  169. }
  170. .mline {
  171. height: 28rpx;
  172. width: 2rpx;
  173. background: #F86E78;
  174. }
  175. }
  176. }
  177. .ag-paylist {
  178. padding-left: 30rpx;
  179. padding-right: 30rpx;
  180. margin-top: 36rpx;
  181. background: #fff;
  182. .agp-item {
  183. display: flex;
  184. justify-content: space-between;
  185. height: 100rpx;
  186. .agp-title {
  187. .zhifubao {
  188. padding-left: 55rpx;
  189. height: 100rpx;
  190. line-height: 100rpx;
  191. color: #454545;
  192. font-size: 14px;
  193. font-weight: bold;
  194. background: url(../../static/page/payment-icon.png) no-repeat left center;
  195. background-size: 40rpx 40rpx;
  196. }
  197. }
  198. .agp-detail {
  199. .agp-make {
  200. padding-right: 30rpx;
  201. height: 100rpx;
  202. line-height: 100rpx;
  203. color: #999;
  204. font-size: 12px;
  205. background: url(../../static/page/open-icon.png) no-repeat right center;
  206. background-size: 14rpx 24rpx;
  207. cursor: pointer;
  208. }
  209. }
  210. }
  211. .apt-main {
  212. padding: 10rpx 0;
  213. .apm-cell {
  214. display: flex;
  215. justify-content: space-between;
  216. .am-title {
  217. height: 70rpx;
  218. line-height: 70rpx;
  219. color: 454545;
  220. font-size: 12px;
  221. }
  222. .am-value {
  223. display: flex;
  224. justify-content: flex-end;
  225. height: 70rpx;
  226. line-height: 70rpx;
  227. .mphone {
  228. margin-right: 20rpx;
  229. font-size: 12px;
  230. color: #454545;
  231. }
  232. .mlink {
  233. font-size: 12px;
  234. color: #32A2FC;
  235. }
  236. .mnum {
  237. font-size: 14px;
  238. color: 454545;
  239. font-weight: bold;
  240. }
  241. }
  242. }
  243. }
  244. .u-border-bottom,
  245. .u-border-top {
  246. border-color: #eee !important;
  247. }
  248. .apt-btn {
  249. display: flex;
  250. justify-content: flex-end;
  251. padding: 30rpx 0;
  252. .cashbtn {
  253. width: 110rpx;
  254. height: 48rpx;
  255. text-align: center;
  256. line-height: 48rpx;
  257. color: #fff;
  258. font-size: 12px;
  259. background: #F52F3E;
  260. border-radius: 100rpx;
  261. }
  262. }
  263. }
  264. }
  265. </style>