index.scss 19 KB

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