main.css 889 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .report_content table td:nth-child(1) {
  2. width: 2%;
  3. }
  4. .report_content table td:nth-child(2) {
  5. width: 3%;
  6. }
  7. .report_content table td:nth-child(3) {
  8. width: 3%;
  9. }
  10. .report_content table td:nth-child(4) {
  11. width: 12%;
  12. }
  13. .report_content table td:nth-child(5) {
  14. width: 9%;
  15. }
  16. .report_content table td:nth-child(6) {
  17. width: 5%;
  18. }
  19. .report_content table td:nth-child(7) {
  20. width: 6%;
  21. }
  22. .report_content table td:nth-child(8) {
  23. width: 5%;
  24. }
  25. .report_content table td:nth-child(9) {
  26. width: 6%;
  27. }
  28. .report_content table td:nth-child(10) {
  29. width: 4%;
  30. }
  31. .report_content table td:nth-child(11) {
  32. width: 15%;
  33. }
  34. .report_content table td:nth-child(12) {
  35. width: 5%;
  36. }
  37. .report_content table td:nth-child(13) {
  38. width: 12%;
  39. }
  40. .report_content table td:nth-child(14) {
  41. width: 5%;
  42. }
  43. .report_content table td:nth-child(15) {
  44. width: 3%;
  45. }
  46. .report_content table td:nth-child(16) {
  47. width: 5%;
  48. }