MandateDetail.less 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. .modalContainer {
  2. padding: 0 0.3rem;
  3. }
  4. .closeModalBtn {
  5. position: absolute;
  6. top: 0.15rem;
  7. right: 0.2rem;
  8. }
  9. .mandate > * {
  10. margin-top: 0.15rem;
  11. font-family: Source Han Sans, Source Han Sans;
  12. }
  13. .taskOtherInfo {
  14. padding: 0.2rem;
  15. background-color: #fdefd9;
  16. }
  17. .modalTitle {
  18. font-size: 0.28rem;
  19. font-weight: 600;
  20. padding: 0.1rem 0;
  21. }
  22. .footerConstainer {
  23. display: flex;
  24. flex-direction: row;
  25. justify-content: flex-end;
  26. .footerBtn {
  27. height: 0.5rem;
  28. width: 1.4rem;
  29. font-size: 0.26rem;
  30. border: 0;
  31. color: #5697e4;
  32. background-color: #e5effa;
  33. }
  34. }
  35. .footerConstainer > * {
  36. margin-left: 0.1rem;
  37. }
  38. .relatedOrder {
  39. margin-bottom: 0.2rem;
  40. background-color: rgba(23, 85, 255, 0.06);
  41. display: flex;
  42. align-items: center;
  43. padding: 0.15rem;
  44. .leftInfo {
  45. width: 80%;
  46. }
  47. .leftInfo > * {
  48. padding: 0.05rem;
  49. }
  50. .rightButtonContainer {
  51. width: 18%;
  52. display: flex;
  53. flex-direction: column;
  54. align-items: center;
  55. }
  56. .rightButton {
  57. flex: auto;
  58. width: 1.5rem;
  59. height: 0.5rem;
  60. border-radius: 0.5rem;
  61. color: #5697e4;
  62. background-color: #ffffff;
  63. font-size: 0.28rem;
  64. text-align: center;
  65. display: flex;
  66. justify-content: center;
  67. align-items: center;
  68. }
  69. }
  70. .taskCheckBox {
  71. padding: 0.1rem;
  72. :global {
  73. .ant-checkbox-wrapper {
  74. width: 100%;
  75. margin-top: 0.05rem;
  76. margin-bottom: 0.05rem;
  77. border-bottom: 0.01rem dashed gray;
  78. }
  79. }
  80. }
  81. .taskCheckItem {
  82. font-size: 0.28rem;
  83. padding: 0.1rem;
  84. min-width: 0.8rem;
  85. display: flex;
  86. align-items: center;
  87. }
  88. .handleModal {
  89. :global {
  90. .ant-modal-close {
  91. width: 0.36rem;
  92. height: 0.36rem;
  93. }
  94. .ant-modal-close-x {
  95. font-size: 0.36rem;
  96. line-height: 0.36rem;
  97. }
  98. .ant-modal-title {
  99. font-size: 0.28rem;
  100. }
  101. .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  102. height: 0.6rem;
  103. padding-top: 0.15rem;
  104. }
  105. .ant-form-item .ant-form-item-label > label {
  106. font-size: 0.28rem;
  107. height: 0.6rem;
  108. }
  109. .ant-input {
  110. font-size: 0.28rem;
  111. height: 0.6rem;
  112. }
  113. .ant-btn {
  114. font-size: 0.28rem;
  115. height: 0.6rem;
  116. width: 1.2rem;
  117. }
  118. .ant-checkbox {
  119. .ant-checkbox-inner {
  120. width: 0.28rem;
  121. height: 0.28rem;
  122. }
  123. .ant-checkbox-inner:after {
  124. height: 0.16rem;
  125. width: 0.09rem;
  126. }
  127. }
  128. .ant-picker {
  129. height: 0.6rem;
  130. }
  131. }
  132. }
  133. .taskTable {
  134. :global {
  135. .ant-table-thead {
  136. background: rgba(155, 151, 151, 0.2);
  137. }
  138. .ant-table-thead > tr > th {
  139. color: rgba(59, 59, 59, 1);
  140. font-weight: 600;
  141. }
  142. }
  143. }
  144. .fontS20 {
  145. font-size: 0.2rem;
  146. }
  147. .fontS22 {
  148. font-size: 0.22rem;
  149. }
  150. .fontS24 {
  151. font-size: 0.24rem;
  152. }
  153. .fontS26 {
  154. font-size: 0.26rem;
  155. }
  156. .fontS28 {
  157. font-size: 0.28rem;
  158. }
  159. .fontS30 {
  160. font-size: 0.3rem;
  161. }
  162. .fontS32 {
  163. font-size: 0.32rem;
  164. }