membershipTable.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .membershipTable {
  2. .ant-table-bordered .ant-table-header>table,
  3. .ant-table-bordered .ant-table-body>table,
  4. .ant-table-bordered .ant-table-fixed-left table,
  5. .ant-table-bordered .ant-table-fixed-right table {
  6. border: 1px solid #000;
  7. border-right: 0;
  8. border-bottom: 0;
  9. }
  10. .ant-table-tbody>tr>td {
  11. border-bottom: 1px solid #000;
  12. }
  13. .ant-table-bordered .ant-table-thead>tr>th,
  14. .ant-table-bordered .ant-table-tbody>tr>td {
  15. border-right: 1px solid #000;
  16. }
  17. .ant-table-bordered .ant-table-thead>tr>th,
  18. .ant-table-bordered .ant-table-tbody>tr>td {
  19. border-right: 1px solid #000;
  20. }
  21. .ant-table-bordered .ant-table-thead>tr>th {
  22. border-bottom: 1px solid #000;
  23. }
  24. .ant-table-middle .ant-table-thead>tr>th:not(.ant-table-selection-column) {
  25. padding: 0;
  26. height: 40px;
  27. }
  28. .color0 {
  29. padding: 10px 8px;
  30. text-align: center;
  31. height: 100%;
  32. display: flex;
  33. align-items: center;
  34. justify-content: center;
  35. }
  36. .ant-table-thead>tr>th {
  37. span {
  38. display: inline-block;
  39. width: 100%;
  40. height: 100%;
  41. }
  42. }
  43. .color1 {
  44. background: #fff3ca;
  45. padding: 10px 8px;
  46. text-align: center;
  47. height: 100%;
  48. display: flex;
  49. align-items: center;
  50. justify-content: center;
  51. }
  52. .color2 {
  53. background: #a8eae4;
  54. padding: 10px 8px;
  55. text-align: center;
  56. height: 100%;
  57. display: flex;
  58. align-items: center;
  59. justify-content: center;
  60. }
  61. .color3 {
  62. background: #ffff00;
  63. padding: 10px 8px;
  64. text-align: center;
  65. height: 100%;
  66. display: flex;
  67. align-items: center;
  68. justify-content: center;
  69. }
  70. .color4 {
  71. background: #b5c6ea;
  72. padding: 10px 8px;
  73. text-align: center;
  74. height: 100%;
  75. display: flex;
  76. align-items: center;
  77. justify-content: center;
  78. }
  79. .color5 {
  80. background: #f9cbaa;
  81. padding: 10px 8px;
  82. text-align: center;
  83. height: 100%;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. }
  88. }