微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

241 lines
4.3 KiB

  1. /* pages/handle/expenditureAudit/expenditureAudit.wxss */
  2. text{display: block;}
  3. .top{
  4. height: 64px;
  5. width: 100%;
  6. position: fixed;
  7. z-index: 999;
  8. top:0px;
  9. }
  10. .top text{
  11. position: relative;
  12. top: 30px;
  13. margin-right: 30px;
  14. left: 8%;
  15. display: block;
  16. color: #eee;
  17. }
  18. .bgPage{
  19. width: 140%;
  20. position:absolute;
  21. transform: translate(-15%, -50%);
  22. height: 300px;
  23. z-index: -1;
  24. }
  25. .main-title{
  26. background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
  27. color: #ffffff;
  28. font-size: 18px;
  29. padding: 10px 0;
  30. text-align: center;
  31. }
  32. .main-box{
  33. background: #ffffff;
  34. padding: 20px;
  35. width: 94%;
  36. margin: 0 auto;
  37. border-radius: 10px;
  38. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  39. }
  40. .main-box block{
  41. float: right;
  42. }
  43. .title{
  44. padding: 10px calc(3% + 20px);
  45. }
  46. .top-box{
  47. margin-top: 20px;
  48. margin-bottom: 28px;
  49. }
  50. .top-box text{
  51. margin-bottom: 15px;
  52. }
  53. .main-box view{
  54. margin-bottom: 15px;
  55. }
  56. .main-box view:last-child{
  57. margin-bottom: 0px;
  58. }
  59. .box-title{
  60. color: #2C8E68;
  61. text-align: center;
  62. }
  63. .center-box .main-box{
  64. margin-bottom: 15px;
  65. }
  66. .xm{
  67. border-bottom: 1px solid #cccccc;
  68. margin: 0;
  69. padding-bottom: 15px;
  70. }
  71. .table-box view{
  72. display: flex;
  73. justify-content: space-between;
  74. }
  75. .table-box view text icon{
  76. display: inline-block;
  77. font-size: 14px;
  78. border: 1px solid red;
  79. color: red;
  80. }
  81. .van-cell{
  82. padding: 0!important;
  83. }
  84. @font-face {
  85. font-family: 'my-icon';
  86. src: url('../../../image/icon/fj_icon.png') format('truetype');
  87. }
  88. .my-icon {
  89. font-family: 'my-icon';
  90. }
  91. .my-icon-extra::before {
  92. content: '\e626';
  93. }
  94. .fj-box text{
  95. background-color: #5CAE77;
  96. color: #ffffff;
  97. display: inline-block;
  98. text-align: center;
  99. border-radius: 5px;
  100. white-space:pre-wrap
  101. }
  102. .fj-li{
  103. margin-top: 20px;
  104. }
  105. .steps-box{
  106. padding: 0;
  107. margin-top: 15px;
  108. }
  109. .steps-box .van-row{
  110. padding: 0 20px;
  111. }
  112. .steps-box view{
  113. margin-bottom: 0;
  114. }
  115. .steps-box .van-col{
  116. position: relative;
  117. height: 70px;
  118. }
  119. .steps-box .van-col--21{
  120. padding: 12PX 0;
  121. padding-left: 10px;
  122. }
  123. .steps-box .van-row:nth-child(2n){
  124. background: rgba(29,111,233,0.1);
  125. }
  126. .steps-box .van-cell{
  127. background: transparent;
  128. padding: 0 10Px;
  129. }
  130. .steps-box .bq{
  131. display: inline-block;
  132. padding: 0PX 10PX;
  133. line-height: 0.64rem;
  134. border-radius: 5PX;
  135. }
  136. .steps-box .index{
  137. background: #1D6FE9;
  138. color: #ffffff;
  139. text-align: center;
  140. width: 20PX;
  141. height: 20PX;
  142. line-height: 20PX;
  143. border-radius: 50%;
  144. position: absolute;
  145. left: 0;
  146. top: 50%;
  147. transform: translate(0,-50%);
  148. }
  149. .steps-box .indexCenter{
  150. top: 0!important;
  151. }
  152. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  153. top: calc(50% - 5px);
  154. }
  155. .steps-box .indexBorder{
  156. width: 10PX;
  157. position: absolute;
  158. right: 0;
  159. top: 0;
  160. height: 100%;
  161. }
  162. .steps-box .indexBorder .yq{
  163. height: 10PX;
  164. width: 10PX;
  165. background: #C9C9C9;
  166. border-radius: 50%;
  167. }
  168. .steps-box .indexBorder .ss{
  169. height: calc(50% - 5PX);
  170. width: 1PX;
  171. background: #C9C9C9;
  172. position: relative;
  173. left: 4PX;
  174. }
  175. .steps-box .indexBorder .ssT{
  176. height: calc(50% - 5PX);
  177. width: 1PX;
  178. background: #C9C9C9;
  179. position: relative;
  180. left: 4PX;
  181. }
  182. .agree{
  183. background-color: rgba(92, 174, 119, 0.1);
  184. color:#5CAE77 ;
  185. width: 80%;
  186. text-align: center;
  187. float: right;
  188. }
  189. .in{
  190. background-color: rgba(245, 163, 39, 0.1);
  191. color:#F5A327 ;
  192. width: 80%;
  193. text-align: center;
  194. float: right;
  195. }
  196. .disagree{
  197. background-color: rgba(233, 0, 0, 0.1);
  198. color:#E90000 ;
  199. width: 80%;
  200. text-align: center;
  201. float: right;
  202. }
  203. .steps-box .van-cell__title{
  204. flex: 0.7;
  205. }
  206. .steps-box .van-cell__value{
  207. flex: 0.3;
  208. }
  209. .steps-tit{
  210. font-size: 16px;
  211. text-align: center;
  212. background-color: #2C8E68;
  213. color: #ffffff;
  214. padding: 20px 0;
  215. border-top-left-radius: 10px;
  216. border-top-right-radius: 10px;
  217. }
  218. .bottom{
  219. width: 84%;
  220. margin: 0 auto;
  221. text-align: center;
  222. margin-top: 30px;
  223. margin-bottom: 30px;
  224. }
  225. .bottom button {
  226. width: 47%;
  227. margin: 0 auto;
  228. border-radius: 30px;
  229. display: inline-block;
  230. }
  231. .bottom .btnAgree{
  232. border: 1px solid transparent;
  233. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  234. margin-left: 6%;
  235. }