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.

352 lines
8.7 KiB

  1. <template>
  2. <view class="app-container" style="background-color: #f7f7f7;">
  3. <view class="page-bg">
  4. <view class="withdrawal-management">
  5. <navigator hover-class="none" url="/pages/withdrawal-management/withdrawal-management">
  6. <button class="withdrawal-button">提现管理</button>
  7. </navigator>
  8. </view>
  9. <view class="withdrawal-limit">
  10. <view class="limit-symbol"></view>
  11. <view class="withdrawal-volume">458.00</view>
  12. </view>
  13. <view class="Withdrawable-text">可提现</view>
  14. <view class="withdrawal-content">
  15. <image class="withdrawal-line" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/withdrawal-line.png" />
  16. </view>
  17. <view class="to-be-credited">待入账200.00</view>
  18. <view class="divider-style"></view>
  19. <view class="information-id-content">
  20. <view class="content-id-item">
  21. <view class="id-text">
  22. 用户ID
  23. </view>
  24. <view class="id-value">
  25. 54568gh
  26. </view>
  27. </view>
  28. </view>
  29. <view class="queuing-information-content">
  30. <view class="recent-orders-title">
  31. <image class="title-stlye" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/title-stlye.png" />
  32. <view class="title-text">最近排队信息</view>
  33. </view>
  34. <view class="information-item">
  35. <view class="item-content">
  36. <view class="item-content-titie">李姐烧烤普罗旺斯店</view>
  37. <view class="item-content-text">购买时排队<span class="style-text">10</span>当前<span class="style-text">2</span></view>
  38. </view>
  39. <view class="item-content">
  40. <view class="item-content-titie">李姐烧烤青秀万达店</view>
  41. <view class="item-content-text">购买时排队<span class="style-text">200</span>当前<span class="style-text">48</span></view>
  42. </view>
  43. <navigator hover-class="none" url="/pages/queuing-information/queuing-information">
  44. <view class="see-more-content">
  45. <view class="see-more-text">查看更多</view>
  46. <view class="see-more-icon"></view>
  47. </view>
  48. </navigator>
  49. </view>
  50. </view>
  51. <view class="ordering-information">
  52. <view class="ordering-information-item">
  53. <view class="order-number">订单编号 22398983498</view>
  54. <view class="ordering-item-content">
  55. <view class="ordering-pic">
  56. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  57. </view>
  58. <view class="ordering-text">
  59. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  60. <view class="amount-of-money">金额<span class="price-style">450.00</span></view>
  61. <view class="order-time">订单时间2023-10-24 20:39:56</view>
  62. </view>
  63. </view>
  64. </view>
  65. <view class="ordering-information-item">
  66. <view class="order-number">订单编号 22398983498</view>
  67. <view class="ordering-item-content">
  68. <view class="ordering-pic">
  69. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  70. </view>
  71. <view class="ordering-text">
  72. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  73. <view class="amount-of-money">金额<span class="price-style">450.00</span></view>
  74. <view class="order-time">订单时间2023-10-24 20:39:56</view>
  75. </view>
  76. </view>
  77. </view>
  78. <view class="ordering-information-item">
  79. <view class="order-number">订单编号 22398983498</view>
  80. <view class="ordering-item-content">
  81. <view class="ordering-pic">
  82. <image class="order-chart" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/order-chart.png" />
  83. </view>
  84. <view class="ordering-text">
  85. <view class="ordering-text-title">李姐烧烤(普罗旺斯店)</view>
  86. <view class="amount-of-money">金额<span class="price-style">450.00</span></view>
  87. <view class="order-time">订单时间2023-10-24 20:39:56</view>
  88. </view>
  89. </view>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. </template>
  95. <script>
  96. export default {
  97. data() {
  98. return {
  99. }
  100. },
  101. methods: {
  102. }
  103. }
  104. </script>
  105. <style>
  106. .uni-page-body {
  107. background: #f7f7f7;
  108. }
  109. .page-bg{
  110. height: 525rpx;
  111. background: url("https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/withdrawal-bg.png") no-repeat center center;
  112. background-size:cover;
  113. padding: 0 30rpx;
  114. }
  115. .withdrawal-management{
  116. position: absolute;
  117. top: 0;
  118. right: 0;
  119. }
  120. button.withdrawal-button{
  121. width: 160rpx;
  122. height: 60rpx;
  123. line-height: 60rpx;
  124. font-family: PingFangSC-Regular, sans-serif;
  125. font-size: 24rpx;
  126. color: #fff;
  127. background: #FCC565;
  128. margin: 0;
  129. border-top-left-radius: 0;
  130. border-top-right-radius: 0;
  131. border-bottom-right-radius: 0;
  132. border-bottom-left-radius: 30rpx;
  133. }
  134. button::after{
  135. border: none;
  136. }
  137. .withdrawal-limit{
  138. display: flex;
  139. justify-content: center;
  140. align-items: baseline;
  141. padding-top: 30rpx;
  142. text-align: center;
  143. }
  144. .limit-symbol{
  145. font-family: PingFangSC-Regular, sans-serif;
  146. font-size: 30rpx;
  147. color: #fff;
  148. }
  149. .withdrawal-volume{
  150. font-family: "Din";
  151. font-size: 60rpx;
  152. color: #fff;
  153. font-weight: bold;
  154. margin-left: 10rpx;
  155. }
  156. .Withdrawable-text{
  157. font-family: PingFangSC-Regular, sans-serif;
  158. font-size: 30rpx;
  159. color: #fff;
  160. text-align: center;
  161. margin-top: 10rpx;
  162. }
  163. .withdrawal-content{
  164. display: flex;
  165. justify-content: center;
  166. align-items: center;
  167. padding: 15rpx 0;
  168. }
  169. image.withdrawal-line{
  170. text-align: center;
  171. width: 200rpx;
  172. height: 1rpx;
  173. background-size: cover;
  174. }
  175. .to-be-credited{
  176. font-family: PingFangSC-Regular, sans-serif;
  177. font-size: 30rpx;
  178. color: #fff;
  179. text-align: center;
  180. }
  181. .divider-style{
  182. width: 690rpx;
  183. height: 1rpx;
  184. background: #F8A0A6;
  185. margin: 20rpx 0;
  186. }
  187. .information-id-content{
  188. display: flex;
  189. justify-content: center;
  190. align-items: center;
  191. }
  192. .content-id-item{
  193. display: flex;
  194. justify-content: center;
  195. align-items: center;
  196. }
  197. .id-text{
  198. font-family: PingFangSC-Regular, sans-serif;
  199. font-size: 24rpx;
  200. color: #fff;
  201. }
  202. .id-value{
  203. font-family: PingFangSC-Regular, sans-serif;
  204. font-size: 24rpx;
  205. color: #fff;
  206. }
  207. .queuing-information-content{
  208. background: #fff;
  209. border-radius: 20rpx;
  210. padding: 30rpx 0;
  211. margin-top: 30rpx;
  212. }
  213. .recent-orders-title {
  214. display: flex;
  215. justify-content: left;
  216. align-items: center;
  217. padding: 0 30rpx;
  218. border-bottom: 1rpx solid #eeeeee;
  219. padding-bottom: 30rpx;
  220. }
  221. image.title-stlye {
  222. width: 15rpx;
  223. height: 19rpx;
  224. background-size: cover;
  225. margin-right: 20rpx;
  226. }
  227. .title-text {
  228. font-family: PingFangSC-Regular, sans-serif;
  229. font-size: 30rpx;
  230. color: #454545;
  231. font-weight: bold;
  232. }
  233. .information-item{
  234. padding: 0 30rpx;
  235. }
  236. .item-content{
  237. display: flex;
  238. justify-content: left;
  239. align-items: center;
  240. margin-top: 30rpx;
  241. }
  242. .item-content-titie{
  243. font-family: PingFangSC-Regular, sans-serif;
  244. font-size: 24rpx;
  245. color: #454545;
  246. font-weight: bold;
  247. }
  248. .item-content-text{
  249. font-family: PingFangSC-Regular, sans-serif;
  250. font-size: 24rpx;
  251. color: #666;
  252. }
  253. span.style-text{
  254. font-family: PingFangSC-Regular, sans-serif;
  255. font-size: 24rpx;
  256. color: #F52F3E;
  257. font-weight: bold;
  258. padding: 0 15rpx;
  259. }
  260. .see-more-content{
  261. display: flex;
  262. justify-content: center;
  263. align-items: center;
  264. margin-top: 30rpx;
  265. }
  266. .see-more-text{
  267. font-family: PingFangSC-Regular, sans-serif;
  268. font-size: 24rpx;
  269. color: #F52F3E;
  270. }
  271. .see-more-icon{
  272. width: 0;
  273. height: 0;
  274. border-left: 14rpx solid #FDD5D8;
  275. border-top: 14rpx solid transparent;
  276. border-bottom: 14rpx solid transparent;
  277. margin-left: 10rpx;
  278. border-radius: 10rpx;
  279. }
  280. .ordering-information{
  281. padding: 30rpx;
  282. background: #fff;
  283. margin-top: 20rpx;
  284. border-radius: 20rpx;
  285. padding-top: 0;
  286. }
  287. .order-number {
  288. font-family: PingFangSC-Regular, sans-serif;
  289. font-size: 26rpx;
  290. color: #454545;
  291. padding: 30rpx 0;
  292. }
  293. .ordering-pic {
  294. width: 120rpx;
  295. height: 120rpx;
  296. background-size: cover;
  297. border-radius: 15rpx;
  298. }
  299. image.order-chart {
  300. width: 120rpx;
  301. height: 120rpx;
  302. background-size: cover;
  303. border-radius: 15rpx;
  304. }
  305. .ordering-text {
  306. margin-left: 30rpx;
  307. }
  308. .ordering-text-title {
  309. font-family: PingFangSC-Regular, sans-serif;
  310. font-size: 30rpx;
  311. color: #454545;
  312. }
  313. .amount-of-money {
  314. font-family: PingFangSC-Regular, sans-serif;
  315. font-size: 24rpx;
  316. color: #999;
  317. padding: 10rpx 0;
  318. }
  319. span.price-style {
  320. font-family: PingFangSC-Regular, sans-serif;
  321. font-size: 24rpx;
  322. color: #F52F3E;
  323. }
  324. .order-time {
  325. font-family: PingFangSC-Regular, sans-serif;
  326. font-size: 24rpx;
  327. color: #999;
  328. }
  329. .ordering-item-content{
  330. display: flex;
  331. justify-content: left;
  332. align-items: center;
  333. border-bottom: 1rpx solid #eee;
  334. padding-bottom: 30rpx;
  335. }
  336. </style>