微信小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

348 Zeilen
5.8 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: 130px;
  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. .fkmc {
  128. line-height: 20px;
  129. font-size: 16px;
  130. }
  131. .detail_time .detail_box_money{
  132. font-size: 14px;
  133. }
  134. .detail_time_box{
  135. display: flex;
  136. justify-content: space-between;
  137. margin-top: 10px;
  138. }
  139. .detail_time{
  140. display: flex;
  141. align-items: center;
  142. padding-left: 3px;
  143. }
  144. .detail_time text{
  145. font-size: 12px;
  146. margin-left: 5px;
  147. color: #878787;
  148. }
  149. .li .detail_box_left text{
  150. text-align: center;
  151. }
  152. .li .detail_box_left .fkdw{
  153. color: #B5B5B5;
  154. font-size: 14px;
  155. margin-top: 5px;
  156. }
  157. .li .detail_box_center{
  158. color: #666666;
  159. font-size: 12px;
  160. text-align: center;
  161. }
  162. .li .detail_box_right text{
  163. text-align: center;
  164. }
  165. .li .detail_box_right .skdw{
  166. color: #B5B5B5;
  167. font-size: 14px;
  168. margin-top: 5px;
  169. }
  170. .li .fksr{
  171. display: flex;
  172. align-items: center;
  173. margin-top: 15px;
  174. color: #2C8E68;
  175. font-size: 16px;
  176. }
  177. .li .wtj{
  178. display: flex;
  179. align-items: center;
  180. justify-content: center;
  181. padding: 3px 8px;
  182. border-radius: 5px;
  183. font-size: 14px;
  184. }
  185. .no{
  186. background-color:#fbe3e3;
  187. color: #e90000;
  188. }
  189. .white{
  190. background-color:#feeadc;
  191. color: #fc9a55;
  192. }
  193. .yes{
  194. background-color:#ddeee3;
  195. color: #5cae77;
  196. }
  197. .other{
  198. background-color:#f0f1f6;
  199. color: #878787;
  200. }
  201. .li .tit{
  202. font-size: 16px;
  203. color: #333333;
  204. line-height: 25px;
  205. display: -webkit-box;
  206. -webkit-box-orient: vertical;
  207. -webkit-line-clamp: 1;
  208. word-break: break-all;
  209. overflow: hidden;
  210. margin-left: 5px;
  211. }
  212. .li .fj_name{
  213. font-size: 14px;
  214. color: #B3DB62;
  215. line-height: 25px;
  216. }
  217. .li .time{
  218. font-size: 14px;
  219. color: #9B9CAA;
  220. }
  221. .li .money{
  222. font-size: 18px;
  223. color: #5CAE77;
  224. }
  225. .tit_type{
  226. display: flex;
  227. align-items: center;
  228. }
  229. .tit_type text{
  230. background: rgba(92, 174, 119, 0.2);
  231. color: #5CAE77;
  232. padding: 2px 10px;
  233. }
  234. .van-checkbox__label {
  235. display: flex;
  236. justify-content: space-between;
  237. width: 100%;
  238. }
  239. .van-checkbox__icon-wrap {
  240. border-radius: 5px;
  241. }
  242. .van-checkbox__icon {
  243. border-radius: 5px;
  244. border: 2px solid #2C8E68!important;
  245. background-color: rgba(44, 142, 104, 0.2);
  246. }
  247. .bottom{
  248. width: 100%;
  249. margin: 0 auto;
  250. text-align: center;
  251. padding: 15px 0;
  252. display: flex;
  253. position: fixed;
  254. bottom: 0%;
  255. background: #fff;
  256. box-shadow: 0 0 5px #ddd;
  257. }
  258. .bottom view {
  259. width: 47%;
  260. margin: 0 auto;
  261. border-radius: 30px;
  262. display: inline-block;
  263. }
  264. .bottom .btn2{
  265. border: 1px solid transparent;
  266. padding: 10px 0px;
  267. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  268. color: #fff;
  269. }
  270. .downView{
  271. display: flex;
  272. justify-content: center;
  273. align-items: center;
  274. padding: 0 20px;
  275. border: 1px solid #5CAE77;
  276. border-radius: 50px;
  277. background: #fff;
  278. margin-left: auto;
  279. }
  280. .downView image{
  281. width: 10px;
  282. height: 8px;
  283. margin-left: 10px;
  284. }
  285. .hp_type{
  286. padding: 4vw 3%;
  287. display: flex;
  288. border-bottom: 1px solid #eee;
  289. }
  290. .hp_type view{
  291. padding: 2vw 6%;
  292. background: #EEEEEE;
  293. border-radius: 60px;
  294. margin-right: 3%;
  295. width: 30vw;
  296. text-align: center;
  297. }
  298. .hp_button{
  299. display: flex;
  300. justify-content: space-around;
  301. padding:4vw 0 6vw;
  302. }
  303. .hp_button view{
  304. padding: 3vw 6%;
  305. background: #EEEEEE;
  306. border-radius: 60px;
  307. width: 30vw;
  308. text-align: center;
  309. }
  310. .van-dropdown-menu {
  311. margin-bottom: 15px;
  312. }
  313. .fj-box text{
  314. background-color: #5CAE77;
  315. color: #ffffff;
  316. text-align: center;
  317. border-radius: 5px;
  318. white-space:pre-wrap;
  319. padding: 5rpx 8rpx;
  320. width: 50rpx;
  321. margin: 0px 14px;
  322. font-size: 24rpx;
  323. }
  324. .fj-li{
  325. margin-top: 20px;
  326. display: flex;
  327. /* flex-wrap: wrap; */
  328. }
  329. .fj-li .img_li{
  330. width: 100%;
  331. height: 18.5vw;
  332. }
  333. .fj-li .img_add{
  334. overflow: hidden;
  335. }
  336. .van-icon-description{
  337. font-size: 60px;
  338. }