123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- ::v-deep .uni-page-body,page {
- height:100%
- }
- ::v-deep .tab .tab-cont{
- height: 100%;
- margin-bottom: 60px;
- background-color: #F8F9FA;
- }
- ::v-deep .tab-pane{
- width: 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 .uni-scroll-view-content{
- display: flex;
- align-content: flex-end;
- justify-content: space-around;
- }
- ::v-deep .tab-fixed{
- background-color: #F8F9FA;
- }
- ::v-deep .tab-fixed .tab-bar{
- position: fixed;
- }
- // 任务信息
- .taskInfo{
- background-color: #F8F9FA;
- margin-top: 80rpx;
- height: 100%;
- overflow-y: auto;
- .detail_list{
- .List_title{
- display: flex;
- padding: 20rpx 0;
- .detail_text{
- font-size: 14px;
- font-weight: 400;
- letter-spacing: 0.5px;
- line-height: 22px;
- color: rgba(53, 53, 53, 1);
- vertical-align: top;
- }
- .detail_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);
- }
- }
- }
- .finish_button{
- position: relative;
- bottom: 0;
- right: 0;
- left: 0;
- width: 100%;
- .button{
- width: 700rpx;
- 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%);
- }
- }
- }
- // 代煎质控任务详情
- .djTaskDetail{
- background-color: #F8F9FA;
- padding-top: 80rpx;
- height: 100%;
- position: relative;
- .djTaskDetail_progress{
- display: flex;
- justify-content: space-between;
- padding: 10rpx 20rpx 0;
- .djTaskDetail_progress_title{
- color: rgba(50, 50, 51, 1);
- padding-right: 10rpx;
- .djTaskDetail_progress_text{
- padding-left: 8rpx;
- color: rgba(190, 163, 117, 1);
- }
- }
- }
- .djNum{
- display: flex;
- justify-content: space-between;
- border-top: 0.5px solid rgba(235, 237, 240, 1);
- border-bottom: 0.5px solid rgba(235, 237, 240, 1);
- .djNum_title{
- display: flex;
- justify-content: space-between;
- padding-top: 28rpx;
- font-size: 15px;
- color: rgba(50, 50, 51, 1);
- .djNum_text{
- display: flex;
- color: rgba(190, 163, 117, 1);
- }
- }
- }
- .djDetail_table{
- padding: 20rpx 0;
- .uni-table-tr:first-child{
- background: rgba(242, 243, 245, 1);
- }
- ::v-deep .uni-table{
- padding: 5rpx 10rpx;
- }
- .uni-table-th{
- font-size: 12px;
- }
- .uni-table-td{
- font-size: 12px;
- }
- }
- .finish_button{
- width: 100%;
- background: #F8F9FA;
- position: absolute;
- bottom: 0;
- right: 0;
- left: 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%);
- }
- }
- ::v-deep .uni-section .uni-section-header__decoration {
- background-color: rgba(190, 163, 117, 1);
- }
- }
- // 环境质控任务详情
- .djhjTaskDetail{
- background-color: #F8F9FA;
- margin-top: 70rpx;
- height: 100%;
- overflow-y: auto;
- .djhjTaskDetail_progress{
- display: flex;
- justify-content: space-between;
- padding: 10rpx 20rpx 0;
- .djhjTaskDetail_progress_title{
- color: rgba(50, 50, 51, 1);
- padding-right: 10rpx;
- .djhjTaskDetail_progress_text{
- padding-left: 8rpx;
- color: rgba(190, 163, 117, 1);
- }
- }
- }
- .creator{
- padding: 20rpx 20rpx 0;
- .creator_title{
- color: rgba(50, 50, 51, 1);
- .creator_text{
- padding-left: 70rpx;
- }
- }
- }
- .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);
- }
- }
- }
- .image_upload{
- ::v-deep .uni-section .uni-section-header__decoration {
- background-color: rgba(190, 163, 117, 1);
- }
- .img_upload{
- height: 100%;
- border-top: 0.5px solid rgba(235, 237, 240, 1);
- padding-top: 20rpx;
- }
- }
- .finish_button{
- background: #F8F9FA;
- position: relative;
- bottom: 0;
- width: 100%;
- left: 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%);
- }
- }
- }
|