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

3 年之前
3 年之前
3 年之前
3 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  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_tittop input{
  21. border: 1px solid #DCDCDC;
  22. padding: 0px 10px;
  23. height: 32px;
  24. line-height: 32px;
  25. border-radius: 5px;
  26. width: 100%;
  27. }
  28. .error input{
  29. border: 1px solid red!important;
  30. }
  31. .bgPage{
  32. width: 140%;
  33. position:absolute;
  34. transform: translate(-15%, -50%);
  35. height: 300px;
  36. z-index: -1;
  37. }
  38. .center{
  39. padding-bottom: 15px;
  40. background: #f2f2f2;
  41. }
  42. .main-title{
  43. background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
  44. color: #ffffff;
  45. font-size: 18px;
  46. padding: 10px 0;
  47. text-align: center;
  48. position: relative;
  49. }
  50. .main-box{
  51. background: #ffffff;
  52. padding: 20px;
  53. width: 94%;
  54. margin: 0 auto;
  55. border-radius: 10px;
  56. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  57. }
  58. .main-box block{
  59. float: right;
  60. }
  61. .title{
  62. padding: 10px calc(3% + 20px);
  63. }
  64. .topBox .van-cell{
  65. padding: 0!important;
  66. margin-bottom: 15px;
  67. }
  68. .topBox .van-cell .van-cell__title, .topBox .van-cell .van-cell__value , .topBox .van-cell .van-field__label{
  69. font-size: 15px;
  70. color: #000000!important;
  71. }
  72. .topBox .van-cell .van-cell__title{
  73. margin-right: 0!important;
  74. max-width: 76px!important;
  75. min-width: 76px!important;
  76. }
  77. .top-box{
  78. /* margin-top: 20px;
  79. margin-bottom: 28px; */
  80. }
  81. .top-box text{
  82. margin-bottom: 15px;
  83. }
  84. .top-box text:last-child{
  85. margin-bottom: 0px;
  86. }
  87. .box-title{
  88. color: #2C8E68;
  89. text-align: center;
  90. font-size: 16px;
  91. }
  92. .center-box .main-box{
  93. margin-bottom: 15px;
  94. }
  95. .xm van-cell:first-child .van-cell{
  96. border-bottom: 1px solid #cccccc;
  97. margin: 0;
  98. padding-bottom: 15px!important;
  99. margin-bottom: 15px;
  100. }
  101. .table-box van-field van-cell .van-cell{
  102. margin-bottom: 15px;
  103. }
  104. .table-box van-field:last-child van-cell .van-cell{
  105. margin-bottom: 0px;
  106. }
  107. .table-box view text icon{
  108. display: inline-block;
  109. font-size: 14px;
  110. border: 1px solid red;
  111. color: red;
  112. }
  113. .table-box .van-cell{
  114. padding: 0!important;
  115. }
  116. @font-face {
  117. font-family: 'my-icon';
  118. src: url('../../../image/icon/fj_icon.png') format('truetype');
  119. }
  120. .my-icon {
  121. font-family: 'my-icon';
  122. }
  123. .my-icon-extra::before {
  124. content: '\e626';
  125. }
  126. .fj-box text{
  127. background-color: #5CAE77;
  128. color: #ffffff;
  129. text-align: center;
  130. border-radius: 5px;
  131. white-space:pre-wrap;
  132. padding: 22px 8px;
  133. }
  134. .fj-li{
  135. margin-top: 20px;
  136. display: flex;
  137. /* flex-wrap: wrap; */
  138. }
  139. .fj-li image{
  140. width: 25%;
  141. height: 18.5vw;
  142. margin-left: 5%;
  143. }
  144. .fj-li image:nth-child(n+5){
  145. margin-top: 15px;
  146. }
  147. .bottomBtn{
  148. display: flex;
  149. width: 94%;
  150. margin: 0 auto;
  151. justify-content:space-between;
  152. margin-top: 30px;
  153. }
  154. .bottomBtn view{
  155. display: flex;
  156. width: 48%;
  157. background-color: #ffffff;
  158. border-radius: 5px;
  159. box-shadow: 0px 5px 9px #DCDCDC;
  160. padding: 10px 0px;
  161. text-align: center;
  162. align-items:center;
  163. justify-content:center;
  164. font-size: 14px;
  165. color: #2C8E68;
  166. }
  167. .bottomBtn view image{
  168. width: 18px;
  169. height: 18px;
  170. margin-right: 5px;
  171. }
  172. .steps-box{
  173. padding: 0;
  174. margin-top: 15px;
  175. }
  176. .steps-box .van-row{
  177. padding: 0 20px;
  178. }
  179. .steps-box view{
  180. margin-bottom: 0;
  181. }
  182. .steps-box .van-col{
  183. position: relative;
  184. height: 70px;
  185. }
  186. .steps-box .van-col--21{
  187. padding: 12PX 0;
  188. padding-left: 10px;
  189. }
  190. .steps-box .van-row:nth-child(2n){
  191. background: rgba(29,111,233,0.1);
  192. }
  193. .steps-box .van-cell{
  194. background: transparent;
  195. padding: 0 10Px;
  196. }
  197. .steps-box .bq{
  198. display: inline-block;
  199. padding: 0PX 10PX;
  200. line-height: 0.64rem;
  201. border-radius: 5PX;
  202. }
  203. .steps-box .index{
  204. background: #1D6FE9;
  205. color: #ffffff;
  206. text-align: center;
  207. width: 20PX;
  208. height: 20PX;
  209. line-height: 20PX;
  210. border-radius: 50%;
  211. position: absolute;
  212. left: 0;
  213. top: 50%;
  214. transform: translate(0,-50%);
  215. }
  216. .steps-box .indexCenter{
  217. top: 0!important;
  218. }
  219. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  220. top: calc(50% - 5px);
  221. }
  222. .steps-box .indexBorder{
  223. width: 10PX;
  224. position: absolute;
  225. right: 0;
  226. top: 0;
  227. height: 100%;
  228. }
  229. .steps-box .indexBorder .yq{
  230. height: 10PX;
  231. width: 10PX;
  232. background: #C9C9C9;
  233. border-radius: 50%;
  234. }
  235. .steps-box .indexBorder .ss{
  236. height: calc(50% - 5PX);
  237. width: 1PX;
  238. background: #C9C9C9;
  239. position: relative;
  240. left: 4PX;
  241. }
  242. .steps-box .indexBorder .ssT{
  243. height: calc(50% - 5PX);
  244. width: 1PX;
  245. background: #C9C9C9;
  246. position: relative;
  247. left: 4PX;
  248. }
  249. .agree{
  250. background-color: rgba(92, 174, 119, 0.1);
  251. color:#5CAE77 ;
  252. width: 80%;
  253. text-align: center;
  254. float: right;
  255. }
  256. .in{
  257. background-color: rgba(245, 163, 39, 0.1);
  258. color:#F5A327 ;
  259. width: 80%;
  260. text-align: center;
  261. float: right;
  262. }
  263. .disagree{
  264. background-color: rgba(233, 0, 0, 0.1);
  265. color:#E90000 ;
  266. width: 80%;
  267. text-align: center;
  268. float: right;
  269. }
  270. .steps-box .van-cell__title{
  271. flex: 0.7;
  272. }
  273. .steps-box .van-cell__value{
  274. flex: 0.3;
  275. }
  276. .steps-tit{
  277. font-size: 16px;
  278. text-align: center;
  279. background-color: #2C8E68;
  280. color: #ffffff;
  281. padding: 20px 0;
  282. border-top-left-radius: 10px;
  283. border-top-right-radius: 10px;
  284. }
  285. .bottom{
  286. text-align: center;
  287. width: 100%;
  288. margin-top: 50px;
  289. }
  290. .bottom button {
  291. width: 47%;
  292. margin: 0 auto;
  293. border-radius: 30px;
  294. display: inline-block;
  295. }
  296. .btnAgree{
  297. border: 1px solid transparent;
  298. padding: 8px 0px;
  299. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  300. color: #fff;
  301. width: 47%;
  302. margin: 0 auto;
  303. border-radius: 30px;
  304. display: inline-block;
  305. text-align: center;
  306. }
  307. .btnOther{
  308. border-color: #F2A438!important;
  309. color: #ffffff!important;
  310. background-image: linear-gradient(to right, #F2A438, #F2652E);
  311. width: 100%!important;
  312. }
  313. .input_tit{
  314. border: 1px solid #DCDCDC;
  315. padding: 0px 10px;
  316. height: 32px;
  317. line-height: 32px;
  318. border-radius: 5px;
  319. margin-bottom: 15px;
  320. }
  321. .img_box{
  322. position: relative;
  323. width: 100%;
  324. }
  325. .van-cell--required:before {
  326. left: -8px!important;
  327. }
  328. .input_money{
  329. padding: 0px 10px;
  330. height: 32px;
  331. line-height: 32px;
  332. color: #E90000;
  333. font-size: 26px;
  334. display: inline-block;
  335. width: 70%;
  336. text-align: center;
  337. }
  338. .money_box{
  339. font-size: 26px;
  340. border-bottom:1px solid #DCDCDC;
  341. width: 70%;
  342. margin: 0 auto;
  343. margin-bottom: 15px;
  344. color: #E90000;
  345. display: flex;
  346. align-items: center;
  347. justify-content: center;
  348. }
  349. .btnBox{
  350. text-align: center;
  351. position: relative;
  352. height: 26px;
  353. }
  354. .down{
  355. width: 15px;
  356. height: 8px;
  357. margin: 0 auto;
  358. margin-top: 18px;
  359. }
  360. .update{
  361. width: 26px;
  362. height: 26px;
  363. position: absolute;
  364. right: 41px;
  365. }
  366. .delete{
  367. width: 26px;
  368. height: 26px;
  369. position: absolute;
  370. right: 0;
  371. }
  372. .van-collapse-item {
  373. background: transparent;
  374. margin: 0 auto;
  375. width: 100%;
  376. margin: 0 auto;
  377. margin-top: 15px;
  378. }
  379. .van-collapse-item__content{
  380. padding: 0!important;
  381. }
  382. .van-collapse .van-cell{
  383. padding: 0;
  384. background: transparent;
  385. }
  386. .van-collapse .tit_box .title{
  387. text-align: center;
  388. font-size: 18px;
  389. }
  390. .van-collapse .main-box{
  391. /* padding: 0;
  392. box-shadow: none; */
  393. }
  394. .van-collapse .tit_box{
  395. width: 94%;
  396. background: #ffffff;
  397. margin: 0 auto;
  398. border-radius: 10px;
  399. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  400. padding: 20px;
  401. }
  402. .van-collapse .tit_box .top-box .van-cell{
  403. margin-bottom: 15px;
  404. }
  405. .steps-box{
  406. padding: 0;
  407. }
  408. .steps-box .van-row{
  409. padding: 0 20px;
  410. }
  411. .steps-box view{
  412. margin-bottom: 0;
  413. }
  414. .steps-box .van-col{
  415. position: relative;
  416. height: 90px;
  417. }
  418. .steps-box .van-col--21{
  419. padding: 12PX 0;
  420. padding-left: 10px;
  421. }
  422. .steps-box .van-row:nth-child(2n){
  423. background: rgba(29,111,233,0.1);
  424. }
  425. .steps-box .van-cell{
  426. background: transparent;
  427. padding: 0 10Px;
  428. }
  429. .steps-box .bq{
  430. display: inline-block;
  431. padding: 0PX 10PX;
  432. line-height: 0.64rem;
  433. border-radius: 5PX;
  434. }
  435. .steps-box .index{
  436. background: #C9C9C9;
  437. color: #ffffff;
  438. text-align: center;
  439. width: 20PX;
  440. height: 20PX;
  441. line-height: 20PX;
  442. border-radius: 50%;
  443. position: absolute;
  444. left: 0;
  445. top: 50%;
  446. transform: translate(0,-50%);
  447. }
  448. .steps-box .active{
  449. background: #2C8E68;
  450. }
  451. .steps-box .indexCenter{
  452. top: 0!important;
  453. }
  454. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  455. top: calc(50% - 5px);
  456. }
  457. .steps-box .indexBorder{
  458. width: 10PX;
  459. position: absolute;
  460. right: 0;
  461. top: 0;
  462. height: 100%;
  463. }
  464. .steps-box .indexBorder .yq{
  465. height: 10PX;
  466. width: 10PX;
  467. background: #C9C9C9;
  468. border-radius: 50%;
  469. }
  470. .steps-box .indexBorder .ss{
  471. height: calc(50% - 5PX);
  472. width: 1PX;
  473. background: #C9C9C9;
  474. position: relative;
  475. left: 4PX;
  476. }
  477. .steps-box .indexBorder .ssT{
  478. height: calc(50% - 5PX);
  479. width: 1PX;
  480. background: #C9C9C9;
  481. position: relative;
  482. left: 4PX;
  483. }
  484. .agree{
  485. background-color: rgba(92, 174, 119, 0.1);
  486. color:#5CAE77 ;
  487. width: 80%;
  488. text-align: center;
  489. float: right;
  490. }
  491. .in{
  492. background-color: rgba(245, 163, 39, 0.1);
  493. color:#F5A327 ;
  494. width: 80%;
  495. text-align: center;
  496. float: right;
  497. }
  498. .disagree{
  499. background-color: rgba(233, 0, 0, 0.1);
  500. color:#E90000 ;
  501. width: 80%;
  502. text-align: center;
  503. float: right;
  504. }
  505. .steps-box .van-cell__title{
  506. flex: 0.7;
  507. }
  508. .steps-box .van-cell__value{
  509. flex: 0.3;
  510. }
  511. .steps-tit{
  512. font-size: 16px;
  513. text-align: center;
  514. background-color: #2C8E68;
  515. color: #ffffff;
  516. padding: 20px 0;
  517. border-top-left-radius: 10px;
  518. border-top-right-radius: 10px;
  519. }
  520. .bottom button {
  521. width: 47%;
  522. margin: 0 auto;
  523. border-radius: 30px;
  524. display: inline-block;
  525. }
  526. .input_tit{
  527. border: 1px solid #DCDCDC;
  528. padding: 0px 10px;
  529. height: 32px;
  530. line-height: 32px;
  531. border-radius: 5px;
  532. margin-bottom: 15px;
  533. }
  534. .img_box{
  535. position: relative;
  536. width: 100%;
  537. }
  538. .cellTit{
  539. display: flex;
  540. justify-content: space-between;
  541. }
  542. .cellTit text{
  543. width: 50%;
  544. display: -webkit-box;
  545. -webkit-box-orient: vertical;
  546. -webkit-line-clamp: 1;
  547. word-break: break-all;
  548. overflow: hidden;
  549. }
  550. .payeeList {
  551. padding: 10px 20px!important;
  552. }
  553. .payeeList .van-collapse-item {
  554. margin-top: 0;
  555. }
  556. .payeeList .van-collapse .van-cell {
  557. padding: 10px 0!important;
  558. }
  559. .payeeList van-field van-cell .van-cell{
  560. margin-bottom: 0;
  561. }
  562. .payeeList .van-cell__value {
  563. color: #E90000;
  564. }
  565. .payeeList .van-cell__title{
  566. flex-shrink: 0;
  567. max-width: inherit;
  568. }