微信小程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

201 linhas
3.7 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. background-color: #fff;
  46. border-radius: 24rpx;
  47. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  48. padding:25rpx 25rpx 10rpx 35rpx;
  49. }
  50. .workflow .workflow_list .process_intro{
  51. display: flex;
  52. align-items: center;
  53. }
  54. .workflow .process_intro .name{
  55. max-width: 390rpx;
  56. font-size: 16px;
  57. margin-right: 30rpx;
  58. flex:1;
  59. justify-content: space-between;
  60. align-items: center;
  61. }
  62. .workflow .process_intro .name .name_tit{
  63. width: 290rpx;
  64. overflow: hidden;
  65. text-overflow: ellipsis;
  66. white-space: nowrap;
  67. }
  68. .agree{
  69. background-color: rgba(92, 174, 119, 0.1);
  70. color:#5CAE77 ;
  71. text-align: center;
  72. float: right;
  73. padding: 2px 5px;
  74. border-radius: 5px;
  75. font-size: 12px;
  76. }
  77. .in{
  78. background-color: rgba(245, 163, 39, 0.1);
  79. color:#F5A327 ;
  80. text-align: center;
  81. float: right;
  82. padding: 2px 5px;
  83. border-radius: 5px;
  84. font-size: 12px;
  85. }
  86. .disagree{
  87. background-color: rgba(233, 0, 0, 0.1);
  88. color:#E90000 ;
  89. text-align: center;
  90. float: right;
  91. padding: 2px 5px;
  92. border-radius: 5px;
  93. font-size: 12px;
  94. }
  95. .workflow .process_intro .state{
  96. width: 93rpx;
  97. height: 42rpx;
  98. background-color: #fbe3e3;
  99. color: #f31e1f;
  100. border-radius: 12rpx;
  101. text-align: center;
  102. line-height: 42rpx;
  103. }
  104. .workflow .time{
  105. flex: 1;
  106. text-align: right;
  107. font-size: 12px;
  108. color: #9ea1aa;
  109. }
  110. .workflow .workflow_list .process_pay{
  111. display: flex;
  112. height: 52rpx;
  113. align-items: center;
  114. }
  115. .workflow .workflow_list .process_pay .describe{
  116. font-size: 30rpx;
  117. width: 330rpx;
  118. color: #3c9370;
  119. display: flex;
  120. align-items: center;
  121. }
  122. .workflow .workflow_list .process_pay .describe .amount_icon{
  123. width: 32rpx;
  124. height: 32rpx;
  125. margin-right: 12rpx;
  126. text-align: right;
  127. font-size: 14px;
  128. }
  129. .workflow .workflow_list .amount{
  130. font-size: 14px;
  131. flex: 1;
  132. text-align: right;
  133. color: #f31e1f;
  134. }
  135. .workflow .workflow_list .amounts{
  136. font-size: 14px;
  137. flex: 1;
  138. text-align: right;
  139. color:#4caf50;
  140. }
  141. .workflow .workflow_list .process_pay .amount .unit{
  142. font-size: 26rpx;
  143. }
  144. .work_plan{
  145. padding: 40rpx 32.5rpx 30rpx;
  146. display: flex;
  147. justify-content:space-between;
  148. background-color: #FFF;
  149. }
  150. .work_plan .menu_item{
  151. height: 60rpx;
  152. width: 180rpx;
  153. background-color: #fff;
  154. box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2);
  155. border-radius: 60rpx;
  156. line-height: 60rpx;
  157. text-align: center;
  158. font-size: 32rpx;
  159. position: relative;
  160. margin-right: 16rpx;
  161. padding:0 10rpx;
  162. display: inline-block;
  163. }
  164. .work_plan .menu_item.active{
  165. background-color: #5bae78;
  166. color: #fff;
  167. }
  168. .remind{
  169. height: 30rpx;
  170. background: #e90101;
  171. color: #fff;
  172. font-size: 26rpx;
  173. position: absolute;
  174. line-height: 30rpx;
  175. padding:0 10rpx;
  176. border-radius: 50%;
  177. top: -10rpx;
  178. right: -10rpx;
  179. }
  180. .textLimit{
  181. overflow: hidden;
  182. text-overflow: ellipsis;
  183. white-space: nowrap;
  184. font-size: 12px;
  185. }
  186. .banner {
  187. display: flex;background:#4caf50;color:#fff;text-align: center;margin:3%;border-radius: 20rpx;line-height: 50rpx;
  188. }
  189. .banner_tabs{
  190. flex:1;padding:20rpx 0;
  191. }