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

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