微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 lines
3.5 KiB

  1. /* pages/handle/liist.wxss */
  2. .work_plan{
  3. padding: 40rpx 32.5rpx 30rpx;
  4. display: flex;
  5. }
  6. .work_plan .menu_item{
  7. height: 60rpx;
  8. width: 140rpx;
  9. background-color: #fff;
  10. box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2);
  11. border-radius: 60rpx;
  12. line-height: 60rpx;
  13. text-align: center;
  14. font-size: 32rpx;
  15. position: relative;
  16. margin-right: 16rpx;
  17. }
  18. .work_plan .menu_item.active{
  19. background-color: #5bae78;
  20. color: #fff;
  21. }
  22. .work_plan .menu_item .remind{
  23. height: 30rpx;
  24. background: #e90101;
  25. color: #fff;
  26. font-size: 26rpx;
  27. position: absolute;
  28. line-height: 30rpx;
  29. padding:0 10rpx;
  30. border-radius: 50%;
  31. top: -10rpx;
  32. right: -10rpx;
  33. }
  34. .work_plan .more{
  35. flex: 1;
  36. text-align: center;
  37. line-height: 60rpx;
  38. font-size: 36rpx;
  39. color: #31936c;
  40. }
  41. .workflow{
  42. padding: 10rpx 32.5rpx;
  43. }
  44. .workflow .workflow_list{
  45. height: 150rpx;
  46. background-color: #fff;
  47. border-radius: 24rpx;
  48. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  49. margin-bottom: 20rpx;
  50. padding:15rpx 25rpx 10rpx 35rpx;
  51. }
  52. .workflow .workflow_list .process_intro{
  53. display: flex;
  54. height: 62rpx;
  55. align-items: center;
  56. }
  57. .workflow .process_intro .name{
  58. width: 390rpx;
  59. font-size: 34rpx;
  60. margin-right: 30rpx;
  61. display: flex;
  62. justify-content: space-between;
  63. align-items: center;
  64. }
  65. .workflow .process_intro .name .name_tit{
  66. width: 290rpx;
  67. overflow: hidden;
  68. text-overflow: ellipsis;
  69. white-space: nowrap;
  70. }
  71. .agree{
  72. background-color: rgba(92, 174, 119, 0.1);
  73. color:#5CAE77 ;
  74. text-align: center;
  75. float: right;
  76. padding: 2px 5px;
  77. border-radius: 5px;
  78. font-size: 12px;
  79. }
  80. .in{
  81. background-color: rgba(245, 163, 39, 0.1);
  82. color:#F5A327 ;
  83. text-align: center;
  84. float: right;
  85. padding: 2px 5px;
  86. border-radius: 5px;
  87. font-size: 12px;
  88. }
  89. .disagree{
  90. background-color: rgba(233, 0, 0, 0.1);
  91. color:#E90000 ;
  92. text-align: center;
  93. float: right;
  94. padding: 2px 5px;
  95. border-radius: 5px;
  96. font-size: 12px;
  97. }
  98. .workflow .process_intro .state{
  99. width: 93rpx;
  100. height: 42rpx;
  101. background-color: #fbe3e3;
  102. color: #f31e1f;
  103. border-radius: 12rpx;
  104. text-align: center;
  105. line-height: 42rpx;
  106. }
  107. .workflow .process_intro .time{
  108. flex: 1;
  109. text-align: right;
  110. font-size: 32rpx;
  111. color: #9ea1aa;
  112. }
  113. .workflow .workflow_list .process_pay{
  114. display: flex;
  115. height: 52rpx;
  116. align-items: center;
  117. }
  118. .workflow .workflow_list .process_pay .describe{
  119. font-size: 30rpx;
  120. width: 330rpx;
  121. color: #3c9370;
  122. display: flex;
  123. align-items: center;
  124. }
  125. .workflow .workflow_list .process_pay .describe .amount_icon{
  126. width: 32rpx;
  127. height: 32rpx;
  128. margin-right: 12rpx;
  129. }
  130. .workflow .workflow_list .process_pay .amount{
  131. font-size: 38rpx;
  132. flex: 1;
  133. text-align: right;
  134. color: #f31e1f;
  135. }
  136. .workflow .workflow_list .process_pay .amount .unit{
  137. font-size: 26rpx;
  138. }
  139. .work_plan{
  140. padding: 40rpx 32.5rpx 30rpx;
  141. display: flex;
  142. justify-content:space-between
  143. }
  144. .work_plan .menu_item{
  145. height: 60rpx;
  146. width: 180rpx;
  147. background-color: #fff;
  148. box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2);
  149. border-radius: 60rpx;
  150. line-height: 60rpx;
  151. text-align: center;
  152. font-size: 32rpx;
  153. position: relative;
  154. margin-right: 16rpx;
  155. padding:0 10rpx;
  156. display: inline-block;
  157. }
  158. .work_plan .menu_item.active{
  159. background-color: #5bae78;
  160. color: #fff;
  161. }
  162. .remind{
  163. height: 30rpx;
  164. background: #e90101;
  165. color: #fff;
  166. font-size: 26rpx;
  167. position: absolute;
  168. line-height: 30rpx;
  169. padding:0 10rpx;
  170. border-radius: 50%;
  171. top: -10rpx;
  172. right: -10rpx;
  173. }
  174. .textLimit{
  175. overflow: hidden;
  176. text-overflow: ellipsis;
  177. white-space: nowrap;
  178. }