微信小程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

245 satır
4.1 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. }
  114. .detail_box{
  115. margin-top: 10px;
  116. display: flex;
  117. justify-content: space-between;
  118. }
  119. .li view text{
  120. /* margin-top: 15px; */
  121. }
  122. .li .detail_box view{
  123. display: flex;
  124. align-items: center;
  125. }
  126. .li .detail_box view text{
  127. color: #666666;
  128. font-size: 12px;
  129. }
  130. .li view text:nth-child(1){
  131. margin-top: 0px;
  132. }
  133. .li .fksr{
  134. display: flex;
  135. align-items: center;
  136. margin-top: 15px;
  137. color: #2C8E68;
  138. font-size: 16px;
  139. }
  140. .li .wtj{
  141. display: flex;
  142. align-items: center;
  143. justify-content: center;
  144. padding: 3px 8px;
  145. border-radius: 5px;
  146. font-size: 14px;
  147. }
  148. .no{
  149. background-color:#fbe3e3;
  150. color: #e90000;
  151. }
  152. .white{
  153. background-color:#feeadc;
  154. color: #fc9a55;
  155. }
  156. .yes{
  157. background-color:#ddeee3;
  158. color: #5cae77;
  159. }
  160. .other{
  161. background-color:#f0f1f6;
  162. color: #878787;
  163. }
  164. .li .tit{
  165. font-size: 16px;
  166. color: #444444;
  167. line-height: 25px;
  168. display: -webkit-box;
  169. -webkit-box-orient: vertical;
  170. -webkit-line-clamp: 1;
  171. word-break: break-all;
  172. overflow: hidden;
  173. }
  174. .li .fj_name{
  175. font-size: 14px;
  176. color: #B3DB62;
  177. line-height: 25px;
  178. }
  179. .li .time{
  180. font-size: 14px;
  181. color: #9B9CAA;
  182. }
  183. .li .money{
  184. font-size: 18px;
  185. color: #5CAE77;
  186. }
  187. .van-checkbox__label {
  188. display: flex;
  189. justify-content: space-between;
  190. width: 100%;
  191. }
  192. .van-checkbox__icon-wrap {
  193. border-radius: 5px;
  194. }
  195. .van-checkbox__icon {
  196. border-radius: 5px;
  197. border: 2px solid #2C8E68!important;
  198. background-color: rgba(44, 142, 104, 0.2);
  199. }
  200. .bottom{
  201. width: 100%;
  202. margin: 0 auto;
  203. text-align: center;
  204. padding: 15px 0;
  205. display: flex;
  206. position: fixed;
  207. bottom: 0%;
  208. background: #fff;
  209. box-shadow: 0 0 5px #ddd;
  210. }
  211. .bottom view {
  212. width: 47%;
  213. margin: 0 auto;
  214. border-radius: 30px;
  215. display: inline-block;
  216. }
  217. .bottom .btn2{
  218. border: 1px solid transparent;
  219. padding: 10px 0px;
  220. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  221. color: #fff;
  222. }
  223. .downView{
  224. display: flex;
  225. justify-content: center;
  226. align-items: center;
  227. padding: 0 20px;
  228. border: 1px solid #5CAE77;
  229. border-radius: 50px;
  230. background: #fff;
  231. margin-left: auto;
  232. }
  233. .downView image{
  234. width: 10px;
  235. height: 8px;
  236. margin-left: 10px;
  237. }