微信小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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