index.scss 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. // 质控作业
  2. .qualitycontrolTask{
  3. padding-bottom: 10rpx;
  4. .flightTask{
  5. .flightTask_list{
  6. border-top: 0.5px solid rgba(221, 221, 221, 1);
  7. padding-top: 5rpx;
  8. .flightTask_list_item{
  9. display: inline-block;
  10. width: 100%;
  11. .flightTask_list_item_text{
  12. position: absolute;
  13. right: 38rpx;
  14. }
  15. }
  16. }
  17. }
  18. .dp_or_dj_Task{
  19. .sub_title{
  20. display: flex;
  21. .sub_title_text{
  22. padding-left: 10rpx;
  23. color: rgba(190, 163, 117, 1);
  24. }
  25. }
  26. .sub_head{
  27. display: flex;
  28. justify-content: space-between;
  29. border-top: 0.5px solid rgba(235, 237, 240, 1);
  30. padding-top: 28rpx;
  31. border-bottom: 0.5px solid rgba(235, 237, 240, 1);
  32. .sub_head_title{
  33. display: flex;
  34. .sub_title_text{
  35. color: rgba(51, 112, 255, 1);
  36. }
  37. }
  38. }
  39. .button{
  40. width: 600rpx;
  41. margin-top: 10rpx;
  42. border-radius: 5px;
  43. color: rgba(255, 255, 255, 1);
  44. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  45. }
  46. .dp_table{
  47. padding-top: 15rpx;
  48. .uni-table-tr:first-child{
  49. background: rgba(242, 243, 245, 1);
  50. }
  51. .uni-table-th{
  52. font-size: 12px;
  53. }
  54. .uni-table-td{
  55. font-size: 12px;
  56. }
  57. }
  58. .see_more{
  59. padding-top: 10rpx;
  60. text-align: right;
  61. right: 35rpx;
  62. }
  63. }
  64. .djqyhj_Task{
  65. .sub_title{
  66. display: flex;
  67. .sub_title_text{
  68. padding-left: 10rpx;
  69. color: rgba(190, 163, 117, 1);
  70. }
  71. }
  72. .image_upload{
  73. border-top: 0.5px solid rgba(235, 237, 240, 1);
  74. padding-top: 15rpx;
  75. }
  76. }
  77. .finish_button{
  78. .button{
  79. width: 700rpx;
  80. margin-top: 10rpx;
  81. border-radius: 5px;
  82. color: rgba(255, 255, 255, 1);
  83. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  84. }
  85. }
  86. }
  87. ::v-deep .qualitycontrolTask .uni-section .uni-section-header__decoration {
  88. background-color: rgba(190, 163, 117, 1);
  89. }
  90. // 选择处方
  91. .choosePrescription{
  92. padding: 20rpx 0;
  93. background-color: #EBEDF0;
  94. .searchPrescription{
  95. background: rgba(255, 255, 255, 1);
  96. padding: 10rpx 15rpx;
  97. .search_forms{
  98. }
  99. .search_button_group{
  100. display: flex;
  101. justify-content: flex-end;
  102. align-items: center;
  103. padding-left: 60%;
  104. .reset_button{
  105. font-size: 12px;
  106. font-weight: 400;
  107. width: 120rpx;
  108. color: rgba(22, 93, 255, 1);
  109. background: rgba(232, 243, 255, 1);
  110. }
  111. .search_button{
  112. font-size: 12px;
  113. font-weight: 400;
  114. width: 120rpx;
  115. color: rgba(255, 255, 255, 1);
  116. background: rgba(22, 93, 255, 1);
  117. }
  118. }
  119. }
  120. .cfInfo{
  121. .cfInfo_title{
  122. display: flex;
  123. padding: 8rpx 0;
  124. .cfInfo_text{
  125. flex: 1;
  126. }
  127. }
  128. }
  129. ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
  130. color: rgba(190, 163, 117, 1);
  131. }
  132. ::v-deep .uni-popup__info{
  133. color: rgba(31, 35, 41, 1);
  134. }
  135. ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
  136. color: rgba(31, 35, 41, 1);
  137. }
  138. ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
  139. color: rgba(31, 35, 41, 1);
  140. }
  141. ::v-deep .uni-forms-item__label{
  142. width: 160rpx !important;
  143. }
  144. }
  145. .djqyhj_Task{
  146. .sub_title{
  147. display: flex;
  148. .sub_title_text{
  149. padding-left: 10rpx;
  150. color: rgba(190, 163, 117, 1);
  151. }
  152. }
  153. .image_upload{
  154. border-top: 0.5px solid rgba(235, 237, 240, 1);
  155. padding-top: 15rpx;
  156. }
  157. }
  158. // 代煎处方质控作业
  159. .djTask{
  160. background-color: #EBEDF0;
  161. height: 100%;
  162. padding:10rpx 5rpx;
  163. .progress_title{
  164. padding: 20rpx 20rpx 10rpx 20rpx;
  165. display: flex;
  166. justify-content: center;
  167. .progress{
  168. flex: 1;
  169. .progress_image{
  170. width: 40rpx;
  171. height: 40rpx;
  172. font-size: 18px;
  173. padding-right: 10rpx;
  174. }
  175. }
  176. .dj_num{
  177. .dj_num_title{
  178. font-size: 15px;
  179. font-weight: 400;
  180. letter-spacing: 0px;
  181. line-height: NaNpx;
  182. color: rgba(102, 102, 102, 1);
  183. }
  184. .dj_num_text{
  185. font-size: 15px;
  186. font-weight: 400;
  187. letter-spacing: 0px;
  188. line-height: 21.72px;
  189. color: rgba(190, 163, 117, 1);
  190. padding-right: 10rpx;
  191. }
  192. }
  193. }
  194. .sub_title{
  195. padding: 20rpx 20rpx 10rpx 20rpx;
  196. display: flex;
  197. justify-content: center;
  198. .cfbh{
  199. flex: 1;
  200. .cfbh_title{
  201. font-size: 16px;
  202. }
  203. .cfbh_text{
  204. font-size: 15px;
  205. padding-left: 20rpx;
  206. }
  207. }
  208. .bhgs{
  209. .bhgs_title{
  210. font-size: 16px;
  211. font-weight: 400;
  212. letter-spacing: 0px;
  213. line-height: NaNpx;
  214. color: rgba(102, 102, 102, 1);
  215. text-align: right;
  216. vertical-align: top;
  217. }
  218. .bhgs_text{
  219. padding-left: 20rpx;
  220. font-size: 16px;
  221. font-weight: 400;
  222. letter-spacing: 0px;
  223. line-height: 23.17px;
  224. color: rgba(190, 163, 117, 1);
  225. }
  226. }
  227. }
  228. .djList{
  229. .djList_title{
  230. display: flex;
  231. padding: 10rpx 0;
  232. .djList_text{
  233. padding-left: 20rpx;
  234. font-size: 14px;
  235. font-weight: 400;
  236. letter-spacing: 0.5px;
  237. line-height: 22px;
  238. color: rgba(53, 53, 53, 1);
  239. vertical-align: top;
  240. }
  241. .djList_righttext{
  242. padding-right: 20rpx;
  243. padding-left: 30rpx;
  244. flex: 1;
  245. text-align: right;
  246. font-size: 14px;
  247. font-weight: 400;
  248. letter-spacing: 0.5px;
  249. line-height: 22px;
  250. color: rgba(53, 53, 53, 1);
  251. }
  252. }
  253. .button_group{
  254. display: flex;
  255. justify-content: flex-start;
  256. height: 80rpx;
  257. border-top: 1px solid rgba(235, 237, 240, 1);
  258. .bhg_button{
  259. flex: 1;
  260. align-items: center;
  261. justify-content: center;
  262. display: flex;
  263. border-right: 0.5px solid rgba(235, 237, 240, 1);
  264. font-size: 17px;
  265. font-weight: 400;
  266. letter-spacing: 1.5px;
  267. color: rgba(102, 102, 102, 1);
  268. }
  269. .hg_button{
  270. flex: 1;
  271. display:flex;
  272. align-items: center;
  273. justify-content: center;
  274. font-size: 17px;
  275. font-weight: 400;
  276. letter-spacing: 1.5px;
  277. color: rgba(190, 163, 117, 1);
  278. }
  279. }
  280. }
  281. .image_upload{
  282. ::v-deep .uni-section .uni-section-header__decoration {
  283. background-color: rgba(190, 163, 117, 1);
  284. }
  285. .img_upload{
  286. border-top: 0.5px solid rgba(235, 237, 240, 1);
  287. padding-top: 20rpx;
  288. }
  289. }
  290. .operator_button{
  291. display: flex;
  292. justify-content: center;
  293. background: rgba(255, 255, 255, 1);
  294. padding: 10rpx 10rpx 0;
  295. .pass_button{
  296. flex: 1;
  297. width: 100rpx;
  298. background: rgba(79, 136, 129, 0.86);
  299. color: rgba(255, 255, 255, 1);
  300. }
  301. .finish_button_grop{
  302. margin-top:auto;
  303. padding-left: 28rpx;
  304. flex: 2;
  305. .next_or_finish_button{
  306. flex: 1;
  307. width: 400rpx;
  308. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
  309. color: rgba(255, 255, 255, 1);
  310. }
  311. }
  312. }
  313. }
  314. .djhjTask{
  315. background-color: #EBEDF0;
  316. padding:10rpx 5rpx;
  317. .djhjTask_progress{
  318. display: flex;
  319. justify-content: space-between;
  320. padding: 10rpx 20rpx 0;
  321. .djhjTask_progress_title{
  322. color: rgba(50, 50, 51, 1);
  323. padding-right: 10rpx;
  324. .djhjTask_progress_text{
  325. padding-left: 8rpx;
  326. color: rgba(190, 163, 117, 1);
  327. }
  328. }
  329. }
  330. .djhjList{
  331. .djhjList_title{
  332. display: flex;
  333. padding: 10rpx 0;
  334. .djhjList_text{
  335. padding-left: 20rpx;
  336. font-size: 14px;
  337. font-weight: 400;
  338. letter-spacing: 0.5px;
  339. line-height: 22px;
  340. color: rgba(53, 53, 53, 1);
  341. vertical-align: top;
  342. }
  343. .djhjList_righttext{
  344. padding-right: 20rpx;
  345. padding-left: 30rpx;
  346. flex: 1;
  347. text-align: right;
  348. font-size: 14px;
  349. font-weight: 400;
  350. letter-spacing: 0.5px;
  351. line-height: 22px;
  352. color: rgba(53, 53, 53, 1);
  353. }
  354. .djhjList_redtext{
  355. padding-right: 20rpx;
  356. padding-left: 30rpx;
  357. flex: 1;
  358. text-align: right;
  359. font-size: 14px;
  360. font-weight: 400;
  361. letter-spacing: 0.5px;
  362. line-height: 22px;
  363. color: rgba(231, 31, 31, 1);
  364. }
  365. }
  366. .button_group{
  367. display: flex;
  368. justify-content: flex-start;
  369. height: 80rpx;
  370. border-top: 1px solid rgba(235, 237, 240, 1);
  371. .bhg_button{
  372. flex: 1;
  373. align-items: center;
  374. justify-content: center;
  375. display: flex;
  376. border-right: 0.5px solid rgba(235, 237, 240, 1);
  377. font-size: 17px;
  378. font-weight: 400;
  379. letter-spacing: 1.5px;
  380. color: rgba(102, 102, 102, 1);
  381. }
  382. .hg_button{
  383. flex: 1;
  384. display:flex;
  385. align-items: center;
  386. justify-content: center;
  387. font-size: 17px;
  388. font-weight: 400;
  389. letter-spacing: 1.5px;
  390. color: rgba(190, 163, 117, 1);
  391. }
  392. }
  393. }
  394. .image_upload{
  395. display: flex;
  396. align-items: center;
  397. overflow-x: auto;
  398. ::v-deep .uni-section .uni-section-header__decoration {
  399. background-color: rgba(190, 163, 117, 1);
  400. }
  401. .img_upload{
  402. border-top: 0.5px solid rgba(235, 237, 240, 1);
  403. padding-top: 20rpx;
  404. }
  405. }
  406. .operator_button{
  407. display: flex;
  408. justify-content: center;
  409. background: rgba(255, 255, 255, 1);
  410. padding: 10rpx 10rpx 0;
  411. .pass_button{
  412. flex: 1;
  413. width: 100rpx;
  414. background: rgba(79, 136, 129, 0.86);
  415. color: rgba(255, 255, 255, 1);
  416. }
  417. .finish_button_grop{
  418. margin-top:auto;
  419. padding-left: 28rpx;
  420. flex: 2;
  421. .next_or_finish_button{
  422. flex: 1;
  423. width: 400rpx;
  424. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
  425. color: rgba(255, 255, 255, 1);
  426. }
  427. }
  428. }
  429. }