progressDetail.less 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. .progress {
  2. padding: 30px 0;
  3. background: #fff;
  4. .pro-content {
  5. display: flex;
  6. flex-direction: column;
  7. .pc-title {
  8. text-align: center;
  9. font-size: 16px;
  10. font-weight: bold;
  11. margin-bottom: 10px;
  12. color: black;
  13. }
  14. .pc-row {
  15. display: flex;
  16. flex-direction: row;
  17. font-size: 12px;
  18. padding: 0 30px;
  19. .pr-item {
  20. width: 25%;
  21. }
  22. .pr-items {
  23. width: 50%;
  24. }
  25. .pr-itemss {
  26. width: 100%;
  27. }
  28. .pr-itemsss {
  29. width: 30%;
  30. }
  31. .pr-item,
  32. .pr-items,
  33. .pr-itemss,
  34. .pr-itemsss {
  35. div {
  36. height: 25px;
  37. line-height: 25px;
  38. }
  39. .pi-tit {
  40. font-weight: bold;
  41. color: black;
  42. }
  43. span {
  44. color: black;
  45. font-weight: bold;
  46. }
  47. .ant-checkbox-wrapper {
  48. span {
  49. color: #000000A6;
  50. font-weight: 400;
  51. }
  52. }
  53. .ant-radio-wrapper {
  54. span {
  55. color: #000000A6;
  56. font-weight: 400;
  57. }
  58. .ant-input {
  59. border: 0px;
  60. border-bottom: 1px solid #d9d9d9;
  61. border-radius: 0;
  62. }
  63. }
  64. .ant-input {
  65. border: 0px;
  66. border-bottom: 1px solid #d9d9d9;
  67. border-radius: 0;
  68. padding: 0 2px;
  69. height: 17px;
  70. text-align: center;
  71. background: transparent;
  72. }
  73. .ant-input:focus {
  74. box-shadow: none !important;
  75. border-color: inherit !important;
  76. outline: none !important;
  77. }
  78. button {
  79. background: green;
  80. border-color: green;
  81. margin: 0 10px;
  82. span {
  83. color: #fff;
  84. }
  85. }
  86. .pi-record {
  87. text-align: center;
  88. color: #999999;
  89. }
  90. .ant-radio-inner {
  91. border-radius: 2px;
  92. width: 14px;
  93. height: 14px;
  94. }
  95. .ant-radio-checked .ant-radio-inner {
  96. border-color: #58a3ff;
  97. background: #58a3ff;
  98. border: 0;
  99. }
  100. .ant-radio-checked .ant-radio-inner::after {
  101. content: '✔';
  102. position: absolute;
  103. top: 0px;
  104. left: 2px;
  105. color: #fff;
  106. font-size: 12px;
  107. }
  108. .ant-checkbox-checked .ant-checkbox-inner::after {
  109. transform: rotate(45deg) scale(1);
  110. }
  111. span.ant-radio+* {
  112. padding-left: 5px;
  113. padding-right: 5px;
  114. }
  115. }
  116. }
  117. .p-line {
  118. border-top: 1px dashed #000000A6;
  119. margin: 6px 30px;
  120. }
  121. .pc-tit {
  122. font-size: 14px;
  123. padding: 5px 20px;
  124. margin: 5px 0;
  125. color: #fff;
  126. background: #02a7f0;
  127. position: relative;
  128. .pt-bt {
  129. position: absolute;
  130. top: 3px;
  131. right: 30px;
  132. button {
  133. background: green;
  134. border-color: green;
  135. color: #fff;
  136. }
  137. }
  138. }
  139. .ant-table table {
  140. font-size: 12px;
  141. }
  142. }
  143. .pro-bottom {
  144. display: flex;
  145. justify-content: center;
  146. }
  147. }