微信小程序
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.0 KiB

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