微信小程序
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.

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