PatrolReportDetail.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. .text {
  36. color: #1677ff;
  37. font-size: 0.28rem;
  38. }
  39. }
  40. .tabBarExtraContent {
  41. display: flex;
  42. // justify-content: center;
  43. align-items: center;
  44. height: 100%;
  45. position: relative;
  46. margin-bottom: 0.1rem;
  47. }
  48. .tableTop {
  49. position: relative;
  50. overflow: hidden;
  51. display: flex;
  52. justify-content: space-between;
  53. align-items: center;
  54. font-size: 0.28rem;
  55. font-family: Source Han Sans, Source Han Sans;
  56. color: #1755ff;
  57. line-height: 0.3rem;
  58. }
  59. .card {
  60. background: #fff;
  61. // padding: 0.1rem 0.2rem;
  62. padding-top: 0.28rem;
  63. padding-bottom: 0.4rem;
  64. padding-left: 0.6rem;
  65. position: relative;
  66. overflow: hidden;
  67. border-bottom: 2px solid #4577ff;
  68. margin-bottom: 0.4rem;
  69. .cardText {
  70. font-size: 0.32rem;
  71. font-family: Source Han Sans, Source Han Sans;
  72. color: #615d5d;
  73. line-height: 1;
  74. }
  75. .orderIcon {
  76. width: 0.92rem;
  77. height: 0.92rem;
  78. border-radius: 50%;
  79. margin-right: 0.16rem;
  80. color: #12ceb3;
  81. border: 0.06rem solid #12ceb3;
  82. font-size: 0.32rem;
  83. font-family: Source Han Sans, Source Han Sans;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. &.error {
  88. color: #fe5850;
  89. border-color: #fe5850;
  90. }
  91. &.warn {
  92. color: #ffe26d;
  93. border-color: #ffe26d;
  94. }
  95. }
  96. .statusBox {
  97. display: flex;
  98. align-items: center;
  99. font-size: 0.32rem;
  100. font-family: Source Han Sans, Source Han Sans;
  101. font-weight: 400;
  102. color: #9b9797;
  103. line-height: 1;
  104. }
  105. }
  106. .cardText {
  107. padding: 0.2rem;
  108. font-size: 0.28rem;
  109. }
  110. .tableTitle {
  111. position: absolute;
  112. top: 50%;
  113. left: 50%;
  114. font-size: 0.26rem;
  115. transform: translate(-50%, -50%);
  116. }
  117. .tableTitle2 {
  118. font-size: 0.26rem;
  119. text-align: center;
  120. margin-bottom: 0.1rem;
  121. }
  122. .tableStatus {
  123. color: #1755ff;
  124. font-size: 0.28rem;
  125. position: absolute;
  126. right: 0.1rem;
  127. top: 0;
  128. line-height: 1;
  129. }
  130. .content {
  131. margin-top: 0.5rem;
  132. position: relative;
  133. }