PatrolReportDetail.less 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. .page {
  2. padding-bottom: 0.2rem;
  3. :global {
  4. .ant-card-head-title {
  5. margin-left: 0;
  6. }
  7. }
  8. }
  9. .select {
  10. background: #3682b2;
  11. border-radius: 0.08rem;
  12. border: 0.01rem solid rgba(255, 255, 255, 0.3);
  13. }
  14. .iconStatus {
  15. width: 0.2rem;
  16. height: 0.2rem;
  17. vertical-align: middle;
  18. margin-right: 0.1rem;
  19. border-radius: 50%;
  20. display: inline-block;
  21. }
  22. .detailCard {
  23. // margin: 0.2rem 0;
  24. margin-bottom: 0.3rem;
  25. }
  26. .text {
  27. font-size: 0.26rem;
  28. text-align: left;
  29. color: #1755ff;
  30. }
  31. .abnormal {
  32. // margin: 0.1rem 0 0.1rem 0;
  33. height: 0.51rem;
  34. width: 50%;
  35. font-weight: 600;
  36. .text {
  37. color: #1677ff;
  38. font-size: 0.28rem;
  39. }
  40. }
  41. .tabBarExtraContent {
  42. display: flex;
  43. // justify-content: center;
  44. align-items: center;
  45. height: 100%;
  46. position: relative;
  47. margin-bottom: 0.1rem;
  48. }
  49. .tableTop {
  50. position: relative;
  51. overflow: hidden;
  52. display: flex;
  53. justify-content: space-between;
  54. align-items: center;
  55. font-size: 0.28rem;
  56. font-family: Source Han Sans, Source Han Sans;
  57. color: #1755ff;
  58. line-height: 0.3rem;
  59. }
  60. .card {
  61. background: #fff;
  62. // padding: 0.1rem 0.2rem;
  63. padding-top: 0.28rem;
  64. padding-bottom: 0.4rem;
  65. padding-left: 0.6rem;
  66. position: relative;
  67. overflow: hidden;
  68. border-bottom: 2px solid #4577ff;
  69. margin-bottom: 0.4rem;
  70. .cardText {
  71. font-size: 0.32rem;
  72. font-family: Source Han Sans, Source Han Sans;
  73. color: #615d5d;
  74. line-height: 1;
  75. }
  76. .orderIcon {
  77. width: 0.92rem;
  78. height: 0.92rem;
  79. border-radius: 0.46rem;
  80. margin-right: 0.16rem;
  81. color: #12ceb3;
  82. border: 0.06rem solid #12ceb3;
  83. font-size: 0.32rem;
  84. font-family: Source Han Sans, Source Han Sans;
  85. display: flex;
  86. align-items: center;
  87. justify-content: center;
  88. &.error {
  89. color: #fe5850;
  90. border-color: #fe5850;
  91. }
  92. &.warn {
  93. color: #ffe26d;
  94. border-color: #ffe26d;
  95. }
  96. }
  97. .statusBox {
  98. display: flex;
  99. align-items: center;
  100. font-size: 0.32rem;
  101. font-family: Source Han Sans, Source Han Sans;
  102. font-weight: 400;
  103. color: #3b3b3b;
  104. line-height: 1;
  105. }
  106. }
  107. .cardText {
  108. padding: 0.2rem;
  109. font-size: 0.28rem;
  110. }
  111. .tableTitle {
  112. position: absolute;
  113. top: 50%;
  114. left: 50%;
  115. font-size: 0.26rem;
  116. transform: translate(-50%, -50%);
  117. }
  118. .tableTitle2 {
  119. font-size: 0.26rem;
  120. text-align: center;
  121. margin-bottom: 0.1rem;
  122. }
  123. .tableStatus {
  124. color: #1755ff;
  125. font-size: 0.28rem;
  126. position: absolute;
  127. right: 0.1rem;
  128. top: 0;
  129. line-height: 1;
  130. font-weight: 600;
  131. }
  132. .content {
  133. margin-top: 0.5rem;
  134. position: relative;
  135. }