index.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .container {
  2. .his-amount-log {
  3. width: 97%;
  4. font-size: 12px;
  5. color: #666;
  6. text-align: right;
  7. padding: 10px 0px;
  8. }
  9. &__list-top {
  10. display: flex;
  11. flex-direction: row;
  12. justify-content: space-between;
  13. background-color: #f0f0f0;
  14. height: 35px;
  15. align-items: center;
  16. &__row {
  17. display: flex;
  18. flex-direction: row;
  19. align-items: center;
  20. align-content: center;
  21. width: 100%;
  22. text {
  23. font-size: 13px;
  24. color: #666;
  25. text-align: center;
  26. width: 100%;
  27. }
  28. }
  29. }
  30. &__list-content {
  31. display: flex;
  32. flex-direction: column;
  33. align-items: center;
  34. align-content: center;
  35. width: 100%;
  36. &__row {
  37. display: flex;
  38. flex-direction: row;
  39. align-items: center;
  40. align-content: center;
  41. width: 100%;
  42. height: 45px;
  43. border-bottom: 1px solid #f0f0f0;
  44. justify-content: space-between;
  45. text {
  46. font-size: 14px;
  47. color: #333;
  48. text-align: center;
  49. width: 100%;
  50. }
  51. }
  52. }
  53. }