123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913 |
- ::v-deep .uni-page-body,page {
- height:100%
- }
- .detail{
- display: flex;
- justify-content: flex-end;
- margin-right: 30rpx;
- .showDetail_button{
- text-align: center;
- padding: 10px 15rpx;
- border-radius:10rpx;
- background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
- color: rgba(255, 255, 255, 1);
- }
- }
- // 质控作业
- .qualitycontrolTask{
- padding-bottom: 10rpx;
- background-color: #F8F9FA;
- .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;
- }
- }
- }
- .flightTask_list{
- .flightTask_title{
- display: flex;
- padding: 10rpx 0;
- .flightTask_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;
- }
- .flightTask_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);
- }
- }
- }
- }
- .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{
- padding-bottom: 150rpx;
- .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;
- }
- .see_more{
- padding-top: 10rpx;
- text-align: right;
- right: 35rpx;
- }
- }
- .finish_button{
- position: fixed;
- bottom: 0;
- width: 100%;
- left: 0;
- background: #F8F9FA;
- .button{
- width: 700rpx;
- margin-top: 0rpx;
- margin-bottom: 20rpx;
- 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 .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 .qualitycontrolTask .uni-section .uni-section-header__decoration {
- background-color: rgba(190, 163, 117, 1);
- }
- // 选择处方
- .choosePrescription{
- padding: 20rpx 0;
- height: 100%;
- background-color: #F8F9FA;
- .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_name{
- }
- .cfInfo_text{
- flex: 1;
- text-align: right;
- }
- }
- }
- ::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-dialog-content{
- padding: 40rpx 30rpx;
- }
- ::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: #F8F9FA;
- height: calc(100vh - 140rpx);
- overflow-y: auto;
- padding:10rpx 5rpx;
- .progress_title{
- padding: 20rpx 20rpx 10rpx 20rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- .progress{
- flex: 1;
- .progress_text{
- line-height: 40rpx;
- }
- .progress_text_1{
- color: rgba(190, 163, 117, 1);
- 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);
- }
- }
- .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;
- display: flex;
- justify-content: center;
- .cfbh{
- flex: 1;
- .cfbh_title{
- font-size: 16px;
- }
- .cfbh_text{
- font-size: 15px;
- padding-left: 20rpx;
- }
- }
- }
- .operator{
- padding: 20rpx;
- .operator_title{
- color: rgba(50, 50, 51, 1);
- .operator_text{
- padding-left: 30rpx;
- }
- }
- }
- .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);
- }
- .djList_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);
- }
- .djList_bluetext{
- 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(0, 85, 255, 1.0);
- }
- .djList_greentext{
- 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(0, 170, 0, 1.0);
- }
- }
- .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{
- // padding-bottom: 120rpx;
- ::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;
- // position: fixed;
- // width: 98%;
- // bottom: 0;
- // left: 0;
- // height: 100rpx;
- // background: #F8F9FA;
- // .pass_button{
- // flex: 4;
- // background: rgba(79, 136, 129, 0.86);
- // color: rgba(255, 255, 255, 1);
- // }
- // .pass_button_grey{
- // flex: 4;
- // background: #C1C1C1;
- // color: rgba(255, 255, 255, 1);
- // }
- // .next_or_finish_button{
- // flex: 3;
- // background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
- // color: rgba(255, 255, 255, 1);
- // padding-left: 28rpx;
- // }
- // // .finish_button_grop{
- // // margin-top:auto;
- // // padding-left: 28rpx;
- // // flex: 2;
- // // .next_or_finish_button{
- // // flex: 1;
- // // background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.86) 100%);
- // // color: rgba(255, 255, 255, 1);
- // // }
- // // }
- // }
- .operator_button{
- height: 120rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- background: rgba(255, 255, 255, 1);
- padding: 10rpx 10rpx 0;
- position: fixed;
- bottom: 0;
- width: 98%;
- left: 0;
- background: #F8F9FA;
- // .pass_button{
- // // flex: 1;
- // // width: 100rpx;
- // background: rgba(79, 136, 129, 0.86);
- // color: rgba(255, 255, 255, 1);
- // }
- // .pass_button_grey{
- // // flex: 1;
- // // width: 100rpx;
- // background: #C1C1C1;
- // color: rgba(255, 255, 255, 1);
- // }
- .finish_button_grop{
- margin-top:auto;
- padding-left: 28rpx;
- // flex: 2;
- display: flex;
- }
- .next_or_finish_button{
- flex: 2;
- // padding-left: 28rpx;
- margin-left: 20rpx;
- // 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);
- }
- .next_or_finish_button_save{
- flex: 1;
- // width: 400rpx;
- background: rgba(79, 136, 129, 0.86);
- color: rgba(255, 255, 255, 1);
- }
- }
- .finish_button{
- position: fixed;
- bottom: 0;
- .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%);
- }
- }
- .passDialog{
- height: 300rpx;
- width: 500rpx;
- border-radius: 10rpx;
- background-color: #EBEDF0;
- .passDialog_title{
- display: flex;
- padding: 15rpx 30rpx 10rpx 0rpx;
- }
- .passDialog_content{
- padding: 10rpx 40rpx;
- .passDialog_content_cancel{
- text-align: center;
- }
- }
- .passDialog_button{
- display: flex;
- border-top: 1px solid rgba(229, 230, 235, 1);
- padding-top: 30rpx;
- .passDialog_button_cancel{
- flex: 1;
- align-items: center;
- justify-content: center;
- display: flex;
- border-right: 0.5px solid rgba(229, 230, 235, 1);
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(29, 33, 41, 1);
- }
- .passDialog_button_confirm{
- flex: 1;
- align-items: center;
- justify-content: center;
- display: flex;
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(190, 163, 117, 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);
- }
- }
- // 代配处方质控作业
- .dpTask{
- border: 1px solid #F8F9FA;
- background-color: #F8F9FA;
- height: 100%;
- .progress_card{
- padding:10rpx 0;
- .dp_list{
- margin-top: 20px;
- display: flex;
- justify-content: space-between;
- .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);
- }
- }
- }
- .sub_title{
- padding: 30rpx 10rpx 10rpx 5rpx;
- display: flex;
- .cfbh{
- flex: 1;
- display: flex;
- .cfbh_title{
- font-size: 16px;
- }
- .cfbh_text{
- font-size: 15px;
- padding-left: 10rpx;
- }
- }
- }
- .send{
- margin-top: 10rpx;
- }
- .operator{
- padding: 10rpx;
- .operator_title{
- color: rgba(50, 50, 51, 1);
- .operator_text{
- padding-left: 30rpx;
- }
- }
- }
- .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;
- }
- }
- .dpTask_img{
- .image_upload{
- border-top: 0.5px solid rgba(235, 237, 240, 1);
- padding-top: 15rpx;
- }
- }
- }
- .finish_button{
- background-color: #F8F9FA;
- .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.uni-section .uni-section-header__decoration {
- background-color: rgba(190, 163, 117, 1);
- }
- ::v-deep.uni-forms-item__label {
- font-size: 15px !important;
- color: rgba(51, 51, 51, 1)
- }
- ::v-deep.uni-input-placeholder {
- font-size: 15px;
- }
- .uni-forms-item {
- margin-bottom: 3px;
- }
- }
- .djhjTask{
- background-color: #F8F9FA;
- 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);
- }
- }
- }
- .operator{
- padding: 20rpx;
- .operator_title{
- color: rgba(50, 50, 51, 1);
- .operator_text{
- padding-left: 30rpx;
- }
- }
- }
- .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);
- }
- .djhjList_bluetext{
- 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(0, 85, 255, 1.0);
- }
- .djhjList_greentext{
- 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(0, 170, 0, 1.0);
- }
- }
- .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{
- padding-bottom: 100rpx;
- 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{
- height: 120rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- background: rgba(255, 255, 255, 1);
- padding: 10rpx 10rpx 0;
- position: fixed;
- bottom: 0;
- width: 98%;
- left: 0;
- background: #F8F9FA;
- // .pass_button{
- // // flex: 1;
- // // width: 100rpx;
- // background: rgba(79, 136, 129, 0.86);
- // color: rgba(255, 255, 255, 1);
- // }
- // .pass_button_grey{
- // // flex: 1;
- // // width: 100rpx;
- // background: #C1C1C1;
- // color: rgba(255, 255, 255, 1);
- // }
- .finish_button_grop{
- margin-top:auto;
- padding-left: 28rpx;
- // flex: 2;
- display: flex;
- }
- .next_or_finish_button{
- flex: 2;
- margin-left: 20rpx;
- // 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);
- }
- .next_or_finish_button_save{
- flex: 1;
- // width: 400rpx;
- background: rgba(79, 136, 129, 0.86);
- color: rgba(255, 255, 255, 1);
- }
- .next_or_finish_button_allSave{
- flex: 2;
- margin-left: 20rpx;
- // width: 400rpx;
- background: linear-gradient(90deg, rgba(0, 170, 255, 1.0) 0%, rgba(0, 170, 255, 0.9) 100%);
- color: rgba(255, 255, 255, 1);
- }
- }
- .passDialog{
- height: 300rpx;
- width: 500rpx;
- border-radius: 10rpx;
- background-color: #EBEDF0;
- .passDialog_title{
- display: flex;
- padding: 15rpx 30rpx 10rpx 0rpx;
- }
- .passDialog_content{
- padding: 10rpx 40rpx;
- .passDialog_content_cancel{
- text-align: center;
- }
- }
- .passDialog_button{
- display: flex;
- border-top: 1px solid rgba(229, 230, 235, 1);
- padding-top: 30rpx;
- .passDialog_button_cancel{
- flex: 1;
- align-items: center;
- justify-content: center;
- display: flex;
- border-right: 0.5px solid rgba(229, 230, 235, 1);
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(29, 33, 41, 1);
- }
- .passDialog_button_confirm{
- flex: 1;
- align-items: center;
- justify-content: center;
- display: flex;
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 1.5px;
- color: rgba(190, 163, 117, 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);
- }
- }
|