progress.less 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382
  1. @media print {
  2. .no-print {
  3. display: none;
  4. }
  5. .pro-content {
  6. display: flex;
  7. flex-direction: column;
  8. background: #fff;
  9. padding: 0 10px;
  10. .pc-title {
  11. text-align: center;
  12. font-size: 16px;
  13. font-weight: bold;
  14. margin-bottom: 0px;
  15. color: black;
  16. }
  17. .pc-row {
  18. display: flex;
  19. flex-direction: row;
  20. font-size: 12px;
  21. padding: 0 30px;
  22. .pr-item {
  23. width: 25%;
  24. }
  25. .pr-items {
  26. width: 50%;
  27. }
  28. .pr-itemss {
  29. width: 100%;
  30. }
  31. .pr-itemsss {
  32. width: 30%;
  33. }
  34. .pr-item,
  35. .pr-items,
  36. .pr-itemss,
  37. .pr-itemsss {
  38. div {
  39. height: 25px;
  40. line-height: 25px;
  41. }
  42. .pi-tit {
  43. font-weight: bold;
  44. color: black;
  45. }
  46. span {
  47. color: black;
  48. font-weight: bold;
  49. }
  50. .ant-checkbox-wrapper {
  51. span {
  52. color: #000000A6;
  53. font-weight: 400;
  54. }
  55. }
  56. .ant-radio-wrapper {
  57. span {
  58. color: #000000A6;
  59. font-weight: 400;
  60. }
  61. .ant-input {
  62. border: 0px;
  63. border-bottom: 1px solid #d9d9d9;
  64. border-radius: 0;
  65. }
  66. }
  67. .ant-input {
  68. border: 0px;
  69. border-bottom: 1px solid #d9d9d9;
  70. border-radius: 0;
  71. padding: 0 2px;
  72. height: 17px;
  73. text-align: center;
  74. background: transparent;
  75. }
  76. .ant-input:focus {
  77. box-shadow: none !important;
  78. border-color: inherit !important;
  79. outline: none !important;
  80. }
  81. button {
  82. background: green;
  83. border-color: green;
  84. margin: 0 5px;
  85. span {
  86. color: #fff;
  87. }
  88. }
  89. .pi-record {
  90. text-align: center;
  91. color: #999999;
  92. height: 18px;
  93. }
  94. .ant-radio-inner {
  95. border-radius: 2px;
  96. width: 14px;
  97. height: 14px;
  98. }
  99. .ant-radio-checked .ant-radio-inner {
  100. border-color: #58a3ff;
  101. background: #58a3ff;
  102. border: 0;
  103. }
  104. .ant-radio-checked .ant-radio-inner::after {
  105. content: '✔';
  106. position: absolute;
  107. top: 0px;
  108. left: 2px;
  109. color: #fff;
  110. font-size: 12px;
  111. }
  112. .ant-checkbox-checked .ant-checkbox-inner::after {
  113. transform: rotate(45deg) scale(1);
  114. }
  115. span.ant-radio + * {
  116. padding-left: 5px;
  117. padding-right: 5px;
  118. }
  119. }
  120. }
  121. .p-line {
  122. border-top: 1px dashed #000000A6;
  123. margin: 6px 30px;
  124. }
  125. .pc-tit {
  126. font-size: 14px;
  127. padding: 5px 20px;
  128. margin: 5px 0;
  129. color: #fff;
  130. background: #02a7f0;
  131. position: relative;
  132. .pt-bt {
  133. position: absolute;
  134. top: 3px;
  135. right: 30px;
  136. button {
  137. background: green;
  138. border-color: green;
  139. color: #fff;
  140. }
  141. }
  142. }
  143. }
  144. }
  145. .progress {
  146. padding: 30px 0;
  147. .pro-content {
  148. display: flex;
  149. flex-direction: column;
  150. background: #fff;
  151. padding: 0 10px;
  152. .pc-title {
  153. text-align: center;
  154. font-size: 16px;
  155. font-weight: bold;
  156. margin-bottom: 0px;
  157. color: black;
  158. }
  159. .pc-row {
  160. display: flex;
  161. flex-direction: row;
  162. font-size: 12px;
  163. padding: 0 30px;
  164. .pr-item {
  165. width: 25%;
  166. }
  167. .pr-items {
  168. width: 50%;
  169. }
  170. .pr-itemss {
  171. width: 100%;
  172. }
  173. .pr-itemsss {
  174. width: 30%;
  175. }
  176. .pr-item,
  177. .pr-items,
  178. .pr-itemss,
  179. .pr-itemsss {
  180. div {
  181. height: 25px;
  182. line-height: 25px;
  183. }
  184. .pi-tit {
  185. font-weight: bold;
  186. color: black;
  187. }
  188. span {
  189. color: black;
  190. font-weight: bold;
  191. }
  192. .ant-checkbox-wrapper {
  193. span {
  194. color: #000000A6;
  195. font-weight: 400;
  196. }
  197. }
  198. .ant-radio-wrapper {
  199. span {
  200. color: #000000A6;
  201. font-weight: 400;
  202. }
  203. .ant-input {
  204. border: 0px;
  205. border-bottom: 1px solid #d9d9d9;
  206. border-radius: 0;
  207. }
  208. }
  209. .ant-input {
  210. border: 0px;
  211. border-bottom: 1px solid #d9d9d9;
  212. border-radius: 0;
  213. padding: 0 2px;
  214. height: 17px;
  215. text-align: center;
  216. background: transparent;
  217. }
  218. .ant-input:focus {
  219. box-shadow: none !important;
  220. border-color: inherit !important;
  221. outline: none !important;
  222. }
  223. button {
  224. background: green;
  225. border-color: green;
  226. margin: 0 5px;
  227. span {
  228. color: #fff;
  229. }
  230. }
  231. .pi-record {
  232. text-align: center;
  233. color: #999999;
  234. height: 18px;
  235. }
  236. .ant-radio-inner {
  237. border-radius: 2px;
  238. width: 14px;
  239. height: 14px;
  240. }
  241. .ant-radio-checked .ant-radio-inner {
  242. border-color: #58a3ff;
  243. background: #58a3ff;
  244. border: 0;
  245. }
  246. .ant-radio-checked .ant-radio-inner::after {
  247. content: '✔';
  248. position: absolute;
  249. top: 0px;
  250. left: 2px;
  251. color: #fff;
  252. font-size: 12px;
  253. }
  254. .ant-checkbox-checked .ant-checkbox-inner::after {
  255. transform: rotate(45deg) scale(1);
  256. }
  257. span.ant-radio + * {
  258. padding-left: 5px;
  259. padding-right: 5px;
  260. }
  261. }
  262. }
  263. .p-line {
  264. border-top: 1px dashed #000000A6;
  265. margin: 6px 30px;
  266. }
  267. .pc-tit {
  268. font-size: 14px;
  269. padding: 5px 20px;
  270. margin: 5px 0;
  271. color: #fff;
  272. background: #02a7f0;
  273. position: relative;
  274. .pt-bt {
  275. position: absolute;
  276. top: 3px;
  277. right: 30px;
  278. button {
  279. background: green;
  280. border-color: green;
  281. color: #fff;
  282. }
  283. }
  284. }
  285. }
  286. .pro-bottom {
  287. display: flex;
  288. justify-content: center;
  289. }
  290. }