微信小程序
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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