123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438 |
- // 质控作业
- .qualitycontrolTask{
- padding-bottom: 10rpx;
- .flightTask{
- .flightTask_list{
- border-top: 0.5px solid rgba(221, 221, 221, 1);
- padding-top: 5rpx;
- .flightTask_list_item{
- display: inline-block;
- width: 100%;
- .flightTask_list_item_text{
- position: absolute;
- right: 38rpx;
- }
- }
- }
- }
- .dp_or_dj_Task{
- .sub_title{
- display: flex;
- .sub_title_text{
- padding-left: 10rpx;
- color: rgba(190, 163, 117, 1);
- }
- }
- .sub_head{
- display: flex;
- justify-content: space-between;
- border-top: 0.5px solid rgba(235, 237, 240, 1);
- padding-top: 28rpx;
- border-bottom: 0.5px solid rgba(235, 237, 240, 1);
- .sub_head_title{
- display: flex;
- .sub_title_text{
- color: rgba(51, 112, 255, 1);
- }
- }
- }
- .button{
- width: 600rpx;
- margin-top: 10rpx;
- border-radius: 5px;
- color: rgba(255, 255, 255, 1);
- background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
- }
- .dp_table{
- padding-top: 15rpx;
- .uni-table-tr:first-child{
- background: rgba(242, 243, 245, 1);
- }
- .uni-table-th{
-
- font-size: 12px;
- }
- .uni-table-td{
- font-size: 12px;
- }
- }
- .see_more{
- padding-top: 10rpx;
- text-align: right;
- right: 35rpx;
- }
- }
- .djqyhj_Task{
- .sub_title{
- display: flex;
- .sub_title_text{
- padding-left: 10rpx;
- color: rgba(190, 163, 117, 1);
- }
- }
- .image_upload{
- border-top: 0.5px solid rgba(235, 237, 240, 1);
- padding-top: 15rpx;
- }
- }
- .finish_button{
- .button{
- width: 700rpx;
- margin-top: 10rpx;
- border-radius: 5px;
- color: rgba(255, 255, 255, 1);
- background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
- }
- }
- }
- ::v-deep .qualitycontrolTask .uni-section .uni-section-header__decoration {
- background-color: rgba(190, 163, 117, 1);
- }
- // 选择处方
- .choosePrescription{
- padding: 20rpx 0;
- background-color: #EBEDF0;
- .searchPrescription{
- background: rgba(255, 255, 255, 1);
- padding: 10rpx 15rpx;
- .search_forms{
- }
- .search_button_group{
- display: flex;
- justify-content: flex-end;
- align-items: center;
- padding-left: 60%;
- .reset_button{
- font-size: 12px;
- font-weight: 400;
- width: 120rpx;
- color: rgba(22, 93, 255, 1);
- background: rgba(232, 243, 255, 1);
- }
- .search_button{
- font-size: 12px;
- font-weight: 400;
- width: 120rpx;
- color: rgba(255, 255, 255, 1);
- background: rgba(22, 93, 255, 1);
- }
- }
- }
- .cfInfo{
- .cfInfo_title{
- display: flex;
- padding: 8rpx 0;
- .cfInfo_text{
- flex: 1;
- }
- }
- }
- ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
- color: rgba(190, 163, 117, 1);
- }
- ::v-deep .uni-popup__info{
- color: rgba(31, 35, 41, 1);
- }
-
- ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
- color: rgba(31, 35, 41, 1);
- }
-
- ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
- color: rgba(31, 35, 41, 1);
- }
-
- ::v-deep .uni-forms-item__label{
- width: 160rpx !important;
- }
- }
- .djqyhj_Task{
- .sub_title{
- display: flex;
- .sub_title_text{
- padding-left: 10rpx;
- color: rgba(190, 163, 117, 1);
- }
- }
- .image_upload{
- border-top: 0.5px solid rgba(235, 237, 240, 1);
- padding-top: 15rpx;
- }
- }
- // 代煎处方质控作业
- .djTask{
- background-color: #EBEDF0;
- height: 100%;
- padding:10rpx 5rpx;
- .progress_title{
- padding: 20rpx 20rpx 10rpx 20rpx;
- display: flex;
- justify-content: center;
- .progress{
- flex: 1;
- .progress_image{
- width: 40rpx;
- height: 40rpx;
- font-size: 18px;
- padding-right: 10rpx;
- }
- }
- .dj_num{
- .dj_num_title{
- font-size: 15px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: NaNpx;
- color: rgba(102, 102, 102, 1);
- }
- .dj_num_text{
- font-size: 15px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: 21.72px;
- color: rgba(190, 163, 117, 1);
- padding-right: 10rpx;
- }
- }
- }
- .sub_title{
- padding: 20rpx 20rpx 10rpx 20rpx;
- display: flex;
- justify-content: center;
- .cfbh{
- flex: 1;
- .cfbh_title{
- font-size: 16px;
- }
- .cfbh_text{
- font-size: 15px;
- padding-left: 20rpx;
- }
- }
- .bhgs{
- .bhgs_title{
- font-size: 16px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: NaNpx;
- color: rgba(102, 102, 102, 1);
- text-align: right;
- vertical-align: top;
- }
- .bhgs_text{
- padding-left: 20rpx;
- font-size: 16px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: 23.17px;
- color: rgba(190, 163, 117, 1);
- }
- }
- }
- .djList{
- .djList_title{
- display: flex;
- padding: 10rpx 0;
- .djList_text{
- padding-left: 20rpx;
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0.5px;
- line-height: 22px;
- color: rgba(53, 53, 53, 1);
- vertical-align: top;
- }
- .djList_righttext{
- padding-right: 20rpx;
- padding-left: 30rpx;
- flex: 1;
- text-align: right;
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0.5px;
- line-height: 22px;
- color: rgba(53, 53, 53, 1);
- }
- }
- .button_group{
- display: flex;
- justify-content: flex-start;
- height: 80rpx;
- border-top: 1px solid rgba(235, 237, 240, 1);
- .bhg_button{
- flex: 1;
- align-items: center;
- justify-content: center;
- display: flex;
- border-right: 0.5px solid rgba(235, 237, 240, 1);
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(102, 102, 102, 1);
- }
- .hg_button{
- flex: 1;
- display:flex;
- align-items: center;
- justify-content: center;
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(190, 163, 117, 1);
- }
- }
- }
- .image_upload{
- ::v-deep .uni-section .uni-section-header__decoration {
- background-color: rgba(190, 163, 117, 1);
- }
- .img_upload{
- border-top: 0.5px solid rgba(235, 237, 240, 1);
- padding-top: 20rpx;
- }
- }
- .operator_button{
- display: flex;
- justify-content: center;
- background: rgba(255, 255, 255, 1);
- padding: 10rpx 10rpx 0;
- .pass_button{
- flex: 1;
- width: 100rpx;
- background: rgba(79, 136, 129, 0.86);
- color: rgba(255, 255, 255, 1);
- }
- .finish_button_grop{
- margin-top:auto;
- padding-left: 28rpx;
- flex: 2;
- .next_or_finish_button{
- flex: 1;
- width: 400rpx;
- background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
- color: rgba(255, 255, 255, 1);
- }
- }
- }
- }
- .djhjTask{
- background-color: #EBEDF0;
- padding:10rpx 5rpx;
- .djhjTask_progress{
- display: flex;
- justify-content: space-between;
- padding: 10rpx 20rpx 0;
- .djhjTask_progress_title{
- color: rgba(50, 50, 51, 1);
- padding-right: 10rpx;
- .djhjTask_progress_text{
- padding-left: 8rpx;
- color: rgba(190, 163, 117, 1);
- }
- }
- }
- .djhjList{
- .djhjList_title{
- display: flex;
- padding: 10rpx 0;
- .djhjList_text{
- padding-left: 20rpx;
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0.5px;
- line-height: 22px;
- color: rgba(53, 53, 53, 1);
- vertical-align: top;
- }
- .djhjList_righttext{
- padding-right: 20rpx;
- padding-left: 30rpx;
- flex: 1;
- text-align: right;
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0.5px;
- line-height: 22px;
- color: rgba(53, 53, 53, 1);
- }
- .djhjList_redtext{
- padding-right: 20rpx;
- padding-left: 30rpx;
- flex: 1;
- text-align: right;
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0.5px;
- line-height: 22px;
- color: rgba(231, 31, 31, 1);
- }
- }
- .button_group{
- display: flex;
- justify-content: flex-start;
- height: 80rpx;
- border-top: 1px solid rgba(235, 237, 240, 1);
- .bhg_button{
- flex: 1;
- align-items: center;
- justify-content: center;
- display: flex;
- border-right: 0.5px solid rgba(235, 237, 240, 1);
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(102, 102, 102, 1);
- }
- .hg_button{
- flex: 1;
- display:flex;
- align-items: center;
- justify-content: center;
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(190, 163, 117, 1);
- }
- }
- }
- .image_upload{
- display: flex;
- align-items: center;
- overflow-x: auto;
- ::v-deep .uni-section .uni-section-header__decoration {
- background-color: rgba(190, 163, 117, 1);
- }
- .img_upload{
- border-top: 0.5px solid rgba(235, 237, 240, 1);
- padding-top: 20rpx;
- }
- }
- .operator_button{
- display: flex;
- justify-content: center;
- background: rgba(255, 255, 255, 1);
- padding: 10rpx 10rpx 0;
-
- .pass_button{
- flex: 1;
- width: 100rpx;
- background: rgba(79, 136, 129, 0.86);
- color: rgba(255, 255, 255, 1);
- }
- .finish_button_grop{
- margin-top:auto;
- padding-left: 28rpx;
- flex: 2;
- .next_or_finish_button{
- flex: 1;
- width: 400rpx;
- background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
- color: rgba(255, 255, 255, 1);
- }
- }
- }
- }
|