index.scss 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913
  1. ::v-deep .uni-page-body,page {
  2. height:100%
  3. }
  4. .detail{
  5. display: flex;
  6. justify-content: flex-end;
  7. margin-right: 30rpx;
  8. .showDetail_button{
  9. text-align: center;
  10. padding: 10px 15rpx;
  11. border-radius:10rpx;
  12. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
  13. color: rgba(255, 255, 255, 1);
  14. }
  15. }
  16. // 质控作业
  17. .qualitycontrolTask{
  18. padding-bottom: 10rpx;
  19. background-color: #F8F9FA;
  20. .flightTask{
  21. .flightTask_list{
  22. border-top: 0.5px solid rgba(221, 221, 221, 1);
  23. padding-top: 5rpx;
  24. .flightTask_list_item{
  25. display: inline-block;
  26. width: 100%;
  27. .flightTask_list_item_text{
  28. position: absolute;
  29. right: 38rpx;
  30. }
  31. }
  32. }
  33. .flightTask_list{
  34. .flightTask_title{
  35. display: flex;
  36. padding: 10rpx 0;
  37. .flightTask_text{
  38. padding-left: 20rpx;
  39. font-size: 14px;
  40. font-weight: 400;
  41. letter-spacing: 0.5px;
  42. line-height: 22px;
  43. color: rgba(53, 53, 53, 1);
  44. vertical-align: top;
  45. }
  46. .flightTask_righttext{
  47. padding-right: 20rpx;
  48. padding-left: 30rpx;
  49. flex: 1;
  50. text-align: right;
  51. font-size: 14px;
  52. font-weight: 400;
  53. letter-spacing: 0.5px;
  54. line-height: 22px;
  55. color: rgba(53, 53, 53, 1);
  56. }
  57. }
  58. }
  59. }
  60. .dp_or_dj_Task{
  61. .sub_title{
  62. display: flex;
  63. .sub_title_text{
  64. padding-left: 10rpx;
  65. color: rgba(190, 163, 117, 1);
  66. }
  67. }
  68. .sub_head{
  69. display: flex;
  70. justify-content: space-between;
  71. border-top: 0.5px solid rgba(235, 237, 240, 1);
  72. padding-top: 28rpx;
  73. border-bottom: 0.5px solid rgba(235, 237, 240, 1);
  74. .sub_head_title{
  75. display: flex;
  76. .sub_title_text{
  77. color: rgba(51, 112, 255, 1);
  78. }
  79. }
  80. }
  81. .button{
  82. width: 600rpx;
  83. margin-top: 10rpx;
  84. border-radius: 5px;
  85. color: rgba(255, 255, 255, 1);
  86. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  87. }
  88. .dp_table{
  89. padding-top: 15rpx;
  90. .uni-table-tr:first-child{
  91. background: rgba(242, 243, 245, 1);
  92. }
  93. .uni-table-th{
  94. font-size: 12px;
  95. }
  96. .uni-table-td{
  97. font-size: 12px;
  98. }
  99. }
  100. .see_more{
  101. padding-top: 10rpx;
  102. text-align: right;
  103. right: 35rpx;
  104. }
  105. }
  106. .djqyhj_Task{
  107. padding-bottom: 150rpx;
  108. .sub_title{
  109. display: flex;
  110. .sub_title_text{
  111. padding-left: 10rpx;
  112. color: rgba(190, 163, 117, 1);
  113. }
  114. }
  115. .image_upload{
  116. border-top: 0.5px solid rgba(235, 237, 240, 1);
  117. padding-top: 15rpx;
  118. }
  119. .see_more{
  120. padding-top: 10rpx;
  121. text-align: right;
  122. right: 35rpx;
  123. }
  124. }
  125. .finish_button{
  126. position: fixed;
  127. bottom: 0;
  128. width: 100%;
  129. left: 0;
  130. background: #F8F9FA;
  131. .button{
  132. width: 700rpx;
  133. margin-top: 0rpx;
  134. margin-bottom: 20rpx;
  135. border-radius: 5px;
  136. color: rgba(255, 255, 255, 1);
  137. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  138. }
  139. }
  140. ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
  141. color: rgba(190, 163, 117, 1);
  142. }
  143. ::v-deep .uni-popup__info{
  144. color: rgba(31, 35, 41, 1);
  145. }
  146. ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
  147. color: rgba(31, 35, 41, 1);
  148. }
  149. ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
  150. color: rgba(31, 35, 41, 1);
  151. }
  152. }
  153. ::v-deep .qualitycontrolTask .uni-section .uni-section-header__decoration {
  154. background-color: rgba(190, 163, 117, 1);
  155. }
  156. // 选择处方
  157. .choosePrescription{
  158. padding: 20rpx 0;
  159. height: 100%;
  160. background-color: #F8F9FA;
  161. .searchPrescription{
  162. background: rgba(255, 255, 255, 1);
  163. padding: 10rpx 15rpx;
  164. .search_forms{
  165. }
  166. .search_button_group{
  167. display: flex;
  168. justify-content: flex-end;
  169. align-items: center;
  170. padding-left: 60%;
  171. .reset_button{
  172. font-size: 12px;
  173. font-weight: 400;
  174. width: 120rpx;
  175. color: rgba(22, 93, 255, 1);
  176. background: rgba(232, 243, 255, 1);
  177. }
  178. .search_button{
  179. font-size: 12px;
  180. font-weight: 400;
  181. width: 120rpx;
  182. color: rgba(255, 255, 255, 1);
  183. background: rgba(22, 93, 255, 1);
  184. }
  185. }
  186. }
  187. .cfInfo{
  188. .cfInfo_title{
  189. display: flex;
  190. padding: 8rpx 0;
  191. .cfInfo_text_name{
  192. }
  193. .cfInfo_text{
  194. flex: 1;
  195. text-align: right;
  196. }
  197. }
  198. }
  199. ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
  200. color: rgba(190, 163, 117, 1);
  201. }
  202. ::v-deep .uni-popup__info{
  203. color: rgba(31, 35, 41, 1);
  204. }
  205. ::v-deep .uni-dialog-content{
  206. padding: 40rpx 30rpx;
  207. }
  208. ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
  209. color: rgba(31, 35, 41, 1);
  210. }
  211. ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
  212. color: rgba(31, 35, 41, 1);
  213. }
  214. ::v-deep .uni-forms-item__label{
  215. width: 160rpx !important;
  216. }
  217. }
  218. .djqyhj_Task{
  219. .sub_title{
  220. display: flex;
  221. .sub_title_text{
  222. padding-left: 10rpx;
  223. color: rgba(190, 163, 117, 1);
  224. }
  225. }
  226. .image_upload{
  227. border-top: 0.5px solid rgba(235, 237, 240, 1);
  228. padding-top: 15rpx;
  229. }
  230. }
  231. // 代煎处方质控作业
  232. .djTask{
  233. background-color: #F8F9FA;
  234. height: calc(100vh - 140rpx);
  235. overflow-y: auto;
  236. padding:10rpx 5rpx;
  237. .progress_title{
  238. padding: 20rpx 20rpx 10rpx 20rpx;
  239. display: flex;
  240. justify-content: center;
  241. align-items: center;
  242. .progress{
  243. flex: 1;
  244. .progress_text{
  245. line-height: 40rpx;
  246. }
  247. .progress_text_1{
  248. color: rgba(190, 163, 117, 1);
  249. padding-left: 20rpx;
  250. }
  251. }
  252. .bhgs{
  253. .bhgs_title{
  254. font-size: 16px;
  255. font-weight: 400;
  256. letter-spacing: 0px;
  257. line-height: NaNpx;
  258. color: rgba(102, 102, 102, 1);
  259. text-align: right;
  260. vertical-align: top;
  261. }
  262. .bhgs_text{
  263. padding-left: 20rpx;
  264. font-size: 16px;
  265. font-weight: 400;
  266. letter-spacing: 0px;
  267. line-height: 23.17px;
  268. color: rgba(190, 163, 117, 1);
  269. }
  270. }
  271. .dj_num{
  272. .dj_num_title{
  273. font-size: 15px;
  274. font-weight: 400;
  275. letter-spacing: 0px;
  276. line-height: NaNpx;
  277. color: rgba(102, 102, 102, 1);
  278. }
  279. .dj_num_text{
  280. font-size: 15px;
  281. font-weight: 400;
  282. letter-spacing: 0px;
  283. line-height: 21.72px;
  284. color: rgba(190, 163, 117, 1);
  285. padding-right: 10rpx;
  286. }
  287. }
  288. }
  289. .sub_title{
  290. padding: 20rpx;
  291. display: flex;
  292. justify-content: center;
  293. .cfbh{
  294. flex: 1;
  295. .cfbh_title{
  296. font-size: 16px;
  297. }
  298. .cfbh_text{
  299. font-size: 15px;
  300. padding-left: 20rpx;
  301. }
  302. }
  303. }
  304. .operator{
  305. padding: 20rpx;
  306. .operator_title{
  307. color: rgba(50, 50, 51, 1);
  308. .operator_text{
  309. padding-left: 30rpx;
  310. }
  311. }
  312. }
  313. .djList{
  314. .djList_title{
  315. display: flex;
  316. padding: 10rpx 0;
  317. .djList_text{
  318. padding-left: 20rpx;
  319. font-size: 14px;
  320. font-weight: 400;
  321. letter-spacing: 0.5px;
  322. line-height: 22px;
  323. color: rgba(53, 53, 53, 1);
  324. vertical-align: top;
  325. }
  326. .djList_righttext{
  327. padding-right: 20rpx;
  328. padding-left: 30rpx;
  329. flex: 1;
  330. text-align: right;
  331. font-size: 14px;
  332. font-weight: 400;
  333. letter-spacing: 0.5px;
  334. line-height: 22px;
  335. color: rgba(53, 53, 53, 1);
  336. }
  337. .djList_redtext{
  338. padding-right: 20rpx;
  339. padding-left: 30rpx;
  340. flex: 1;
  341. text-align: right;
  342. font-size: 14px;
  343. font-weight: 400;
  344. letter-spacing: 0.5px;
  345. line-height: 22px;
  346. color: rgba(231, 31, 31, 1);
  347. }
  348. .djList_bluetext{
  349. padding-right: 20rpx;
  350. padding-left: 30rpx;
  351. flex: 1;
  352. text-align: right;
  353. font-size: 14px;
  354. font-weight: 400;
  355. letter-spacing: 0.5px;
  356. line-height: 22px;
  357. color: rgba(0, 85, 255, 1.0);
  358. }
  359. .djList_greentext{
  360. padding-right: 20rpx;
  361. padding-left: 30rpx;
  362. flex: 1;
  363. text-align: right;
  364. font-size: 14px;
  365. font-weight: 400;
  366. letter-spacing: 0.5px;
  367. line-height: 22px;
  368. color: rgba(0, 170, 0, 1.0);
  369. }
  370. }
  371. .button_group{
  372. display: flex;
  373. justify-content: flex-start;
  374. height: 80rpx;
  375. border-top: 1px solid rgba(235, 237, 240, 1);
  376. .bhg_button{
  377. flex: 1;
  378. align-items: center;
  379. justify-content: center;
  380. display: flex;
  381. border-right: 0.5px solid rgba(235, 237, 240, 1);
  382. font-size: 17px;
  383. font-weight: 400;
  384. letter-spacing: 1.5px;
  385. color: rgba(102, 102, 102, 1);
  386. }
  387. .hg_button{
  388. flex: 1;
  389. display:flex;
  390. align-items: center;
  391. justify-content: center;
  392. font-size: 17px;
  393. font-weight: 400;
  394. letter-spacing: 1.5px;
  395. color: rgba(190, 163, 117, 1);
  396. }
  397. }
  398. }
  399. .image_upload{
  400. // padding-bottom: 120rpx;
  401. ::v-deep .uni-section .uni-section-header__decoration {
  402. background-color: rgba(190, 163, 117, 1);
  403. }
  404. .img_upload{
  405. border-top: 0.5px solid rgba(235, 237, 240, 1);
  406. padding-top: 20rpx;
  407. }
  408. }
  409. // .operator_button{
  410. // display: flex;
  411. // justify-content: center;
  412. // background: rgba(255, 255, 255, 1);
  413. // padding: 10rpx;
  414. // position: fixed;
  415. // width: 98%;
  416. // bottom: 0;
  417. // left: 0;
  418. // height: 100rpx;
  419. // background: #F8F9FA;
  420. // .pass_button{
  421. // flex: 4;
  422. // background: rgba(79, 136, 129, 0.86);
  423. // color: rgba(255, 255, 255, 1);
  424. // }
  425. // .pass_button_grey{
  426. // flex: 4;
  427. // background: #C1C1C1;
  428. // color: rgba(255, 255, 255, 1);
  429. // }
  430. // .next_or_finish_button{
  431. // flex: 3;
  432. // background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
  433. // color: rgba(255, 255, 255, 1);
  434. // padding-left: 28rpx;
  435. // }
  436. // // .finish_button_grop{
  437. // // margin-top:auto;
  438. // // padding-left: 28rpx;
  439. // // flex: 2;
  440. // // .next_or_finish_button{
  441. // // flex: 1;
  442. // // background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
  443. // // color: rgba(255, 255, 255, 1);
  444. // // }
  445. // // }
  446. // }
  447. .operator_button{
  448. height: 120rpx;
  449. display: flex;
  450. align-items: center;
  451. justify-content: center;
  452. background: rgba(255, 255, 255, 1);
  453. padding: 10rpx 10rpx 0;
  454. position: fixed;
  455. bottom: 0;
  456. width: 98%;
  457. left: 0;
  458. background: #F8F9FA;
  459. // .pass_button{
  460. // // flex: 1;
  461. // // width: 100rpx;
  462. // background: rgba(79, 136, 129, 0.86);
  463. // color: rgba(255, 255, 255, 1);
  464. // }
  465. // .pass_button_grey{
  466. // // flex: 1;
  467. // // width: 100rpx;
  468. // background: #C1C1C1;
  469. // color: rgba(255, 255, 255, 1);
  470. // }
  471. .finish_button_grop{
  472. margin-top:auto;
  473. padding-left: 28rpx;
  474. // flex: 2;
  475. display: flex;
  476. }
  477. .next_or_finish_button{
  478. flex: 2;
  479. // padding-left: 28rpx;
  480. margin-left: 20rpx;
  481. // width: 400rpx;
  482. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
  483. color: rgba(255, 255, 255, 1);
  484. }
  485. .next_or_finish_button_save{
  486. flex: 1;
  487. // width: 400rpx;
  488. background: rgba(79, 136, 129, 0.86);
  489. color: rgba(255, 255, 255, 1);
  490. }
  491. }
  492. .finish_button{
  493. position: fixed;
  494. bottom: 0;
  495. .button{
  496. width: 700rpx;
  497. margin-top: 10rpx;
  498. border-radius: 5px;
  499. color: rgba(255, 255, 255, 1);
  500. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  501. }
  502. }
  503. .passDialog{
  504. height: 300rpx;
  505. width: 500rpx;
  506. border-radius: 10rpx;
  507. background-color: #EBEDF0;
  508. .passDialog_title{
  509. display: flex;
  510. padding: 15rpx 30rpx 10rpx 0rpx;
  511. }
  512. .passDialog_content{
  513. padding: 10rpx 40rpx;
  514. .passDialog_content_cancel{
  515. text-align: center;
  516. }
  517. }
  518. .passDialog_button{
  519. display: flex;
  520. border-top: 1px solid rgba(229, 230, 235, 1);
  521. padding-top: 30rpx;
  522. .passDialog_button_cancel{
  523. flex: 1;
  524. align-items: center;
  525. justify-content: center;
  526. display: flex;
  527. border-right: 0.5px solid rgba(229, 230, 235, 1);
  528. font-size: 17px;
  529. font-weight: 400;
  530. letter-spacing: 1.5px;
  531. color: rgba(29, 33, 41, 1);
  532. }
  533. .passDialog_button_confirm{
  534. flex: 1;
  535. align-items: center;
  536. justify-content: center;
  537. display: flex;
  538. font-size: 17px;
  539. font-weight: 400;
  540. letter-spacing: 1.5px;
  541. color: rgba(190, 163, 117, 1);
  542. }
  543. }
  544. }
  545. ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
  546. color: rgba(190, 163, 117, 1);
  547. }
  548. ::v-deep .uni-popup__info{
  549. color: rgba(31, 35, 41, 1);
  550. }
  551. ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
  552. color: rgba(31, 35, 41, 1);
  553. }
  554. ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
  555. color: rgba(31, 35, 41, 1);
  556. }
  557. }
  558. // 代配处方质控作业
  559. .dpTask{
  560. border: 1px solid #F8F9FA;
  561. background-color: #F8F9FA;
  562. height: 100%;
  563. .progress_card{
  564. padding:10rpx 0;
  565. .dp_list{
  566. margin-top: 20px;
  567. display: flex;
  568. justify-content: space-between;
  569. .bhgs{
  570. .bhgs_title{
  571. font-size: 16px;
  572. font-weight: 400;
  573. letter-spacing: 0px;
  574. line-height: NaNpx;
  575. color: rgba(102, 102, 102, 1);
  576. text-align: right;
  577. vertical-align: top;
  578. }
  579. .bhgs_text{
  580. padding-left: 20rpx;
  581. font-size: 16px;
  582. font-weight: 400;
  583. letter-spacing: 0px;
  584. line-height: 23.17px;
  585. color: rgba(190, 163, 117, 1);
  586. }
  587. }
  588. }
  589. .sub_title{
  590. padding: 30rpx 10rpx 10rpx 5rpx;
  591. display: flex;
  592. .cfbh{
  593. flex: 1;
  594. display: flex;
  595. .cfbh_title{
  596. font-size: 16px;
  597. }
  598. .cfbh_text{
  599. font-size: 15px;
  600. padding-left: 10rpx;
  601. }
  602. }
  603. }
  604. .send{
  605. margin-top: 10rpx;
  606. }
  607. .operator{
  608. padding: 10rpx;
  609. .operator_title{
  610. color: rgba(50, 50, 51, 1);
  611. .operator_text{
  612. padding-left: 30rpx;
  613. }
  614. }
  615. }
  616. .dp_table{
  617. padding-top: 15rpx;
  618. .uni-table-tr:first-child{
  619. background: rgba(242, 243, 245, 1);
  620. }
  621. .uni-table-th{
  622. font-size: 12px;
  623. }
  624. .uni-table-td{
  625. font-size: 12px;
  626. }
  627. }
  628. .dpTask_img{
  629. .image_upload{
  630. border-top: 0.5px solid rgba(235, 237, 240, 1);
  631. padding-top: 15rpx;
  632. }
  633. }
  634. }
  635. .finish_button{
  636. background-color: #F8F9FA;
  637. .button{
  638. width: 700rpx;
  639. margin-top: 10rpx;
  640. border-radius: 5px;
  641. color: rgba(255, 255, 255, 1);
  642. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  643. }
  644. }
  645. ::v-deep.uni-section .uni-section-header__decoration {
  646. background-color: rgba(190, 163, 117, 1);
  647. }
  648. ::v-deep.uni-forms-item__label {
  649. font-size: 15px !important;
  650. color: rgba(51, 51, 51, 1)
  651. }
  652. ::v-deep.uni-input-placeholder {
  653. font-size: 15px;
  654. }
  655. .uni-forms-item {
  656. margin-bottom: 3px;
  657. }
  658. }
  659. .djhjTask{
  660. background-color: #F8F9FA;
  661. padding:10rpx 5rpx;
  662. .djhjTask_progress{
  663. display: flex;
  664. justify-content: space-between;
  665. padding: 10rpx 20rpx 0;
  666. .djhjTask_progress_title{
  667. color: rgba(50, 50, 51, 1);
  668. padding-right: 10rpx;
  669. .djhjTask_progress_text{
  670. padding-left: 8rpx;
  671. color: rgba(190, 163, 117, 1);
  672. }
  673. }
  674. }
  675. .operator{
  676. padding: 20rpx;
  677. .operator_title{
  678. color: rgba(50, 50, 51, 1);
  679. .operator_text{
  680. padding-left: 30rpx;
  681. }
  682. }
  683. }
  684. .djhjList{
  685. .djhjList_title{
  686. display: flex;
  687. padding: 10rpx 0;
  688. .djhjList_text{
  689. padding-left: 20rpx;
  690. font-size: 14px;
  691. font-weight: 400;
  692. letter-spacing: 0.5px;
  693. line-height: 22px;
  694. color: rgba(53, 53, 53, 1);
  695. vertical-align: top;
  696. }
  697. .djhjList_righttext{
  698. padding-right: 20rpx;
  699. padding-left: 30rpx;
  700. flex: 1;
  701. text-align: right;
  702. font-size: 14px;
  703. font-weight: 400;
  704. letter-spacing: 0.5px;
  705. line-height: 22px;
  706. color: rgba(53, 53, 53, 1);
  707. }
  708. .djhjList_redtext{
  709. padding-right: 20rpx;
  710. padding-left: 30rpx;
  711. flex: 1;
  712. text-align: right;
  713. font-size: 14px;
  714. font-weight: 400;
  715. letter-spacing: 0.5px;
  716. line-height: 22px;
  717. color: rgba(231, 31, 31, 1);
  718. }
  719. .djhjList_bluetext{
  720. padding-right: 20rpx;
  721. padding-left: 30rpx;
  722. flex: 1;
  723. text-align: right;
  724. font-size: 14px;
  725. font-weight: 400;
  726. letter-spacing: 0.5px;
  727. line-height: 22px;
  728. color: rgba(0, 85, 255, 1.0);
  729. }
  730. .djhjList_greentext{
  731. padding-right: 20rpx;
  732. padding-left: 30rpx;
  733. flex: 1;
  734. text-align: right;
  735. font-size: 14px;
  736. font-weight: 400;
  737. letter-spacing: 0.5px;
  738. line-height: 22px;
  739. color: rgba(0, 170, 0, 1.0);
  740. }
  741. }
  742. .button_group{
  743. display: flex;
  744. justify-content: flex-start;
  745. height: 80rpx;
  746. border-top: 1px solid rgba(235, 237, 240, 1);
  747. .bhg_button{
  748. flex: 1;
  749. align-items: center;
  750. justify-content: center;
  751. display: flex;
  752. border-right: 0.5px solid rgba(235, 237, 240, 1);
  753. font-size: 17px;
  754. font-weight: 400;
  755. letter-spacing: 1.5px;
  756. color: rgba(102, 102, 102, 1);
  757. }
  758. .hg_button{
  759. flex: 1;
  760. display:flex;
  761. align-items: center;
  762. justify-content: center;
  763. font-size: 17px;
  764. font-weight: 400;
  765. letter-spacing: 1.5px;
  766. color: rgba(190, 163, 117, 1);
  767. }
  768. }
  769. }
  770. .image_upload{
  771. padding-bottom: 100rpx;
  772. display: flex;
  773. align-items: center;
  774. overflow-x: auto;
  775. ::v-deep .uni-section .uni-section-header__decoration {
  776. background-color: rgba(190, 163, 117, 1);
  777. }
  778. .img_upload{
  779. border-top: 0.5px solid rgba(235, 237, 240, 1);
  780. padding-top: 20rpx;
  781. }
  782. }
  783. .operator_button{
  784. height: 120rpx;
  785. display: flex;
  786. align-items: center;
  787. justify-content: center;
  788. background: rgba(255, 255, 255, 1);
  789. padding: 10rpx 10rpx 0;
  790. position: fixed;
  791. bottom: 0;
  792. width: 98%;
  793. left: 0;
  794. background: #F8F9FA;
  795. // .pass_button{
  796. // // flex: 1;
  797. // // width: 100rpx;
  798. // background: rgba(79, 136, 129, 0.86);
  799. // color: rgba(255, 255, 255, 1);
  800. // }
  801. // .pass_button_grey{
  802. // // flex: 1;
  803. // // width: 100rpx;
  804. // background: #C1C1C1;
  805. // color: rgba(255, 255, 255, 1);
  806. // }
  807. .finish_button_grop{
  808. margin-top:auto;
  809. padding-left: 28rpx;
  810. // flex: 2;
  811. display: flex;
  812. }
  813. .next_or_finish_button{
  814. flex: 2;
  815. margin-left: 20rpx;
  816. // width: 400rpx;
  817. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
  818. color: rgba(255, 255, 255, 1);
  819. }
  820. .next_or_finish_button_save{
  821. flex: 1;
  822. // width: 400rpx;
  823. background: rgba(79, 136, 129, 0.86);
  824. color: rgba(255, 255, 255, 1);
  825. }
  826. .next_or_finish_button_allSave{
  827. flex: 2;
  828. margin-left: 20rpx;
  829. // width: 400rpx;
  830. background: linear-gradient(90deg, rgba(0, 170, 255, 1.0) 0%, rgba(0, 170, 255, 0.9) 100%);
  831. color: rgba(255, 255, 255, 1);
  832. }
  833. }
  834. .passDialog{
  835. height: 300rpx;
  836. width: 500rpx;
  837. border-radius: 10rpx;
  838. background-color: #EBEDF0;
  839. .passDialog_title{
  840. display: flex;
  841. padding: 15rpx 30rpx 10rpx 0rpx;
  842. }
  843. .passDialog_content{
  844. padding: 10rpx 40rpx;
  845. .passDialog_content_cancel{
  846. text-align: center;
  847. }
  848. }
  849. .passDialog_button{
  850. display: flex;
  851. border-top: 1px solid rgba(229, 230, 235, 1);
  852. padding-top: 30rpx;
  853. .passDialog_button_cancel{
  854. flex: 1;
  855. align-items: center;
  856. justify-content: center;
  857. display: flex;
  858. border-right: 0.5px solid rgba(229, 230, 235, 1);
  859. font-size: 17px;
  860. font-weight: 400;
  861. letter-spacing: 1.5px;
  862. color: rgba(29, 33, 41, 1);
  863. }
  864. .passDialog_button_confirm{
  865. flex: 1;
  866. align-items: center;
  867. justify-content: center;
  868. display: flex;
  869. font-size: 17px;
  870. font-weight: 400;
  871. letter-spacing: 1.5px;
  872. color: rgba(190, 163, 117, 1);
  873. }
  874. }
  875. }
  876. ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
  877. color: rgba(190, 163, 117, 1);
  878. }
  879. ::v-deep .uni-popup__info{
  880. color: rgba(31, 35, 41, 1);
  881. }
  882. ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
  883. color: rgba(31, 35, 41, 1);
  884. }
  885. ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
  886. color: rgba(31, 35, 41, 1);
  887. }
  888. }