index.scss 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. ::v-deep .uni-page-body,page {
  2. height:100%
  3. }
  4. ::v-deep .tab .tab-cont{
  5. height: 100%;
  6. margin-bottom: 60px;
  7. background-color: #F8F9FA;
  8. }
  9. ::v-deep .tab-pane{
  10. width: 100%;
  11. }
  12. ::v-deep .uni-popup .uni-popup__wrapper .uni-button-color{
  13. color: rgba(190, 163, 117, 1);
  14. }
  15. ::v-deep .uni-popup__info{
  16. color: rgba(31, 35, 41, 1);
  17. }
  18. ::v-deep .uni-popup__wrapper .uni-dialog-content-text{
  19. color: rgba(31, 35, 41, 1);
  20. }
  21. ::v-deep .uni-popup__wrapper .uni-dialog-button-text{
  22. color: rgba(31, 35, 41, 1);
  23. }
  24. ::v-deep .uni-scroll-view-content{
  25. display: flex;
  26. align-content: flex-end;
  27. justify-content: space-around;
  28. }
  29. ::v-deep .tab-fixed{
  30. background-color: #F8F9FA;
  31. }
  32. ::v-deep .tab-fixed .tab-bar{
  33. position: fixed;
  34. }
  35. // 任务信息
  36. .taskInfo{
  37. background-color: #F8F9FA;
  38. margin-top: 80rpx;
  39. height: 100%;
  40. overflow-y: auto;
  41. .detail_list{
  42. .List_title{
  43. display: flex;
  44. padding: 20rpx 0;
  45. .detail_text{
  46. font-size: 14px;
  47. font-weight: 400;
  48. letter-spacing: 0.5px;
  49. line-height: 22px;
  50. color: rgba(53, 53, 53, 1);
  51. vertical-align: top;
  52. }
  53. .detail_righttext{
  54. padding-right: 20rpx;
  55. padding-left: 30rpx;
  56. flex: 1;
  57. text-align: right;
  58. font-size: 14px;
  59. font-weight: 400;
  60. letter-spacing: 0.5px;
  61. line-height: 22px;
  62. color: rgba(53, 53, 53, 1);
  63. }
  64. }
  65. }
  66. .finish_button{
  67. position: relative;
  68. bottom: 0;
  69. right: 0;
  70. left: 0;
  71. width: 100%;
  72. .button{
  73. width: 700rpx;
  74. border-radius: 5px;
  75. color: rgba(255, 255, 255, 1);
  76. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  77. }
  78. }
  79. }
  80. // 代煎质控任务详情
  81. .djTaskDetail{
  82. background-color: #F8F9FA;
  83. padding-top: 80rpx;
  84. height: 100%;
  85. position: relative;
  86. .djTaskDetail_progress{
  87. display: flex;
  88. justify-content: space-between;
  89. padding: 10rpx 20rpx 0;
  90. .djTaskDetail_progress_title{
  91. color: rgba(50, 50, 51, 1);
  92. padding-right: 10rpx;
  93. .djTaskDetail_progress_text{
  94. padding-left: 8rpx;
  95. color: rgba(190, 163, 117, 1);
  96. }
  97. }
  98. }
  99. .djNum{
  100. display: flex;
  101. justify-content: space-between;
  102. border-top: 0.5px solid rgba(235, 237, 240, 1);
  103. border-bottom: 0.5px solid rgba(235, 237, 240, 1);
  104. .djNum_title{
  105. display: flex;
  106. justify-content: space-between;
  107. padding-top: 28rpx;
  108. font-size: 15px;
  109. color: rgba(50, 50, 51, 1);
  110. .djNum_text{
  111. display: flex;
  112. color: rgba(190, 163, 117, 1);
  113. }
  114. }
  115. }
  116. .djDetail_table{
  117. padding: 20rpx 0;
  118. .uni-table-tr:first-child{
  119. background: rgba(242, 243, 245, 1);
  120. }
  121. ::v-deep .uni-table{
  122. padding: 5rpx 10rpx;
  123. }
  124. .uni-table-th{
  125. font-size: 12px;
  126. }
  127. .uni-table-td{
  128. font-size: 12px;
  129. }
  130. }
  131. .finish_button{
  132. width: 100%;
  133. background: #F8F9FA;
  134. position: absolute;
  135. bottom: 0;
  136. right: 0;
  137. left: 0;
  138. .button{
  139. width: 700rpx;
  140. margin-top: 10rpx;
  141. border-radius: 5px;
  142. color: rgba(255, 255, 255, 1);
  143. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  144. }
  145. }
  146. ::v-deep .uni-section .uni-section-header__decoration {
  147. background-color: rgba(190, 163, 117, 1);
  148. }
  149. }
  150. // 环境质控任务详情
  151. .djhjTaskDetail{
  152. background-color: #F8F9FA;
  153. margin-top: 70rpx;
  154. height: 100%;
  155. overflow-y: auto;
  156. .djhjTaskDetail_progress{
  157. display: flex;
  158. justify-content: space-between;
  159. padding: 10rpx 20rpx 0;
  160. .djhjTaskDetail_progress_title{
  161. color: rgba(50, 50, 51, 1);
  162. padding-right: 10rpx;
  163. .djhjTaskDetail_progress_text{
  164. padding-left: 8rpx;
  165. color: rgba(190, 163, 117, 1);
  166. }
  167. }
  168. }
  169. .creator{
  170. padding: 20rpx 20rpx 0;
  171. .creator_title{
  172. color: rgba(50, 50, 51, 1);
  173. .creator_text{
  174. padding-left: 70rpx;
  175. }
  176. }
  177. }
  178. .djhjList{
  179. .djhjList_title{
  180. display: flex;
  181. padding: 10rpx 0;
  182. .djhjList_text{
  183. padding-left: 20rpx;
  184. font-size: 14px;
  185. font-weight: 400;
  186. letter-spacing: 0.5px;
  187. line-height: 22px;
  188. color: rgba(53, 53, 53, 1);
  189. vertical-align: top;
  190. }
  191. .djhjList_righttext{
  192. padding-right: 20rpx;
  193. padding-left: 30rpx;
  194. flex: 1;
  195. text-align: right;
  196. font-size: 14px;
  197. font-weight: 400;
  198. letter-spacing: 0.5px;
  199. line-height: 22px;
  200. color: rgba(53, 53, 53, 1);
  201. }
  202. .djhjList_redtext{
  203. padding-right: 20rpx;
  204. padding-left: 30rpx;
  205. flex: 1;
  206. text-align: right;
  207. font-size: 14px;
  208. font-weight: 400;
  209. letter-spacing: 0.5px;
  210. line-height: 22px;
  211. color: rgba(231, 31, 31, 1);
  212. }
  213. .djhjList_bluetext{
  214. padding-right: 20rpx;
  215. padding-left: 30rpx;
  216. flex: 1;
  217. text-align: right;
  218. font-size: 14px;
  219. font-weight: 400;
  220. letter-spacing: 0.5px;
  221. line-height: 22px;
  222. color: rgba(0, 85, 255, 1.0);
  223. }
  224. .djhjList_greentext{
  225. padding-right: 20rpx;
  226. padding-left: 30rpx;
  227. flex: 1;
  228. text-align: right;
  229. font-size: 14px;
  230. font-weight: 400;
  231. letter-spacing: 0.5px;
  232. line-height: 22px;
  233. color: rgba(0, 170, 0, 1.0);
  234. }
  235. }
  236. }
  237. .image_upload{
  238. ::v-deep .uni-section .uni-section-header__decoration {
  239. background-color: rgba(190, 163, 117, 1);
  240. }
  241. .img_upload{
  242. height: 100%;
  243. border-top: 0.5px solid rgba(235, 237, 240, 1);
  244. padding-top: 20rpx;
  245. }
  246. }
  247. .finish_button{
  248. background: #F8F9FA;
  249. position: relative;
  250. bottom: 0;
  251. width: 100%;
  252. left: 0;
  253. .button{
  254. width: 700rpx;
  255. margin-top: 10rpx;
  256. border-radius: 5px;
  257. color: rgba(255, 255, 255, 1);
  258. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  259. }
  260. }
  261. }