rechargeRecord.wxss 830 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /* pages/rechargeRecord/rechargeRecord.wxss */
  2. .record-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7f7;
  6. padding-top: 1rpx;
  7. }
  8. .main-content {
  9. width: 690rpx;
  10. min-height: 100%;
  11. margin: 20rpx auto 0;
  12. }
  13. .record-item {
  14. width: 100%;
  15. height: 188rpx;
  16. background: #FFFFFF;
  17. border-radius: 20rpx;
  18. margin-bottom: 20rpx;
  19. }
  20. .icon {
  21. width: 80rpx;
  22. height: 80rpx;
  23. margin: 0 22rpx;
  24. }
  25. .image {
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .center {
  30. width: 500rpx;
  31. display: flex;
  32. flex-direction: column;
  33. justify-content: center;
  34. align-items: flex-start;
  35. }
  36. .info-item {
  37. font-size: 26rpx;
  38. height: 36rpx;
  39. }
  40. .carno {
  41. margin: 10rpx 0;
  42. color: #999;
  43. }
  44. .time {
  45. color: #999;
  46. }
  47. .title {
  48. color: #333333;
  49. }
  50. .count {
  51. font-size: 26rpx;
  52. font-weight: 400;
  53. color: var(--maincolor);
  54. margin-right: 20rpx;
  55. }