微信小程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

596 wiersze
11 KiB

  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. }
  175. .steps-box .van-row{
  176. padding: 0 20px;
  177. }
  178. .steps-box view{
  179. margin-bottom: 0;
  180. }
  181. .steps-box .van-col{
  182. position: relative;
  183. height: 70px;
  184. }
  185. .steps-box .van-col--21{
  186. padding: 12PX 0;
  187. padding-left: 10px;
  188. }
  189. .steps-box .van-row:nth-child(2n){
  190. background: rgba(29,111,233,0.1);
  191. }
  192. .steps-box .van-cell{
  193. background: transparent;
  194. padding: 0 10Px;
  195. }
  196. .steps-box .bq{
  197. display: inline-block;
  198. padding: 0PX 10PX;
  199. line-height: 0.64rem;
  200. border-radius: 5PX;
  201. }
  202. .steps-box .index{
  203. background: #1D6FE9;
  204. color: #ffffff;
  205. text-align: center;
  206. width: 20PX;
  207. height: 20PX;
  208. line-height: 20PX;
  209. border-radius: 50%;
  210. position: absolute;
  211. left: 0;
  212. top: 50%;
  213. transform: translate(0,-50%);
  214. }
  215. .steps-box .indexCenter{
  216. top: 0!important;
  217. }
  218. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  219. top: calc(50% - 5px);
  220. }
  221. .steps-box .indexBorder{
  222. width: 10PX;
  223. position: absolute;
  224. right: 0;
  225. top: 0;
  226. height: 100%;
  227. }
  228. .steps-box .indexBorder .yq{
  229. height: 10PX;
  230. width: 10PX;
  231. background: #C9C9C9;
  232. border-radius: 50%;
  233. }
  234. .steps-box .indexBorder .ss{
  235. height: calc(50% - 5PX);
  236. width: 1PX;
  237. background: #C9C9C9;
  238. position: relative;
  239. left: 4PX;
  240. }
  241. .steps-box .indexBorder .ssT{
  242. height: calc(50% - 5PX);
  243. width: 1PX;
  244. background: #C9C9C9;
  245. position: relative;
  246. left: 4PX;
  247. }
  248. .agree{
  249. background-color: rgba(92, 174, 119, 0.1);
  250. color:#5CAE77 ;
  251. width: 80%;
  252. text-align: center;
  253. float: right;
  254. }
  255. .in{
  256. background-color: rgba(245, 163, 39, 0.1);
  257. color:#F5A327 ;
  258. width: 80%;
  259. text-align: center;
  260. float: right;
  261. }
  262. .disagree{
  263. background-color: rgba(233, 0, 0, 0.1);
  264. color:#E90000 ;
  265. width: 80%;
  266. text-align: center;
  267. float: right;
  268. }
  269. .steps-box .van-cell__title{
  270. flex: 0.7;
  271. }
  272. .steps-box .van-cell__value{
  273. flex: 0.3;
  274. }
  275. .steps-tit{
  276. font-size: 16px;
  277. text-align: center;
  278. background-color: #2C8E68;
  279. color: #ffffff;
  280. padding: 20px 0;
  281. border-top-left-radius: 10px;
  282. border-top-right-radius: 10px;
  283. }
  284. .bottom{
  285. text-align: center;
  286. width: 100%;
  287. margin-top: 50px;
  288. }
  289. .bottom button {
  290. width: 47%;
  291. margin: 0 auto;
  292. border-radius: 30px;
  293. display: inline-block;
  294. }
  295. .btnAgree{
  296. border: 1px solid transparent;
  297. padding: 8px 0px;
  298. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  299. color: #fff;
  300. width: 47%;
  301. margin: 0 auto;
  302. border-radius: 30px;
  303. display: inline-block;
  304. text-align: center;
  305. }
  306. .btnOther{
  307. border-color: #F2A438!important;
  308. color: #ffffff!important;
  309. background-image: linear-gradient(to right, #F2A438, #F2652E);
  310. width: 100%!important;
  311. }
  312. .input_tit{
  313. border: 1px solid #DCDCDC;
  314. padding: 0px 10px;
  315. height: 32px;
  316. line-height: 32px;
  317. border-radius: 5px;
  318. margin-bottom: 15px;
  319. }
  320. .img_box{
  321. position: relative;
  322. width: 100%;
  323. }
  324. .van-cell--required:before {
  325. left: -8px!important;
  326. }
  327. .input_money{
  328. padding: 0px 10px;
  329. height: 32px;
  330. line-height: 32px;
  331. color: #E90000;
  332. font-size: 26px;
  333. display: inline-block;
  334. width: 70%;
  335. text-align: center;
  336. }
  337. .money_box{
  338. font-size: 26px;
  339. border-bottom:1px solid #DCDCDC;
  340. width: 70%;
  341. margin: 0 auto;
  342. margin-bottom: 15px;
  343. color: #E90000;
  344. display: flex;
  345. align-items: center;
  346. justify-content: center;
  347. }
  348. .btnBox{
  349. text-align: center;
  350. position: relative;
  351. height: 26px;
  352. }
  353. .down{
  354. width: 15px;
  355. height: 8px;
  356. margin: 0 auto;
  357. margin-top: 18px;
  358. }
  359. .update{
  360. width: 26px;
  361. height: 26px;
  362. position: absolute;
  363. right: 41px;
  364. }
  365. .delete{
  366. width: 26px;
  367. height: 26px;
  368. position: absolute;
  369. right: 0;
  370. }
  371. .van-collapse-item {
  372. background: transparent;
  373. margin: 0 auto;
  374. width: 100%;
  375. margin: 0 auto;
  376. margin-top: 15px;
  377. }
  378. .van-collapse-item__content{
  379. padding: 0!important;
  380. }
  381. .van-collapse .van-cell{
  382. padding: 0;
  383. background: transparent;
  384. }
  385. .van-collapse .tit_box .title{
  386. text-align: center;
  387. font-size: 18px;
  388. }
  389. .van-collapse .main-box{
  390. /* padding: 0;
  391. box-shadow: none; */
  392. }
  393. .van-collapse .tit_box{
  394. width: 94%;
  395. background: #ffffff;
  396. margin: 0 auto;
  397. border-radius: 10px;
  398. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  399. padding: 20px;
  400. }
  401. .van-collapse .tit_box .top-box .van-cell{
  402. margin-bottom: 15px;
  403. }
  404. .steps-box{
  405. padding: 0;
  406. }
  407. .steps-box .van-row{
  408. padding: 0 20px;
  409. }
  410. .steps-box view{
  411. margin-bottom: 0;
  412. }
  413. .steps-box .van-col{
  414. position: relative;
  415. height: 90px;
  416. }
  417. .steps-box .van-col--21{
  418. padding: 12PX 0;
  419. padding-left: 10px;
  420. }
  421. .steps-box .van-row:nth-child(2n){
  422. background: rgba(29,111,233,0.1);
  423. }
  424. .steps-box .van-cell{
  425. background: transparent;
  426. padding: 0 10Px;
  427. }
  428. .steps-box .bq{
  429. display: inline-block;
  430. padding: 0PX 10PX;
  431. line-height: 0.64rem;
  432. border-radius: 5PX;
  433. }
  434. .steps-box .index{
  435. background: #C9C9C9;
  436. color: #ffffff;
  437. text-align: center;
  438. width: 20PX;
  439. height: 20PX;
  440. line-height: 20PX;
  441. border-radius: 50%;
  442. position: absolute;
  443. left: 0;
  444. top: 50%;
  445. transform: translate(0,-50%);
  446. }
  447. .steps-box .active{
  448. background: #2C8E68;
  449. }
  450. .steps-box .indexCenter{
  451. top: 0!important;
  452. }
  453. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  454. top: calc(50% - 5px);
  455. }
  456. .steps-box .indexBorder{
  457. width: 10PX;
  458. position: absolute;
  459. right: 0;
  460. top: 0;
  461. height: 100%;
  462. }
  463. .steps-box .indexBorder .yq{
  464. height: 10PX;
  465. width: 10PX;
  466. background: #C9C9C9;
  467. border-radius: 50%;
  468. }
  469. .steps-box .indexBorder .ss{
  470. height: calc(50% - 5PX);
  471. width: 1PX;
  472. background: #C9C9C9;
  473. position: relative;
  474. left: 4PX;
  475. }
  476. .steps-box .indexBorder .ssT{
  477. height: calc(50% - 5PX);
  478. width: 1PX;
  479. background: #C9C9C9;
  480. position: relative;
  481. left: 4PX;
  482. }
  483. .agree{
  484. background-color: rgba(92, 174, 119, 0.1);
  485. color:#5CAE77 ;
  486. width: 80%;
  487. text-align: center;
  488. float: right;
  489. }
  490. .in{
  491. background-color: rgba(245, 163, 39, 0.1);
  492. color:#F5A327 ;
  493. width: 80%;
  494. text-align: center;
  495. float: right;
  496. }
  497. .disagree{
  498. background-color: rgba(233, 0, 0, 0.1);
  499. color:#E90000 ;
  500. width: 80%;
  501. text-align: center;
  502. float: right;
  503. }
  504. .steps-box .van-cell__title{
  505. flex: 0.7;
  506. }
  507. .steps-box .van-cell__value{
  508. flex: 0.3;
  509. }
  510. .steps-tit{
  511. font-size: 16px;
  512. text-align: center;
  513. background-color: #2C8E68;
  514. color: #ffffff;
  515. padding: 20px 0;
  516. border-top-left-radius: 10px;
  517. border-top-right-radius: 10px;
  518. }
  519. .bottom button {
  520. width: 47%;
  521. margin: 0 auto;
  522. border-radius: 30px;
  523. display: inline-block;
  524. }
  525. .input_tit{
  526. border: 1px solid #DCDCDC;
  527. padding: 0px 10px;
  528. height: 32px;
  529. line-height: 32px;
  530. border-radius: 5px;
  531. margin-bottom: 15px;
  532. }
  533. .img_box{
  534. position: relative;
  535. width: 100%;
  536. }
  537. .cellTit{
  538. display: flex;
  539. justify-content: space-between;
  540. }
  541. .cellTit text{
  542. width: 50%;
  543. display: -webkit-box;
  544. -webkit-box-orient: vertical;
  545. -webkit-line-clamp: 1;
  546. word-break: break-all;
  547. overflow: hidden;
  548. }
  549. .payeeList {
  550. padding: 10px 20px!important;
  551. }
  552. .payeeList .van-collapse-item {
  553. margin-top: 0;
  554. }
  555. .payeeList .van-collapse .van-cell {
  556. padding: 10px 0!important;
  557. }
  558. .payeeList van-field van-cell .van-cell{
  559. margin-bottom: 0;
  560. }
  561. .payeeList .van-cell__value {
  562. color: #E90000;
  563. }
  564. .payeeList .van-cell__title{
  565. flex-shrink: 0;
  566. max-width: inherit;
  567. }