微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

285 lignes
4.8 KiB

  1. /* pages/paymentManager/paymentManager.wxss */
  2. .van-search__content {
  3. border: 1px solid #5CAE77!important;
  4. background: #fff!important;
  5. }
  6. van-search {
  7. flex: 0.8;
  8. }
  9. .search_box{
  10. display: flex;
  11. }
  12. .add_btn{
  13. flex: 0.2;
  14. padding: var(--search-padding,10px 12px);
  15. padding-left: 0;
  16. }
  17. .add_btn text{
  18. background-color: #62AD66;
  19. display: block;
  20. height: 100%;
  21. text-align: center;
  22. line-height: 36px;
  23. color: #fff;
  24. border-radius: 36px;
  25. box-shadow: 0px 5px 5px #ddd;
  26. }
  27. text{display: block;}
  28. .work_plan{
  29. padding: 40rpx 32.5rpx 30rpx;
  30. display: flex;
  31. }
  32. .work_plan .menu_item{
  33. background-color: #fff;
  34. box-shadow: 2px 5px 5px #ddd;
  35. border-radius: 60rpx;
  36. text-align: center;
  37. position: relative;
  38. margin-right: 20px;
  39. padding: 8px 10px;
  40. }
  41. .work_plan .menu_item.active{
  42. background-color: #2C8E68;
  43. color: #fff;
  44. }
  45. .work_plan .menu_item .remind{
  46. height: 30rpx;
  47. background: #e90101;
  48. color: #fff;
  49. font-size: 26rpx;
  50. position: absolute;
  51. line-height: 30rpx;
  52. padding:0 10rpx;
  53. border-radius: 25px;
  54. top: -10rpx;
  55. right: -10rpx;
  56. }
  57. .work_plan .more{
  58. flex: 1;
  59. text-align: center;
  60. line-height: 60rpx;
  61. font-size: 36rpx;
  62. color: #31936c;
  63. }
  64. .deleteBox{
  65. width: 50px;
  66. text-align: center;
  67. height: 100%;
  68. background: #F6F6F6;
  69. align-items: center;
  70. display: flex;
  71. }
  72. .moreBox{
  73. width: 90px;
  74. text-align: center;
  75. height: 100%;
  76. background: #F6F6F6;
  77. align-items: center;
  78. display: flex;
  79. }
  80. .workflow .workflow_list{
  81. height: 150rpx;
  82. background-color: #fff;
  83. border-radius: 24rpx;
  84. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  85. margin-bottom: 20rpx;
  86. padding:15rpx 25rpx 10rpx 35rpx;
  87. }
  88. .workflow .workflow_list .process_intro{
  89. display: flex;
  90. height: 62rpx;
  91. align-items: center;
  92. }
  93. .workflow .process_intro .name{
  94. width: 390rpx;
  95. font-size: 34rpx;
  96. margin-right: 30rpx;
  97. display: flex;
  98. justify-content: space-between;
  99. align-items: center;
  100. }
  101. .workflow .process_intro .name .name_tit{
  102. width: 290rpx;
  103. overflow: hidden;
  104. text-overflow: ellipsis;
  105. white-space: nowrap;
  106. }
  107. .van-swipe-cell {
  108. width: 94%;
  109. background: #fff;
  110. border-radius: 10px;
  111. box-shadow: 2px 5px 5px #ddd;
  112. margin: 0 auto;
  113. margin-bottom: 15px;
  114. }
  115. .li{
  116. width: 100%;
  117. padding: 14px;
  118. display: flex;
  119. }
  120. .tit_box{
  121. display: flex;
  122. }
  123. .detail_box{
  124. margin-top: 10px;
  125. display: flex;
  126. justify-content: space-between;
  127. }
  128. .li view text{
  129. /* margin-top: 15px; */
  130. }
  131. .li .detail_box view{
  132. display: flex;
  133. align-items: center;
  134. }
  135. .li .detail_box view text{
  136. color: #666666;
  137. font-size: 12px;
  138. }
  139. .li view text:nth-child(1){
  140. margin-top: 0px;
  141. }
  142. .li .fksr{
  143. display: flex;
  144. align-items: center;
  145. margin-top: 15px;
  146. color: #2C8E68;
  147. font-size: 16px;
  148. }
  149. .li .wtj{
  150. display: flex;
  151. align-items: center;
  152. justify-content: center;
  153. padding: 3px 8px;
  154. border-radius: 5px;
  155. font-size: 14px;
  156. }
  157. .no{
  158. background-color:#fbe3e3;
  159. color: #e90000;
  160. }
  161. .white{
  162. background-color:#feeadc;
  163. color: #fc9a55;
  164. }
  165. .yes{
  166. background-color:#ddeee3;
  167. color: #5cae77;
  168. }
  169. .other{
  170. background-color:#f0f1f6;
  171. color: #878787;
  172. }
  173. .li .tit{
  174. font-size: 16px;
  175. color: #444444;
  176. line-height: 14px;
  177. display: -webkit-box;
  178. -webkit-box-orient: vertical;
  179. -webkit-line-clamp: 1;
  180. word-break: break-all;
  181. overflow: hidden;
  182. }
  183. .li .fj_name{
  184. font-size: 14px;
  185. color: #B3DB62;
  186. line-height: 25px;
  187. }
  188. .li .time{
  189. font-size: 14px;
  190. color: #9B9CAA;
  191. }
  192. .li .money{
  193. font-size: 18px;
  194. color: #5CAE77;
  195. }
  196. .van-checkbox__label {
  197. display: flex;
  198. justify-content: space-between;
  199. width: 100%;
  200. }
  201. .van-checkbox__icon-wrap {
  202. border-radius: 5px;
  203. }
  204. .van-checkbox__icon {
  205. border-radius: 5px;
  206. border: 2px solid #2C8E68!important;
  207. background-color: rgba(44, 142, 104, 0.2);
  208. }
  209. .bottom{
  210. width: 100%;
  211. margin: 0 auto;
  212. text-align: center;
  213. padding: 15px 0;
  214. display: flex;
  215. position: fixed;
  216. bottom: 0%;
  217. background: #fff;
  218. box-shadow: 0 0 5px #ddd;
  219. }
  220. .bottom view {
  221. width: 47%;
  222. margin: 0 auto;
  223. border-radius: 30px;
  224. display: inline-block;
  225. }
  226. .bottom .btn2{
  227. border: 1px solid transparent;
  228. padding: 10px 0px;
  229. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  230. color: #fff;
  231. }
  232. .downView{
  233. display: flex;
  234. justify-content: center;
  235. align-items: center;
  236. padding: 0 20px;
  237. border: 1px solid #5CAE77;
  238. border-radius: 50px;
  239. background: #fff;
  240. margin-left: auto;
  241. }
  242. .downView image{
  243. width: 10px;
  244. height: 8px;
  245. margin-left: 10px;
  246. }
  247. .fj-box text{
  248. background-color: #5CAE77;
  249. color: #ffffff;
  250. text-align: center;
  251. border-radius: 5px;
  252. white-space:pre-wrap;
  253. padding: 5rpx 8rpx;
  254. width: 50rpx;
  255. margin: 0px 14px;
  256. font-size: 24rpx;
  257. }
  258. .fj-li{
  259. margin-top: 20px;
  260. display: flex;
  261. /* flex-wrap: wrap; */
  262. }
  263. .fj-li .img_li{
  264. width: 100%;
  265. height: 18.5vw;
  266. }
  267. .fj-li .img_add{
  268. overflow: hidden;
  269. }
  270. .van-icon-description{
  271. font-size: 60px;
  272. }
  273. .van-dropdown-menu {
  274. width:100%;
  275. margin-bottom: 15px;
  276. }