微信小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

201 lines
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. 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 .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 .amount{
  131. font-size: 38rpx;
  132. flex: 1;
  133. text-align: right;
  134. color: #f31e1f;
  135. }
  136. .workflow .workflow_list .amounts{
  137. font-size: 38rpx;
  138. flex: 1;
  139. text-align: right;
  140. color:#4caf50;
  141. }
  142. .workflow .workflow_list .process_pay .amount .unit{
  143. font-size: 26rpx;
  144. }
  145. .work_plan{
  146. padding: 40rpx 32.5rpx 30rpx;
  147. display: flex;
  148. justify-content:space-between;
  149. background-color: #FFF;
  150. }
  151. .work_plan .menu_item{
  152. height: 60rpx;
  153. width: 180rpx;
  154. background-color: #fff;
  155. box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2);
  156. border-radius: 60rpx;
  157. line-height: 60rpx;
  158. text-align: center;
  159. font-size: 32rpx;
  160. position: relative;
  161. margin-right: 16rpx;
  162. padding:0 10rpx;
  163. display: inline-block;
  164. }
  165. .work_plan .menu_item.active{
  166. background-color: #5bae78;
  167. color: #fff;
  168. }
  169. .remind{
  170. height: 30rpx;
  171. background: #e90101;
  172. color: #fff;
  173. font-size: 26rpx;
  174. position: absolute;
  175. line-height: 30rpx;
  176. padding:0 10rpx;
  177. border-radius: 50%;
  178. top: -10rpx;
  179. right: -10rpx;
  180. }
  181. .textLimit{
  182. overflow: hidden;
  183. text-overflow: ellipsis;
  184. white-space: nowrap;
  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. }