Income-record.scss 626 B

1234567891011121314151617181920212223242526272829303132333435
  1. .wrap_table{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .header_center{
  6. width: 100%;
  7. height: 60px;
  8. line-height: 60px;
  9. text-indent: 20px;
  10. font-size: 15px;
  11. font-weight: 600;
  12. border-bottom: 1px solid #ccc;
  13. }
  14. .tables{
  15. width: 100%;
  16. height: calc(100% - 180px);
  17. padding: 20px;
  18. }
  19. .query_table{
  20. width: 100%;
  21. height: 120px;
  22. .top_div{
  23. width: 100%;
  24. height: 50%;
  25. line-height: 60px;
  26. padding-left: 20px;
  27. // background-color: #f60;
  28. }
  29. .btm_div{
  30. width: 100%;
  31. height: 50%;
  32. line-height: 60px;
  33. padding-left: 20px;
  34. }
  35. }