task.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. }
  61. .task-page .status .icon-empty.data-v-96a65fb4 {
  62. display: block;
  63. width: 160rpx;
  64. margin: 64rpx auto 0;
  65. }
  66. .task-page .status ._p.data-v-96a65fb4 {
  67. font-size: 24rpx;
  68. line-height: 28rpx;
  69. color: #D5D5D5;
  70. text-align: center;
  71. }
  72. .task-page .status .flow-head.data-v-96a65fb4 {
  73. display: flex;
  74. justify-content: space-between;
  75. align-items: center;
  76. font-family: 'Abhaya Libre';
  77. font-style: normal;
  78. font-weight: 400;
  79. font-size: 24rpx;
  80. line-height: 48rpx;
  81. padding: 30rpx 0 24rpx 0;
  82. }
  83. .task-page .status .flow-head .flow-status.data-v-96a65fb4 {
  84. color: #27DFA8;
  85. }
  86. .task-page .status .flow-head .flow-status.error.data-v-96a65fb4 {
  87. color: #F54545;
  88. }
  89. .task-page .status .flow-head .flow-time.data-v-96a65fb4 {
  90. color: #999999;
  91. }
  92. .task-page .status .desc.data-v-96a65fb4 {
  93. font-family: 'SF Pro Text';
  94. font-style: normal;
  95. font-weight: 500;
  96. font-size: 30rpx;
  97. line-height: 42rpx;
  98. color: #434343;
  99. padding-bottom: 24rpx;
  100. }
  101. .task-page .status .attach.data-v-96a65fb4 {
  102. display: flex;
  103. flex-wrap: wrap;
  104. }
  105. .task-page .status .attach .attach-item.data-v-96a65fb4 {
  106. width: 224rpx;
  107. overflow: hidden;
  108. margin-right: 7rpx;
  109. margin-bottom: 20rpx;
  110. }
  111. .task-page .status .attach .attach-item.data-v-96a65fb4:nth-child(3n) {
  112. margin-right: 0;
  113. }
  114. .task-page .status .attach .attach-item .image.data-v-96a65fb4 {
  115. display: block;
  116. width: 224rpx;
  117. border-radius: 8px;
  118. }
  119. .task-page .add.data-v-96a65fb4 {
  120. display: block;
  121. width: 96rpx;
  122. position: fixed;
  123. bottom: 186rpx;
  124. right: 32rpx;
  125. }