微信小程序
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

contract.wxss 4.9 KiB

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