微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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