微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

contract.wxss 5.1 KiB

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