PatrolReportDetail.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. .page {
  2. padding-bottom: 20px;
  3. :global {
  4. .ant-card-head-title {
  5. margin-left: 0;
  6. }
  7. }
  8. }
  9. .select {
  10. background: #3682b2;
  11. border-radius: 8px;
  12. border: 1px solid rgba(255, 255, 255, 0.3);
  13. }
  14. .iconStatus {
  15. width: 20px;
  16. height: 20px;
  17. vertical-align: middle;
  18. margin-right: 10px;
  19. border-radius: 50%;
  20. display: inline-block;
  21. }
  22. .detailCard {
  23. margin: 10px 0 10px 0;
  24. }
  25. .text {
  26. .tabBarExtraContent;
  27. font-size: 26px;
  28. text-align: center;
  29. }
  30. .abnormal {
  31. // margin: 10px 0 10px 0;
  32. height: 51px;
  33. width: 50%;
  34. .text {
  35. color: #1677ff;
  36. font-size: 28px;
  37. }
  38. }
  39. .tabBarExtraContent {
  40. display: flex;
  41. // justify-content: center;
  42. align-items: center;
  43. height: 100%;
  44. position: relative;
  45. }
  46. .tableTop {
  47. position: relative;
  48. overflow: hidden;
  49. display: flex;
  50. justify-content: space-between;
  51. align-items: center;
  52. }
  53. .card {
  54. background: #eff5fc;
  55. padding: 10px 20px;
  56. position: relative;
  57. overflow: hidden;
  58. .orderIcon {
  59. background: #4a90e2;
  60. width: 300px;
  61. position: absolute;
  62. top: 40px;
  63. right: -92px;
  64. text-align: center;
  65. font-size: 24px;
  66. transform: rotate(45deg);
  67. padding: 10px 0;
  68. color: #fff;
  69. &.error {
  70. background: #fe5850;
  71. }
  72. }
  73. }
  74. .cardText {
  75. padding: 20px;
  76. font-size: 28px;
  77. }
  78. .tableTitle {
  79. position: absolute;
  80. top: 50%;
  81. left: 50%;
  82. font-size: 26px;
  83. transform: translate(-50%, -50%);
  84. }
  85. .tableTitle2 {
  86. font-size: 26px;
  87. text-align: center;
  88. margin-bottom: 10px;
  89. }
  90. .tableStatus {
  91. color: #4a90e2;
  92. font-size: 28px;
  93. position: absolute;
  94. right: 10px;
  95. }
  96. .content {
  97. margin-top: 50px;
  98. position: relative;
  99. }
  100. :global {
  101. .ant-table,
  102. .ant-table-cell,
  103. .ant-table-placeholder {
  104. background: transparent !important;
  105. }
  106. .ant-table-cell::before {
  107. display: none;
  108. }
  109. .ant-table-thead {
  110. background: #cbe0f6;
  111. }
  112. .ant-table-thead > tr > th,
  113. .ant-table-tbody > tr > td {
  114. padding: 16px 12px !important;
  115. font-size: 24px;
  116. }
  117. }