微信小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

327 líneas
5.4 KiB

  1. /* pages/bank/bank.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: 65px;
  66. text-align: center;
  67. height: 100%;
  68. background: #F6F6F6;
  69. align-items: center;
  70. display: flex;
  71. }
  72. .workflow .workflow_list{
  73. height: 150rpx;
  74. background-color: #fff;
  75. border-radius: 24rpx;
  76. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  77. margin-bottom: 20rpx;
  78. padding:15rpx 25rpx 10rpx 35rpx;
  79. }
  80. .workflow .workflow_list .process_intro{
  81. display: flex;
  82. height: 62rpx;
  83. align-items: center;
  84. }
  85. .workflow .process_intro .name{
  86. width: 390rpx;
  87. font-size: 34rpx;
  88. margin-right: 30rpx;
  89. display: flex;
  90. justify-content: space-between;
  91. align-items: center;
  92. }
  93. .workflow .process_intro .name .name_tit{
  94. width: 290rpx;
  95. overflow: hidden;
  96. text-overflow: ellipsis;
  97. white-space: nowrap;
  98. }
  99. .van-swipe-cell {
  100. width: 94%;
  101. background: #fff;
  102. border-radius: 10px;
  103. box-shadow: 2px 5px 5px #ddd;
  104. margin: 0 auto;
  105. margin-bottom: 15px;
  106. }
  107. .li{
  108. width: 100%;
  109. padding: 14px;
  110. }
  111. .tit_box{
  112. display: flex;
  113. justify-content: space-between;
  114. }
  115. .tit_box_left{
  116. display: flex;
  117. align-items: center;
  118. }
  119. .detail_box{
  120. margin-top: 10px;
  121. display: flex;
  122. justify-content: space-between;
  123. }
  124. .detail_box text{
  125. color:#878787;
  126. }
  127. .li view text{
  128. /* margin-top: 15px; */
  129. }
  130. .fkmc {
  131. line-height: 20px;
  132. font-size: 16px;
  133. }
  134. .detail_time .detail_box_money{
  135. font-size: 14px;
  136. color: #E90000!important;
  137. }
  138. .detail_time_box{
  139. display: flex;
  140. justify-content: space-between;
  141. margin-top: 10px;
  142. }
  143. .detail_time{
  144. display: flex;
  145. align-items: center;
  146. padding-left: 3px;
  147. }
  148. .detail_time text{
  149. font-size: 12px;
  150. margin-left: 5px;
  151. color: #878787;
  152. }
  153. .li .detail_box_left text{
  154. text-align: center;
  155. }
  156. .li .detail_box_left .fkdw{
  157. color: #B5B5B5;
  158. font-size: 14px;
  159. margin-top: 5px;
  160. }
  161. .li .detail_box_center{
  162. color: #666666;
  163. font-size: 12px;
  164. text-align: center;
  165. }
  166. .li .detail_box_right{
  167. }
  168. .li .detail_box_right text{
  169. text-align: center;
  170. }
  171. .li .detail_box_right .skdw{
  172. color: #B5B5B5;
  173. font-size: 14px;
  174. margin-top: 5px;
  175. }
  176. .li .fksr{
  177. display: flex;
  178. align-items: center;
  179. margin-top: 15px;
  180. color: #2C8E68;
  181. font-size: 16px;
  182. }
  183. .li .wtj{
  184. display: flex;
  185. align-items: center;
  186. justify-content: center;
  187. padding: 3px 8px;
  188. border-radius: 5px;
  189. font-size: 14px;
  190. }
  191. .no{
  192. background-color:#fbe3e3;
  193. color: #e90000;
  194. }
  195. .white{
  196. background-color:#feeadc;
  197. color: #fc9a55;
  198. }
  199. .yes{
  200. background-color:#ddeee3;
  201. color: #5cae77;
  202. }
  203. .other{
  204. background-color:#f0f1f6;
  205. color: #878787;
  206. }
  207. .li .tit{
  208. font-size: 16px;
  209. color: #333333;
  210. line-height: 25px;
  211. display: -webkit-box;
  212. -webkit-box-orient: vertical;
  213. -webkit-line-clamp: 1;
  214. word-break: break-all;
  215. overflow: hidden;
  216. margin-left: 5px;
  217. }
  218. .li .fj_name{
  219. font-size: 14px;
  220. color: #B3DB62;
  221. line-height: 25px;
  222. }
  223. .li .time{
  224. font-size: 14px;
  225. color: #9B9CAA;
  226. }
  227. .li .money{
  228. font-size: 18px;
  229. color: #5CAE77;
  230. }
  231. .tit_type{
  232. display: flex;
  233. align-items: center;
  234. }
  235. .tit_type text{
  236. background: rgba(92, 174, 119, 0.2);
  237. color: #5CAE77;
  238. padding: 2px 10px;
  239. }
  240. .van-checkbox__label {
  241. display: flex;
  242. justify-content: space-between;
  243. width: 100%;
  244. }
  245. .van-checkbox__icon-wrap {
  246. border-radius: 5px;
  247. }
  248. .van-checkbox__icon {
  249. border-radius: 5px;
  250. border: 2px solid #2C8E68!important;
  251. background-color: rgba(44, 142, 104, 0.2);
  252. }
  253. .bottom{
  254. width: 100%;
  255. margin: 0 auto;
  256. text-align: center;
  257. padding: 15px 0;
  258. display: flex;
  259. position: fixed;
  260. bottom: 0%;
  261. background: #fff;
  262. box-shadow: 0 0 5px #ddd;
  263. }
  264. .bottom view {
  265. width: 47%;
  266. margin: 0 auto;
  267. border-radius: 30px;
  268. display: inline-block;
  269. }
  270. .bottom .btn2{
  271. border: 1px solid transparent;
  272. padding: 10px 0px;
  273. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  274. color: #fff;
  275. }
  276. .downView{
  277. display: flex;
  278. justify-content: center;
  279. align-items: center;
  280. padding: 0 20px;
  281. border: 1px solid #5CAE77;
  282. border-radius: 50px;
  283. background: #fff;
  284. margin-left: auto;
  285. }
  286. .downView image{
  287. width: 10px;
  288. height: 8px;
  289. margin-left: 10px;
  290. }
  291. .hp_type{
  292. padding: 4vw 3%;
  293. display: flex;
  294. border-bottom: 1px solid #eee;
  295. }
  296. .hp_type view{
  297. padding: 2vw 6%;
  298. background: #EEEEEE;
  299. border-radius: 60px;
  300. margin-right: 3%;
  301. width: 30vw;
  302. text-align: center;
  303. }
  304. .hp_button{
  305. display: flex;
  306. justify-content: space-around;
  307. padding:4vw 0 6vw;
  308. }
  309. .hp_button view{
  310. padding: 3vw 6%;
  311. background: #EEEEEE;
  312. border-radius: 60px;
  313. width: 30vw;
  314. text-align: center;
  315. }
  316. .van-dropdown-menu {
  317. margin-bottom: 15px;
  318. }