微信小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

202 líneas
3.5 KiB

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