微信小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

183 righe
3.2 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. .workflow{
  40. padding: 10rpx 32.5rpx;
  41. }
  42. .workflow .workflow_list{
  43. height: 150rpx;
  44. background-color: #fff;
  45. border-radius: 24rpx;
  46. box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
  47. margin-bottom: 20rpx;
  48. padding:15rpx 25rpx 10rpx 35rpx;
  49. }
  50. .workflow .workflow_list .process_intro{
  51. display: flex;
  52. height: 62rpx;
  53. align-items: center;
  54. }
  55. .workflow .process_intro .name{
  56. width: 390rpx;
  57. font-size: 34rpx;
  58. margin-right: 30rpx;
  59. display: flex;
  60. justify-content: space-between;
  61. align-items: center;
  62. }
  63. .workflow .process_intro .name .name_tit{
  64. width: 290rpx;
  65. overflow: hidden;
  66. text-overflow: ellipsis;
  67. white-space: nowrap;
  68. }
  69. .li{
  70. display: flex;
  71. justify-content: space-between;
  72. width: 94%;
  73. margin: 0 auto;
  74. background: #fff;
  75. padding: 14px;
  76. border-radius: 10px;
  77. box-shadow: 2px 5px 5px #ddd;
  78. margin-bottom: 15px;
  79. }
  80. .li view text{
  81. margin-top: 15px;
  82. }
  83. .li view text:nth-child(1){
  84. margin-top: 0px;
  85. }
  86. .li .fksr{
  87. display: flex;
  88. align-items: center;
  89. margin-top: 15px;
  90. color: #2C8E68;
  91. font-size: 16px;
  92. }
  93. .li .wtj{
  94. display: flex;
  95. align-items: center;
  96. justify-content: center;
  97. padding: 3px 8px;
  98. background-color: rgba(233, 0, 0,0.1);
  99. border-radius: 5px;
  100. color: #444444;
  101. font-size: 14px;
  102. }
  103. .li .tit{
  104. font-size: 18px;
  105. color: #444444;
  106. line-height: 25px;
  107. display: -webkit-box;
  108. -webkit-box-orient: vertical;
  109. -webkit-line-clamp: 1;
  110. word-break: break-all;
  111. overflow: hidden;
  112. }
  113. .li .fj_name{
  114. font-size: 14px;
  115. color: #B3DB62;
  116. line-height: 25px;
  117. }
  118. .li .time{
  119. font-size: 14px;
  120. color: #9B9CAA;
  121. }
  122. .li .money{
  123. font-size: 18px;
  124. color: #5CAE77;
  125. }
  126. .van-checkbox__label {
  127. display: flex;
  128. justify-content: space-between;
  129. width: 100%;
  130. }
  131. .van-checkbox__icon-wrap {
  132. border-radius: 5px;
  133. }
  134. .van-checkbox__icon {
  135. border-radius: 5px;
  136. border: 2px solid #2C8E68!important;
  137. background-color: rgba(44, 142, 104, 0.2);
  138. }
  139. .bottom{
  140. width: 100%;
  141. margin: 0 auto;
  142. text-align: center;
  143. padding: 15px 0;
  144. display: flex;
  145. position: fixed;
  146. bottom: 0%;
  147. background: #fff;
  148. box-shadow: 0 0 5px #ddd;
  149. }
  150. .bottom view {
  151. width: 47%;
  152. margin: 0 auto;
  153. border-radius: 30px;
  154. display: inline-block;
  155. }
  156. .bottom .btn2{
  157. border: 1px solid transparent;
  158. padding: 10px 0px;
  159. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  160. color: #fff;
  161. }
  162. .downView{
  163. display: flex;
  164. justify-content: center;
  165. align-items: center;
  166. padding: 0 20px;
  167. border: 1px solid #5CAE77;
  168. border-radius: 50px;
  169. background: #fff;
  170. margin-left: auto;
  171. }
  172. .downView image{
  173. width: 10px;
  174. height: 8px;
  175. margin-left: 10px;
  176. }