task.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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: 0 32rpx;
  15. }
  16. .task-page .info.data-v-96a65fb4 {
  17. padding: 0 32rpx;
  18. margin: 40rpx 0;
  19. background: #FFFFFF;
  20. border-radius: 32rpx 32rpx 0px 0px;
  21. }
  22. .task-page .info .item.data-v-96a65fb4 {
  23. border-bottom: 1rpx solid #EFF1F3;
  24. padding: 40rpx 32rpx;
  25. }
  26. .task-page .info .item .name.data-v-96a65fb4 {
  27. font-size: 28rpx;
  28. color: #999999;
  29. line-height: 1;
  30. }
  31. .task-page .info .item .cont.data-v-96a65fb4 {
  32. font-size: 30rpx;
  33. color: #212121;
  34. line-height: 1.5;
  35. padding-top: 12rpx;
  36. }
  37. .task-page .info .item.data-v-96a65fb4:last-child {
  38. border-bottom: none;
  39. }
  40. .task-page .status.data-v-96a65fb4 {
  41. background: #FFFFFF;
  42. border-radius: 32rpx 32rpx 0px 0px;
  43. padding: 48rpx 32rpx;
  44. }
  45. .task-page .status .head.data-v-96a65fb4 {
  46. color: #212121;
  47. font-size: 34rpx;
  48. line-height: 1;
  49. font-weight: 700;
  50. }
  51. .task-page .status .icon-empty.data-v-96a65fb4 {
  52. display: block;
  53. width: 160rpx;
  54. margin: 64rpx auto 0;
  55. }
  56. .task-page .status ._p.data-v-96a65fb4 {
  57. font-size: 24rpx;
  58. line-height: 28rpx;
  59. color: #D5D5D5;
  60. text-align: center;
  61. }
  62. .task-page .status .flow-head.data-v-96a65fb4 {
  63. display: flex;
  64. justify-content: space-between;
  65. align-items: center;
  66. font-family: 'Abhaya Libre';
  67. font-style: normal;
  68. font-weight: 400;
  69. font-size: 24rpx;
  70. line-height: 48rpx;
  71. padding: 30rpx 0 24rpx 0;
  72. }
  73. .task-page .status .flow-head .flow-status.data-v-96a65fb4 {
  74. color: #27DFA8;
  75. }
  76. .task-page .status .flow-head .flow-status.error.data-v-96a65fb4 {
  77. color: #F54545;
  78. }
  79. .task-page .status .flow-head .flow-time.data-v-96a65fb4 {
  80. color: #999999;
  81. }
  82. .task-page .status .desc.data-v-96a65fb4 {
  83. font-family: 'SF Pro Text';
  84. font-style: normal;
  85. font-weight: 500;
  86. font-size: 30rpx;
  87. line-height: 42rpx;
  88. color: #434343;
  89. padding-bottom: 24rpx;
  90. }
  91. .task-page .status .attach.data-v-96a65fb4 {
  92. display: flex;
  93. flex-wrap: wrap;
  94. }
  95. .task-page .status .attach .attach-item.data-v-96a65fb4 {
  96. width: 224rpx;
  97. overflow: hidden;
  98. margin-right: 7rpx;
  99. margin-bottom: 20rpx;
  100. }
  101. .task-page .status .attach .attach-item.data-v-96a65fb4:nth-child(3n) {
  102. margin-right: 0;
  103. }
  104. .task-page .status .attach .attach-item .image.data-v-96a65fb4 {
  105. display: block;
  106. width: 224rpx;
  107. border-radius: 8px;
  108. }
  109. .task-page .add.data-v-96a65fb4 {
  110. display: block;
  111. width: 96rpx;
  112. position: fixed;
  113. bottom: 186rpx;
  114. right: 32rpx;
  115. }