index.wxss 985 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. page {
  2. background-color: #f3f4f5;
  3. }
  4. .no-order {
  5. margin-top: 96rpx;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. }
  10. .no-order image {
  11. width: 294rpx;
  12. height: 310rpx;
  13. }
  14. .no-order view {
  15. margin-top: 30rpx;
  16. font-family: PingFangSC-Medium;
  17. font-size: 30rpx;
  18. color: #333;
  19. letter-spacing: 0;
  20. }
  21. .cashlogs {
  22. width: 702rpx;
  23. margin-top: 24rpx;
  24. margin-left: 24rpx;
  25. height: 148rpx;
  26. background: #FFFFFF;
  27. box-shadow: 0 0 16rpx 0 rgba(36,44,69,0.20);
  28. border-radius: 8rpx;
  29. display: flex;
  30. justify-content: space-between;
  31. align-items: center;
  32. }
  33. .cashlogs .profile {
  34. display: flex;
  35. flex-direction: column;
  36. margin-left: 24rpx;
  37. }
  38. .cashlogs .amount {
  39. font-size: 24rpx;
  40. color: #FEB21C;
  41. margin-right: 24rpx;
  42. flex-shrink: 0;
  43. }
  44. .cashlogs .profile .typeStr {
  45. font-size: 30rpx;
  46. color: #333333;
  47. }
  48. .cashlogs .profile .dateAdd {
  49. margin-top: 16rpx;
  50. font-size: 24rpx;
  51. color: #999999;
  52. }
  53. .bottom {
  54. width: 100vw;
  55. height: 24rpx;
  56. }