taskList.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. .cardContainer {
  2. * {
  3. font-family: Source Han Sans, Source Han Sans;
  4. }
  5. display: flex;
  6. flex-grow: 1;
  7. background-color: white;
  8. background: #ffffff;
  9. box-shadow: 0rem 0rem 0.2rem 0 rgba(0, 0, 0, 0.15);
  10. .cardInfo {
  11. width: 100%;
  12. }
  13. .collapseLabel {
  14. width: 100%;
  15. :global {
  16. .ant-collapse-arrow {
  17. font-size: 0.3rem;
  18. }
  19. .ant-collapse-item {
  20. margin-bottom: 0;
  21. }
  22. .ant-collapse-item:last-child > .ant-collapse-header {
  23. border-radius: 0;
  24. }
  25. .ant-collapse-header .ant-collapse-expand-icon {
  26. padding-inline-end: 0;
  27. }
  28. .ant-collapse-header {
  29. height: 0.5rem;
  30. background: url('@/assets/TaskManage/viewOrder@2x.png') no-repeat center;
  31. background-size: 30% 100%;
  32. justify-content: center;
  33. flex-direction: row-reverse;
  34. align-items: center;
  35. margin-top: 0.1rem;
  36. border-bottom: 0.02rem solid #1755ff;
  37. .ant-collapse-header-text {
  38. font-size: 0.3rem;
  39. flex: unset;
  40. margin-inline-end: unset;
  41. }
  42. .ant-collapse-arrow {
  43. font-size: 0.3rem;
  44. }
  45. }
  46. .ant-collapse-content-box {
  47. padding: 0;
  48. }
  49. .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  50. padding-block: 0;
  51. }
  52. }
  53. .workOrderCard {
  54. margin-bottom: 0.1rem;
  55. padding: 0.2rem;
  56. display: flex;
  57. align-items: center;
  58. background-color: rgba(23, 85, 255, 0.06);
  59. .leftInfo {
  60. width: 80%;
  61. }
  62. .rightButtonContainer {
  63. width: 20%;
  64. display: flex;
  65. flex-direction: column;
  66. justify-content: space-between;
  67. align-items: center;
  68. }
  69. .rightButton {
  70. background-color: #fff;
  71. border-radius: 0.5rem;
  72. width: 1.5rem;
  73. height: 0.5rem;
  74. letter-spacing: 0.02rem;
  75. color: rgba(23, 85, 255, 1);
  76. font-size: 0.32rem;
  77. text-align: center;
  78. }
  79. }
  80. .workOrderCard:last-child {
  81. margin-bottom: 0;
  82. }
  83. }
  84. }
  85. .topContainer {
  86. // height: 1.2rem;
  87. .fixedTop {
  88. position: fixed;
  89. top: 0;
  90. width: 100%;
  91. z-index: 10;
  92. background-color: #ffffff;
  93. }
  94. }
  95. .handleModal {
  96. :global {
  97. .ant-modal-close {
  98. width: 0.36rem;
  99. height: 0.36rem;
  100. }
  101. .ant-modal-close-x {
  102. font-size: 0.36rem;
  103. line-height: 0.36rem;
  104. }
  105. .ant-modal-title {
  106. font-size: 0.28rem;
  107. }
  108. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  109. height: 0.6rem;
  110. padding-top: 0.15rem;
  111. }
  112. .ant-form-item .ant-form-item-label > label {
  113. font-size: 0.28rem;
  114. height: 0.6rem;
  115. }
  116. .ant-input {
  117. font-size: 0.28rem;
  118. height: 0.6rem;
  119. }
  120. .ant-btn {
  121. font-size: 0.28rem;
  122. height: 0.6rem;
  123. width: 1.2rem;
  124. }
  125. .ant-checkbox {
  126. .ant-checkbox-inner {
  127. width: 0.28rem;
  128. height: 0.28rem;
  129. }
  130. .ant-checkbox-inner:after {
  131. height: 0.16rem;
  132. width: 0.09rem;
  133. }
  134. }
  135. .ant-picker {
  136. height: 0.6rem;
  137. }
  138. }
  139. }
  140. .fontS32 {
  141. font-size: 0.32rem;
  142. }
  143. .fontS30 {
  144. font-size: 0.3rem;
  145. }
  146. .fontS28 {
  147. font-size: 0.28rem;
  148. }
  149. .fontS26 {
  150. font-size: 0.26rem;
  151. }
  152. .fontS24 {
  153. font-size: 0.24rem;
  154. }
  155. .fontS20 {
  156. font-size: 0.2rem;
  157. }
  158. .fontS18 {
  159. font-size: 0.18rem;
  160. }
  161. .fontS16 {
  162. font-size: 0.16rem;
  163. }