index.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. // 代煎质控任务详情
  2. .djTaskDetail{
  3. background-color: rgba(235, 236, 237, 1);
  4. .djTaskDetail_title{
  5. .right_title{
  6. display: flex;
  7. font-size: 17px;
  8. font-weight: 400;
  9. letter-spacing: 0px;
  10. line-height: 24.62px;
  11. color: rgba(53, 53, 53, 1);
  12. .right_text{
  13. padding-left: 10rpx;
  14. font-size: 17px;
  15. font-weight: 400;
  16. letter-spacing: 0px;
  17. line-height: NaNpx;
  18. color: rgba(190, 163, 117, 1);
  19. }
  20. }
  21. }
  22. .djNum{
  23. display: flex;
  24. justify-content: space-between;
  25. border-top: 0.5px solid rgba(235, 237, 240, 1);
  26. .djNum_title{
  27. display: flex;
  28. justify-content: space-between;
  29. padding-top: 28rpx;
  30. font-size: 15px;
  31. color: rgba(50, 50, 51, 1);
  32. .djNum_text{
  33. display: flex;
  34. color: rgba(190, 163, 117, 1);
  35. }
  36. }
  37. }
  38. .djDetail_table{
  39. padding-top: 15rpx;
  40. .uni-table-tr:first-child{
  41. background: rgba(242, 243, 245, 1);
  42. }
  43. .uni-table-th{
  44. font-size: 12px;
  45. }
  46. .uni-table-td{
  47. font-size: 12px;
  48. }
  49. }
  50. }
  51. // 环境质控任务详情
  52. .djhjTaskDetail{
  53. .djhjTaskDetail_progress{
  54. display: flex;
  55. justify-content: space-between;
  56. padding: 10rpx 20rpx 0;
  57. .djhjTaskDetail_progress_title{
  58. color: rgba(50, 50, 51, 1);
  59. padding-right: 10rpx;
  60. .djhjTaskDetail_progress_text{
  61. padding-left: 8rpx;
  62. color: rgba(190, 163, 117, 1);
  63. }
  64. }
  65. }
  66. .creator{
  67. padding: 20rpx 20rpx 0;
  68. .creator_title{
  69. color: rgba(50, 50, 51, 1);
  70. .creator_text{
  71. padding-left: 70rpx;
  72. }
  73. }
  74. }
  75. .djhjList{
  76. .djhjList_title{
  77. display: flex;
  78. padding: 10rpx 0;
  79. .djhjList_text{
  80. padding-left: 20rpx;
  81. font-size: 14px;
  82. font-weight: 400;
  83. letter-spacing: 0.5px;
  84. line-height: 22px;
  85. color: rgba(53, 53, 53, 1);
  86. vertical-align: top;
  87. }
  88. .djhjList_righttext{
  89. padding-right: 20rpx;
  90. padding-left: 30rpx;
  91. flex: 1;
  92. text-align: right;
  93. font-size: 14px;
  94. font-weight: 400;
  95. letter-spacing: 0.5px;
  96. line-height: 22px;
  97. color: rgba(53, 53, 53, 1);
  98. }
  99. .djhjList_redtext{
  100. padding-right: 20rpx;
  101. padding-left: 30rpx;
  102. flex: 1;
  103. text-align: right;
  104. font-size: 14px;
  105. font-weight: 400;
  106. letter-spacing: 0.5px;
  107. line-height: 22px;
  108. color: rgba(231, 31, 31, 1);
  109. }
  110. }
  111. }
  112. .image_upload{
  113. ::v-deep .uni-section .uni-section-header__decoration {
  114. background-color: rgba(190, 163, 117, 1);
  115. }
  116. .img_upload{
  117. border-top: 0.5px solid rgba(235, 237, 240, 1);
  118. padding-top: 20rpx;
  119. }
  120. }
  121. }