task.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .task-page.data-v-96a65fb4 {
  5. background-color: #F3F5FB;
  6. }
  7. .task-page .title.data-v-96a65fb4 {
  8. font-family: 'Source Han Sans CN';
  9. font-style: normal;
  10. font-weight: 700;
  11. font-size: 36rpx;
  12. line-height: 54rpx;
  13. color: #212121;
  14. padding-left: 32rpx;
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. }
  19. .task-page .title .iconfont.data-v-96a65fb4 {
  20. font-size: 42rpx;
  21. line-height: 1;
  22. padding: 12rpx 32rpx;
  23. font-weight: normal;
  24. color: #333;
  25. }
  26. .task-page .info.data-v-96a65fb4 {
  27. padding: 0 32rpx;
  28. margin: 20rpx 0;
  29. background: #FFFFFF;
  30. border-radius: 32rpx 32rpx 0px 0px;
  31. }
  32. .task-page .info .item.data-v-96a65fb4 {
  33. border-bottom: 1rpx solid #EFF1F3;
  34. padding: 40rpx 32rpx;
  35. }
  36. .task-page .info .item .name.data-v-96a65fb4 {
  37. font-size: 28rpx;
  38. color: #999999;
  39. line-height: 1;
  40. }
  41. .task-page .info .item .cont.data-v-96a65fb4 {
  42. font-size: 30rpx;
  43. color: #212121;
  44. line-height: 1.5;
  45. padding-top: 12rpx;
  46. }
  47. .task-page .info .item.data-v-96a65fb4:last-child {
  48. border-bottom: none;
  49. }
  50. .task-page .status.data-v-96a65fb4 {
  51. background: #FFFFFF;
  52. border-radius: 32rpx 32rpx 0px 0px;
  53. padding: 48rpx 32rpx;
  54. }
  55. .task-page .status .head.data-v-96a65fb4 {
  56. color: #212121;
  57. font-size: 34rpx;
  58. line-height: 1;
  59. font-weight: 700;
  60. padding-bottom: 20rpx;
  61. }
  62. .task-page .status ._h3.data-v-96a65fb4 {
  63. color: #424242;
  64. padding: 10rpx 10rpx;
  65. background-color: #EFF1F3;
  66. line-height: 1;
  67. margin-bottom: 10rpx;
  68. }
  69. .task-page .status ._ul.data-v-96a65fb4 {
  70. list-style: decimal;
  71. }
  72. .task-page .status .icon-empty.data-v-96a65fb4 {
  73. display: block;
  74. width: 160rpx;
  75. margin: 64rpx auto 0;
  76. }
  77. .task-page .status ._p.data-v-96a65fb4 {
  78. font-size: 28rpx;
  79. line-height: 1.8;
  80. color: #666;
  81. text-align: center;
  82. }
  83. .task-page .status .flow-head.data-v-96a65fb4 {
  84. display: flex;
  85. justify-content: space-between;
  86. align-items: center;
  87. font-family: 'Abhaya Libre';
  88. font-style: normal;
  89. font-weight: 400;
  90. font-size: 24rpx;
  91. line-height: 48rpx;
  92. padding: 30rpx 0 24rpx 0;
  93. }
  94. .task-page .status .flow-head .flow-status.data-v-96a65fb4 {
  95. color: #27DFA8;
  96. }
  97. .task-page .status .flow-head .flow-status.error.data-v-96a65fb4 {
  98. color: #F54545;
  99. }
  100. .task-page .status .flow-head .flow-time.data-v-96a65fb4 {
  101. color: #999999;
  102. }
  103. .task-page .status .desc.data-v-96a65fb4 {
  104. font-family: 'SF Pro Text';
  105. font-style: normal;
  106. font-weight: 500;
  107. font-size: 30rpx;
  108. line-height: 42rpx;
  109. color: #434343;
  110. padding-bottom: 24rpx;
  111. }
  112. .task-page .status .attach.data-v-96a65fb4 {
  113. display: flex;
  114. flex-wrap: wrap;
  115. }
  116. .task-page .status .attach .attach-item.data-v-96a65fb4 {
  117. width: 224rpx;
  118. overflow: hidden;
  119. margin-right: 7rpx;
  120. margin-bottom: 20rpx;
  121. }
  122. .task-page .status .attach .attach-item.data-v-96a65fb4:nth-child(3n) {
  123. margin-right: 0;
  124. }
  125. .task-page .status .attach .attach-item .image.data-v-96a65fb4 {
  126. display: block;
  127. width: 224rpx;
  128. border-radius: 8px;
  129. }
  130. .task-page .add.data-v-96a65fb4 {
  131. display: block;
  132. width: 96rpx;
  133. position: fixed;
  134. bottom: 186rpx;
  135. right: 32rpx;
  136. }