微信小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

expenditureAudit.wxss 6.3 KiB

3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
3年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. /* pages/apply/paymentTemplate/add/add.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. .input_tit{
  21. border: 1px solid #DCDCDC;
  22. padding: 0px 10px;
  23. height: 32px;
  24. line-height: 32px;
  25. border-radius: 5px;
  26. margin-bottom: 15px;
  27. }
  28. .bgPage{
  29. width: 140%;
  30. position:absolute;
  31. transform: translate(-15%, -50%);
  32. height: 300px;
  33. z-index: -1;
  34. }
  35. .center{
  36. padding-bottom: 28px;
  37. }
  38. .main-title{
  39. background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
  40. color: #ffffff;
  41. font-size: 18px;
  42. padding: 10px 0;
  43. text-align: center;
  44. }
  45. .main-box{
  46. background: #ffffff;
  47. padding: 20px;
  48. width: 94%;
  49. margin: 0 auto;
  50. border-radius: 10px;
  51. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  52. }
  53. .main-box block{
  54. float: right;
  55. }
  56. .title{
  57. padding: 10px calc(3% + 20px);
  58. }
  59. .top-box{
  60. margin-top: 20px;
  61. margin-bottom: 28px;
  62. }
  63. .top-box text{
  64. margin-bottom: 15px;
  65. }
  66. .top-box text:last-child{
  67. margin-bottom: 0px;
  68. }
  69. .box-title{
  70. color: #2C8E68;
  71. text-align: center;
  72. font-size: 16px;
  73. }
  74. .center-box .main-box{
  75. margin-bottom: 15px;
  76. }
  77. .xm van-cell:first-child .van-cell{
  78. border-bottom: 1px solid #cccccc;
  79. margin: 0;
  80. padding-bottom: 15px!important;
  81. margin-bottom: 15px;
  82. }
  83. .table-box van-field van-cell .van-cell{
  84. margin-bottom: 15px;
  85. }
  86. .table-box van-field:last-child van-cell .van-cell{
  87. margin-bottom: 0px;
  88. }
  89. .table-box view text icon{
  90. display: inline-block;
  91. font-size: 14px;
  92. border: 1px solid red;
  93. color: red;
  94. }
  95. .van-cell{
  96. padding: 0!important;
  97. }
  98. @font-face {
  99. font-family: 'my-icon';
  100. src: url('../../../image/icon/fj_icon.png') format('truetype');
  101. }
  102. .my-icon {
  103. font-family: 'my-icon';
  104. }
  105. .my-icon-extra::before {
  106. content: '\e626';
  107. }
  108. .fj-box text{
  109. background-color: #5CAE77;
  110. color: #ffffff;
  111. text-align: center;
  112. border-radius: 5px;
  113. white-space:pre-wrap;
  114. padding: 22px 15px;
  115. }
  116. .fj-li{
  117. margin-top: 20px;
  118. display: flex;
  119. /* flex-wrap: wrap; */
  120. }
  121. .fj-li image{
  122. width: 25%;
  123. height: 18.5vw;
  124. margin-left: 5%;
  125. }
  126. .fj-li image:nth-child(n+5){
  127. margin-top: 15px;
  128. }
  129. .bottomBtn{
  130. display: flex;
  131. width: 94%;
  132. margin: 0 auto;
  133. justify-content:space-between;
  134. }
  135. .bottomBtn view{
  136. display: flex;
  137. width: 48%;
  138. background-color: #ffffff;
  139. border-radius: 5px;
  140. box-shadow: 0px 5px 9px #DCDCDC;
  141. padding: 10px 0px;
  142. text-align: center;
  143. align-items:center;
  144. justify-content:center;
  145. font-size: 14px;
  146. color: #2C8E68;
  147. }
  148. .bottomBtn view image{
  149. width: 18px;
  150. height: 18px;
  151. margin-right: 5px;
  152. }
  153. .bottom{
  154. width: 84%;
  155. margin: 0 auto;
  156. text-align: center;
  157. margin-top: 50px;
  158. margin-bottom: 50px;
  159. display: flex;
  160. }
  161. .bottom view {
  162. width: 47%;
  163. margin: 0 auto;
  164. border-radius: 30px;
  165. display: inline-block;
  166. }
  167. .bottom .btn1{
  168. border: 1px solid #2C8E68;
  169. padding: 8px 0px;
  170. color: #2C8E68;
  171. }
  172. .bottom .btn2{
  173. border: 1px solid transparent;
  174. padding: 8px 0px;
  175. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  176. margin-left: 6%;
  177. color: #fff;
  178. }
  179. .bottom .btn3{
  180. border: 1px solid transparent;
  181. padding: 8px 0px;
  182. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  183. color: #fff;
  184. width: 100%;
  185. }
  186. .steps-box{
  187. padding: 0;
  188. }
  189. .steps-box .van-row{
  190. padding: 0 20px;
  191. }
  192. .steps-box view{
  193. margin-bottom: 0;
  194. }
  195. .steps-box .van-col{
  196. position: relative;
  197. height: 90px;
  198. }
  199. .steps-box .van-col--21{
  200. padding: 12PX 0;
  201. padding-left: 10px;
  202. }
  203. .steps-box .van-row:nth-child(2n){
  204. background: rgba(29,111,233,0.1);
  205. }
  206. .steps-box .van-cell{
  207. background: transparent;
  208. padding: 0 10Px;
  209. }
  210. .steps-box .bq{
  211. display: inline-block;
  212. padding: 0PX 10PX;
  213. line-height: 0.64rem;
  214. border-radius: 5PX;
  215. }
  216. .steps-box .index{
  217. background: #C9C9C9;
  218. color: #ffffff;
  219. text-align: center;
  220. width: 20PX;
  221. height: 20PX;
  222. line-height: 20PX;
  223. border-radius: 50%;
  224. position: absolute;
  225. left: 0;
  226. top: 50%;
  227. transform: translate(0,-50%);
  228. }
  229. .steps-box .active{
  230. background: #2C8E68;
  231. }
  232. .steps-box .indexCenter{
  233. top: 0!important;
  234. }
  235. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  236. top: calc(50% - 5px);
  237. }
  238. .steps-box .indexBorder{
  239. width: 10PX;
  240. position: absolute;
  241. right: 0;
  242. top: 0;
  243. height: 100%;
  244. }
  245. .steps-box .indexBorder .yq{
  246. height: 10PX;
  247. width: 10PX;
  248. background: #C9C9C9;
  249. border-radius: 50%;
  250. }
  251. .steps-box .indexBorder .ss{
  252. height: calc(50% - 5PX);
  253. width: 1PX;
  254. background: #C9C9C9;
  255. position: relative;
  256. left: 4PX;
  257. }
  258. .steps-box .indexBorder .ssT{
  259. height: calc(50% - 5PX);
  260. width: 1PX;
  261. background: #C9C9C9;
  262. position: relative;
  263. left: 4PX;
  264. }
  265. .agree{
  266. background-color: rgba(92, 174, 119, 0.1);
  267. color:#5CAE77 ;
  268. width: 80%;
  269. text-align: center;
  270. float: right;
  271. }
  272. .in{
  273. background-color: rgba(245, 163, 39, 0.1);
  274. color:#F5A327 ;
  275. width: 80%;
  276. text-align: center;
  277. float: right;
  278. }
  279. .disagree{
  280. background-color: rgba(233, 0, 0, 0.1);
  281. color:#E90000 ;
  282. width: 80%;
  283. text-align: center;
  284. float: right;
  285. }
  286. .steps-box .van-cell__title{
  287. flex: 0.7;
  288. }
  289. .steps-box .van-cell__value{
  290. flex: 0.3;
  291. }
  292. .steps-tit{
  293. font-size: 16px;
  294. text-align: center;
  295. background-color: #2C8E68;
  296. color: #ffffff;
  297. padding: 20px 0;
  298. border-top-left-radius: 10px;
  299. border-top-right-radius: 10px;
  300. }
  301. .bottom{
  302. width: 84%;
  303. margin: 0 auto;
  304. text-align: center;
  305. margin-top: 30px;
  306. margin-bottom: 80px;
  307. }
  308. .bottom button {
  309. width: 47%;
  310. margin: 0 auto;
  311. border-radius: 30px;
  312. display: inline-block;
  313. }
  314. .bottom .btnAgree{
  315. border: 1px solid transparent;
  316. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  317. margin-left: 6%;
  318. }
  319. .input_tit{
  320. border: 1px solid #DCDCDC;
  321. padding: 0px 10px;
  322. height: 32px;
  323. line-height: 32px;
  324. border-radius: 5px;
  325. margin-bottom: 15px;
  326. }
  327. .img_box{
  328. position: relative;
  329. width: 100%;
  330. }
  331. .cellTit{
  332. display: flex;
  333. justify-content: space-between;
  334. }
  335. .cellTit text{
  336. width: 50%;
  337. display: -webkit-box;
  338. -webkit-box-orient: vertical;
  339. -webkit-line-clamp: 1;
  340. word-break: break-all;
  341. overflow: hidden;
  342. }