金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
501 B

  1. #cashRecord{
  2. .cashRecord-item{
  3. background: #ffffff;
  4. padding: 10px;
  5. .record-area{
  6. width: 100%;
  7. display: flex;
  8. flex-direction: row;
  9. justify-content: space-between;
  10. align-items: center;
  11. }
  12. .recordnum{
  13. font-size: 15px;
  14. color: #000000;
  15. }
  16. .recordtxt{
  17. font-size: 13px;
  18. color: #f0403f;
  19. }
  20. .recorddate{
  21. font-size: 13px;
  22. color: #959595;
  23. }
  24. .recordmon{
  25. font-size: 15px;
  26. color: #959595;
  27. }
  28. }
  29. .isList{
  30. margin-top: 10px;
  31. text-align: center;
  32. }
  33. }