三元财务UI

report.css 427B

123456789101112131415161718192021222324252627282930313233343536
  1. .LY:hover {
  2. color: #fff;
  3. }
  4. .LY:active {
  5. color: #fff!important;
  6. }
  7. #Task thead td {
  8. color: #fff;
  9. background-color: #1ab394;
  10. text-align: center;
  11. }
  12. .table-head table thead {
  13. width: calc( 100% - 5px);
  14. }
  15. table thead,
  16. tbody tr {
  17. display: table;
  18. width: 100%;
  19. table-layout: fixed;
  20. text-align: center;
  21. }
  22. .table {
  23. margin-bottom: 0;
  24. }
  25. .table-body {
  26. width: 100%;
  27. height: 515px;
  28. overflow-y: scroll;
  29. overflow-x: scroll;
  30. }