微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. /* pages/Bookkeeping/Bookkeeping.wxss */
  2. text{display: block;}
  3. .van-search__content {
  4. border: 1px solid #5CAE77!important;
  5. background: #fff!important;
  6. }
  7. van-search {
  8. flex: 1;
  9. margin-right: 10px;
  10. }
  11. .van-search {
  12. padding: 0!important;
  13. }
  14. .search_box{
  15. display: flex;
  16. align-items: center;
  17. padding: 15px 3%;
  18. }
  19. .add_btn{
  20. flex: 0.2;
  21. padding: var(--search-padding,10px 12px);
  22. padding-left: 0;
  23. }
  24. .add_btn text{
  25. background-color: #62AD66;
  26. display: block;
  27. height: 100%;
  28. text-align: center;
  29. line-height: 36px;
  30. color: #fff;
  31. border-radius: 36px;
  32. box-shadow: 0px 5px 5px #ddd;
  33. }
  34. .work_plan{
  35. width: 94%;
  36. margin: 40rpx auto 15rpx;
  37. display: flex;
  38. justify-content: space-between;
  39. box-shadow: 2px 5px 5px #ddd;
  40. }
  41. .work_plan .menu_item{
  42. background-color: #fff;
  43. text-align: center;
  44. position: relative;
  45. padding: 8px 0px;
  46. flex: 1;
  47. }
  48. .work_plan .menu_item.active{
  49. background-color: #5CAE77;
  50. color: #fff;
  51. }
  52. .work_plan .menu_item.active text{
  53. border: none!important;
  54. }
  55. .work_plan .menu_item .remind{
  56. height: 30rpx;
  57. background: #e90101;
  58. color: #fff;
  59. font-size: 26rpx;
  60. position: absolute;
  61. line-height: 30rpx;
  62. padding:0 10rpx;
  63. border-radius: 25px;
  64. top: -10rpx;
  65. right: -10rpx;
  66. }
  67. .work_plan .more{
  68. flex: 1;
  69. text-align: center;
  70. line-height: 60rpx;
  71. font-size: 36rpx;
  72. color: #31936c;
  73. }
  74. .deleteBox{
  75. width: 65px;
  76. text-align: center;
  77. height: 100%;
  78. background: #F6F6F6;
  79. align-items: center;
  80. display: flex;
  81. justify-content: center;
  82. }
  83. .workflow .workflow_list{
  84. height: 150rpx;
  85. background-color: #fff;
  86. border-radius: 24rpx;
  87. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  88. margin-bottom: 20rpx;
  89. padding:15rpx 25rpx 10rpx 35rpx;
  90. }
  91. .workflow .workflow_list .process_intro{
  92. display: flex;
  93. height: 62rpx;
  94. align-items: center;
  95. }
  96. .workflow .process_intro .name{
  97. width: 390rpx;
  98. font-size: 34rpx;
  99. margin-right: 30rpx;
  100. display: flex;
  101. justify-content: space-between;
  102. align-items: center;
  103. }
  104. .workflow .process_intro .name .name_tit{
  105. width: 290rpx;
  106. overflow: hidden;
  107. text-overflow: ellipsis;
  108. white-space: nowrap;
  109. }
  110. .van-swipe-cell {
  111. width: 94%;
  112. background: #fff;
  113. border-radius: 10px;
  114. box-shadow: 2px 5px 5px #ddd;
  115. margin: 0 auto;
  116. margin-bottom: 15px;
  117. }
  118. .li{
  119. width: 100%;
  120. padding: 14px;
  121. }
  122. .li view text{
  123. /* margin-top: 15px; */
  124. }
  125. .li .fksr{
  126. display: flex;
  127. align-items: center;
  128. color: #2C8E68;
  129. display: -webkit-box;
  130. -webkit-box-orient: vertical;
  131. -webkit-line-clamp: 1;
  132. word-break: break-all;
  133. overflow: hidden;
  134. width: 20%;
  135. /* font-size: 16px; */
  136. }
  137. .li .wtj{
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. padding: 3px 8px;
  142. border-radius: 5px;
  143. }
  144. .no{
  145. background-color:#fbe3e3;
  146. color: #e90000;
  147. }
  148. .white{
  149. background-color:#feeadc;
  150. color: #fc9a55;
  151. }
  152. .yes{
  153. background-color:rgba(92, 174, 119, 0.3);
  154. color: #5cae77!important;
  155. padding: 0 15px;
  156. border-radius: 5px;
  157. }
  158. .other{
  159. background-color:#f0f1f6;
  160. color: #878787;
  161. }
  162. .li .tit{
  163. color: #444444;
  164. line-height: 25px;
  165. display: -webkit-box;
  166. -webkit-box-orient: vertical;
  167. -webkit-line-clamp: 1;
  168. word-break: break-all;
  169. overflow: hidden;
  170. font-size: 16px;
  171. flex: 1;
  172. }
  173. .li .fj_name{
  174. font-size: 14px;
  175. color: #B3DB62;
  176. line-height: 25px;
  177. }
  178. .li .time{
  179. /* font-size: 14px; */
  180. color: #9B9CAA;
  181. line-height: 25px;
  182. margin-left: auto;
  183. }
  184. .li .money{
  185. font-size: 16px;
  186. color: #E90000;
  187. text-align: right;
  188. margin-left: auto;
  189. flex-shrink: 0;
  190. }
  191. .van-checkbox__label {
  192. /* display: flex;
  193. justify-content: space-between; */
  194. width: 100%;
  195. }
  196. .van-checkbox__icon-wrap {
  197. border-radius: 5px;
  198. }
  199. .van-checkbox__icon {
  200. border-radius: 5px;
  201. border: 2px solid #2C8E68!important;
  202. background-color: rgba(44, 142, 104, 0.2);
  203. }
  204. .bottom{
  205. width: 100%;
  206. margin: 0 auto;
  207. text-align: center;
  208. padding: 15px 0;
  209. display: flex;
  210. position: fixed;
  211. bottom: 0%;
  212. background: #fff;
  213. box-shadow: 0 0 5px #ddd;
  214. }
  215. .bottom view {
  216. width: 47%;
  217. margin: 0 auto;
  218. border-radius: 30px;
  219. display: inline-block;
  220. }
  221. .bottom .btn2{
  222. border: 1px solid transparent;
  223. padding: 10px 0px;
  224. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  225. color: #fff;
  226. }
  227. .downView{
  228. display: flex;
  229. justify-content: center;
  230. align-items: center;
  231. padding: 7px 20px;
  232. border: 1px solid #5CAE77;
  233. border-radius: 50px;
  234. background: #fff;
  235. width: 30%;
  236. }
  237. .downView image{
  238. width: 10px;
  239. height: 8px;
  240. margin-left: 10px;
  241. flex-shrink: 0;
  242. }
  243. .downView text{
  244. display: -webkit-box;
  245. -webkit-box-orient: vertical;
  246. -webkit-line-clamp: 1;
  247. word-break: break-all;
  248. overflow: hidden;
  249. }