::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%); } } }