123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- // 代煎质控任务详情
- .djTaskDetail{
- background-color: rgba(235, 236, 237, 1);
- .djTaskDetail_title{
- .right_title{
- display: flex;
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: 24.62px;
- color: rgba(53, 53, 53, 1);
- .right_text{
- padding-left: 10rpx;
- font-size: 17px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: NaNpx;
- color: rgba(190, 163, 117, 1);
- }
- }
- }
- .djNum{
- display: flex;
- justify-content: space-between;
- border-top: 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-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;
- }
- }
- }
- // 环境质控任务详情
- .djhjTaskDetail{
- .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);
- }
- }
- }
- .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;
- }
- }
- }
|