exchargeRecord.wxss 995 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .title {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. display: flex;
  7. align-items: center;
  8. background-color: #fff;
  9. color: #333;
  10. line-height: 80rpx;
  11. font-size: 28rpx;
  12. text-align: center;
  13. box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
  14. font-weight: bold;
  15. }
  16. .time {
  17. flex: 3;
  18. }
  19. .status {
  20. flex: 1;
  21. }
  22. .money {
  23. flex: 2;
  24. }
  25. .list {
  26. padding-top: 80rpx;
  27. text-align: center;
  28. background-color: #fff;
  29. font-size: 24rpx;
  30. }
  31. .list-item {
  32. position: relative;
  33. display: flex;
  34. align-items: center;
  35. line-height: 76rpx;
  36. border-bottom: 1rpx solid #efefef;
  37. }
  38. .noDistributionList {
  39. display: flex;
  40. justify-content: center;
  41. align-items: center;
  42. flex-direction: column;
  43. margin-top: 200rpx;
  44. }
  45. .noDistributionList .noDistributionListImg {
  46. width: 218rpx;
  47. height: 218rpx;
  48. margin-bottom: 32rpx;
  49. }
  50. .noDistributionList .noDistributionListTit {
  51. font-size: 30rpx;
  52. color: #666;
  53. line-height: 30rpx;
  54. }