rechargeDetails.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .charge-box {
  2. padding-top: 30rpx;
  3. }
  4. .noDistributionList {
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. flex-direction: column;
  9. margin-top: 200rpx;
  10. }
  11. .noDistributionList .noDistributionListImg {
  12. width: 218rpx;
  13. height: 218rpx;
  14. margin-bottom: 32rpx;
  15. }
  16. .noDistributionList .noDistributionListTit {
  17. font-size: 30rpx;
  18. color: #666;
  19. line-height: 30rpx;
  20. }
  21. .searchData {
  22. padding: 30rpx 20rpx;
  23. border-top: 0.1rpx solid #efefef;
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-between;
  27. }
  28. .searchData .choose-day {
  29. padding: 4rpx 20rpx 4rpx 30rpx;
  30. background: #fff;
  31. border-radius: 24rpx;
  32. font-size: 28rpx;
  33. color: #444;
  34. display: flex;
  35. align-items: center;
  36. }
  37. .searchData .choose-day .arrow {
  38. width: 0rpx;
  39. height: 0rpx;
  40. font-size: 0;
  41. line-height: 0;
  42. overflow: hidden;
  43. margin-left: 14rpx;
  44. margin-top: 10rpx;
  45. border-width: 8rpx;
  46. border-style: solid dashed dashed dashed;
  47. border-color: #444 transparent transparent transparent;
  48. }
  49. .searchData .getData {
  50. font-size: 28rpx;
  51. color: #aaa;
  52. }
  53. .searchData .getData text {
  54. margin-right: 30rpx;
  55. }
  56. .list {
  57. padding: 0 20rpx;
  58. }
  59. .list .listData {
  60. padding: 30rpx;
  61. border-bottom: 0.1rpx solid #eee;
  62. }
  63. .list .listData:last-child {
  64. border: none;
  65. }
  66. .list .listData .list-tit {
  67. line-height: 28rpx;
  68. margin-bottom: 24rpx;
  69. display: flex;
  70. justify-content: space-between;
  71. }
  72. .list .listData .list-tit .tit {
  73. font-size: 30rpx;
  74. color: #444;
  75. }
  76. .list .listData .list-tit .num {
  77. font-size: 32rpx;
  78. color: #ff5344;
  79. font-weight: bold;
  80. }
  81. .list .listData .list-tit .num.yue {
  82. color: #666;
  83. font-weight: normal;
  84. font-size: 30rpx;
  85. }
  86. .list .listData .list-tit .num2 {
  87. color: #999;
  88. }
  89. .list .listData .list-orderNo {
  90. font-size: 26rpx;
  91. color: #444;
  92. margin-bottom: 16rpx;
  93. }
  94. .list .listData .list-time {
  95. font-size: 26rpx;
  96. color: #aaa;
  97. line-height: 22rpx;
  98. }