排队支付小程序
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.

40 lines
731 B

  1. page{
  2. background: #F7F7F7;
  3. }
  4. .page-content{
  5. margin-top: 10rpx;
  6. background: #fff;
  7. padding: 30rpx;
  8. padding-top: 0;
  9. }
  10. .flow-item{
  11. display: flex;
  12. justify-content: space-between;
  13. align-items: center;
  14. padding: 30rpx 0;
  15. border-bottom: 1rpx solid #eee;
  16. }
  17. .serial-number{
  18. font-family: 'PingFang SC', sans-serif;
  19. font-size: 26rpx;
  20. color: #454545;
  21. font-weight: bold;
  22. }
  23. .withdrawal-status{
  24. font-family: 'PingFang SC', sans-serif;
  25. font-size: 26rpx;
  26. color: #666666;
  27. padding: 10rpx 0;
  28. }
  29. .withdrawal-time{
  30. font-family: 'PingFang SC', sans-serif;
  31. font-size: 26rpx;
  32. color: #666666;
  33. }
  34. .withdrawal-limit{
  35. font-family: 'PingFang SC', sans-serif;
  36. font-size: 26rpx;
  37. color: #454545;
  38. font-weight: bold;
  39. }