index.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. .task_top.data-v-33208026 {
  2. width: 100%;
  3. overflow: hidden;
  4. /* margin: 3% 0; */
  5. background-color: #FFFFFF;
  6. }
  7. /* 用户信息 */
  8. .task_top_infor.data-v-33208026 {
  9. width: 94%;
  10. overflow: hidden;
  11. margin: 4% auto 0;
  12. padding: 2% 3%;
  13. background: linear-gradient(90deg, #F4DAA7 0%, #E2BC7E 100%);
  14. border-radius: 18rpx;
  15. }
  16. .task_top_user.data-v-33208026 {
  17. display: flex;
  18. }
  19. .task_top_user_le image.data-v-33208026 {
  20. width: 80rpx;
  21. height: 80rpx;
  22. border-radius: 50%;
  23. }
  24. .task_top_user_ce.data-v-33208026 {
  25. padding-left: 2%;
  26. font-size: 38rpx;
  27. font-weight: 500;
  28. color: #333333;
  29. line-height: 2;
  30. }
  31. .task_top_user_ri.data-v-33208026 {
  32. margin: 3% 0 0 2%;
  33. }
  34. .task_top_user_ri image.data-v-33208026 {
  35. width: 118rpx;
  36. height: 34rpx;
  37. }
  38. .task_top_user_ri view.data-v-33208026 {
  39. position: relative;
  40. bottom: 43rpx;
  41. left: 45rpx;
  42. font-size: 24rpx;
  43. font-weight: 800;
  44. color: #D3B17B;
  45. }
  46. .task_top_text.data-v-33208026 {
  47. color: #FFFFFF;
  48. line-height: 2;
  49. }
  50. /* 周期任务 */
  51. .task_top_task.data-v-33208026 {
  52. width: 94%;
  53. overflow: hidden;
  54. margin: 3% auto 0;
  55. }
  56. .task_top_text2.data-v-33208026 {
  57. font-size: 34rpx;
  58. font-weight: bold;
  59. color: #333333;
  60. /* margin-bottom: 2%; */
  61. /* line-height: 32rpx; */
  62. }
  63. .task_top_task_sty.data-v-33208026 {
  64. width: 100%;
  65. overflow: hidden;
  66. background: #FCFBF5;
  67. border-radius: 18rpx;
  68. display: flex;
  69. padding: 4% 3%;
  70. margin: 3% 0;
  71. }
  72. .task_top_task_sty_le.data-v-33208026 {
  73. width: 80%;
  74. }
  75. .task_top_task_sty_le_to.data-v-33208026 {
  76. display: flex;
  77. margin: 2% 0;
  78. }
  79. .task_top_task_sty_le_to_le.data-v-33208026 {
  80. width: 150rpx;
  81. font-family: PingFang SC;
  82. font-weight: bold;
  83. color: #333333;
  84. }
  85. .task_top_task_sty_le_to_ri.data-v-33208026 {
  86. width: 110rpx;
  87. height: 40rpx;
  88. background: rgba(255, 247, 226, 0.5);
  89. border: 2rpx solid #FFA800;
  90. /* border-right: 2rpx solid #FFA800; */
  91. border-radius: 50rpx;
  92. text-align: right;
  93. color: #FFA800;
  94. padding-right: 2%;
  95. }
  96. .task_top_task_img image.data-v-33208026 {
  97. width: 36rpx;
  98. height: 36rpx;
  99. position: relative;
  100. right: 110rpx;
  101. top: 2rpx;
  102. }
  103. .task_top_text3.data-v-33208026 {
  104. font-size: 26rpx;
  105. /* font-family: PingFang SC; */
  106. font-weight: 500;
  107. color: #999999;
  108. }
  109. .task_top_text3 text.data-v-33208026 {
  110. color: #FF130A;
  111. }
  112. .task_top_task_sty_ri.data-v-33208026 {
  113. width: 20%;
  114. border: 2rpx solid #999999;
  115. height: 50rpx;
  116. line-height: 50rpx;
  117. color: #999999;
  118. text-align: center;
  119. font-size: 28rpx;
  120. border-radius: 18rpx;
  121. /* margin: 6% 0; */
  122. }
  123. .task_top_task_sty_ri2.data-v-33208026 {
  124. width: 20%;
  125. border: 2rpx solid #FF130A;
  126. height: 50rpx;
  127. color: #FF130A;
  128. text-align: center;
  129. line-height: 50rpx;
  130. font-size: 28rpx;
  131. border-radius: 8px;
  132. /* margin: 6% 0; */
  133. }