progress.less 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  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. position: relative;
  148. .popup {
  149. position: absolute;
  150. top: 0;
  151. right: 0;
  152. bottom: 0;
  153. left: 0;
  154. z-index: 9;
  155. background: rgba(0, 0, 0, 0.5);
  156. }
  157. .pro-content {
  158. display: flex;
  159. flex-direction: column;
  160. background: #fff;
  161. padding: 0 10px;
  162. .pc-title {
  163. text-align: center;
  164. font-size: 16px;
  165. font-weight: bold;
  166. margin-bottom: 0px;
  167. color: black;
  168. }
  169. .pc-row {
  170. display: flex;
  171. flex-direction: row;
  172. font-size: 12px;
  173. padding: 0 30px;
  174. .pr-item {
  175. width: 25%;
  176. }
  177. .pr-items {
  178. width: 50%;
  179. }
  180. .pr-itemss {
  181. width: 100%;
  182. }
  183. .pr-itemsss {
  184. width: 30%;
  185. }
  186. .pr-item,
  187. .pr-items,
  188. .pr-itemss,
  189. .pr-itemsss {
  190. div {
  191. height: 25px;
  192. line-height: 25px;
  193. }
  194. .pi-tit {
  195. font-weight: bold;
  196. color: black;
  197. }
  198. span {
  199. color: black;
  200. font-weight: bold;
  201. }
  202. .ant-checkbox-wrapper {
  203. span {
  204. color: #000000A6;
  205. font-weight: 400;
  206. }
  207. }
  208. .ant-radio-wrapper {
  209. span {
  210. color: #000000A6;
  211. font-weight: 400;
  212. }
  213. .ant-input {
  214. border: 0px;
  215. border-bottom: 1px solid #d9d9d9;
  216. border-radius: 0;
  217. }
  218. }
  219. .ant-input {
  220. border: 0px;
  221. border-bottom: 1px solid #d9d9d9;
  222. border-radius: 0;
  223. padding: 0 2px;
  224. height: 17px;
  225. text-align: center;
  226. background: transparent;
  227. }
  228. .ant-input:focus {
  229. box-shadow: none !important;
  230. border-color: inherit !important;
  231. outline: none !important;
  232. }
  233. button {
  234. background: green;
  235. border-color: green;
  236. margin: 0 5px;
  237. span {
  238. color: #fff;
  239. }
  240. }
  241. .pi-record {
  242. text-align: center;
  243. color: #999999;
  244. height: 18px;
  245. }
  246. .ant-radio-inner {
  247. border-radius: 2px;
  248. width: 14px;
  249. height: 14px;
  250. }
  251. .ant-radio-checked .ant-radio-inner {
  252. border-color: #58a3ff;
  253. background: #58a3ff;
  254. border: 0;
  255. }
  256. .ant-radio-checked .ant-radio-inner::after {
  257. content: '✔';
  258. position: absolute;
  259. top: 0px;
  260. left: 2px;
  261. color: #fff;
  262. font-size: 12px;
  263. }
  264. .ant-checkbox-checked .ant-checkbox-inner::after {
  265. transform: rotate(45deg) scale(1);
  266. }
  267. span.ant-radio+* {
  268. padding-left: 5px;
  269. padding-right: 5px;
  270. }
  271. }
  272. }
  273. .p-line {
  274. border-top: 1px dashed #000000A6;
  275. margin: 6px 30px;
  276. }
  277. .pc-tit {
  278. font-size: 14px;
  279. padding: 5px 20px;
  280. margin: 5px 0;
  281. color: #fff;
  282. background: #02a7f0;
  283. position: relative;
  284. .pt-bt {
  285. position: absolute;
  286. top: 3px;
  287. right: 30px;
  288. button {
  289. background: green;
  290. border-color: green;
  291. color: #fff;
  292. }
  293. }
  294. }
  295. }
  296. .pro-bottom {
  297. display: flex;
  298. justify-content: center;
  299. }
  300. }