微信小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

576 lines
10 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. 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. position:fixed;
  289. bottom:30px;
  290. }
  291. .bottom button {
  292. width: 47%;
  293. margin: 0 auto;
  294. border-radius: 30px;
  295. display: inline-block;
  296. }
  297. .btnAgree{
  298. border: 1px solid transparent;
  299. padding: 8px 0px;
  300. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  301. color: #fff;
  302. width: 47%;
  303. margin: 0 auto;
  304. border-radius: 30px;
  305. display: inline-block;
  306. text-align: center;
  307. }
  308. .btnOther{
  309. border-color: #F2A438!important;
  310. color: #ffffff!important;
  311. background-image: linear-gradient(to right, #F2A438, #F2652E);
  312. width: 100%!important;
  313. }
  314. .input_tit{
  315. border: 1px solid #DCDCDC;
  316. padding: 0px 10px;
  317. height: 32px;
  318. line-height: 32px;
  319. border-radius: 5px;
  320. margin-bottom: 15px;
  321. }
  322. .img_box{
  323. position: relative;
  324. width: 100%;
  325. }
  326. .van-cell--required:before {
  327. left: -8px!important;
  328. }
  329. .input_money{
  330. padding: 0px 10px;
  331. height: 32px;
  332. line-height: 32px;
  333. color: #E90000;
  334. font-size: 26px;
  335. display: inline-block;
  336. width: 70%;
  337. text-align: center;
  338. }
  339. .money_box{
  340. font-size: 26px;
  341. border-bottom:1px solid #DCDCDC;
  342. width: 70%;
  343. margin: 0 auto;
  344. margin-bottom: 15px;
  345. color: #E90000;
  346. display: flex;
  347. align-items: center;
  348. justify-content: center;
  349. }
  350. .btnBox{
  351. text-align: center;
  352. position: relative;
  353. height: 26px;
  354. }
  355. .down{
  356. width: 15px;
  357. height: 8px;
  358. margin: 0 auto;
  359. margin-top: 18px;
  360. }
  361. .update{
  362. width: 26px;
  363. height: 26px;
  364. position: absolute;
  365. right: 41px;
  366. }
  367. .delete{
  368. width: 26px;
  369. height: 26px;
  370. position: absolute;
  371. right: 0;
  372. }
  373. .van-collapse-item {
  374. background: transparent;
  375. margin: 0 auto;
  376. width: 100%;
  377. margin: 0 auto;
  378. margin-top: 15px;
  379. }
  380. .van-collapse-item__content{
  381. padding: 0!important;
  382. }
  383. .van-collapse .van-cell{
  384. padding: 0;
  385. background: transparent;
  386. }
  387. .van-collapse .tit_box .title{
  388. text-align: center;
  389. font-size: 18px;
  390. }
  391. .van-collapse .main-box{
  392. /* padding: 0;
  393. box-shadow: none; */
  394. }
  395. .van-collapse .tit_box{
  396. width: 94%;
  397. background: #ffffff;
  398. margin: 0 auto;
  399. border-radius: 10px;
  400. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  401. padding: 20px;
  402. }
  403. .van-collapse .tit_box .top-box .van-cell{
  404. margin-bottom: 15px;
  405. }
  406. .steps-box{
  407. padding: 0;
  408. }
  409. .steps-box .van-row{
  410. padding: 0 20px;
  411. }
  412. .steps-box view{
  413. margin-bottom: 0;
  414. }
  415. .steps-box .van-col{
  416. position: relative;
  417. height: 90px;
  418. }
  419. .steps-box .van-col--21{
  420. padding: 12PX 0;
  421. padding-left: 10px;
  422. }
  423. .steps-box .van-row:nth-child(2n){
  424. background: rgba(29,111,233,0.1);
  425. }
  426. .steps-box .van-cell{
  427. background: transparent;
  428. padding: 0 10Px;
  429. }
  430. .steps-box .bq{
  431. display: inline-block;
  432. padding: 0PX 10PX;
  433. line-height: 0.64rem;
  434. border-radius: 5PX;
  435. }
  436. .steps-box .index{
  437. background: #C9C9C9;
  438. color: #ffffff;
  439. text-align: center;
  440. width: 20PX;
  441. height: 20PX;
  442. line-height: 20PX;
  443. border-radius: 50%;
  444. position: absolute;
  445. left: 0;
  446. top: 50%;
  447. transform: translate(0,-50%);
  448. }
  449. .steps-box .active{
  450. background: #2C8E68;
  451. }
  452. .steps-box .indexCenter{
  453. top: 0!important;
  454. }
  455. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  456. top: calc(50% - 5px);
  457. }
  458. .steps-box .indexBorder{
  459. width: 10PX;
  460. position: absolute;
  461. right: 0;
  462. top: 0;
  463. height: 100%;
  464. }
  465. .steps-box .indexBorder .yq{
  466. height: 10PX;
  467. width: 10PX;
  468. background: #C9C9C9;
  469. border-radius: 50%;
  470. }
  471. .steps-box .indexBorder .ss{
  472. height: calc(50% - 5PX);
  473. width: 1PX;
  474. background: #C9C9C9;
  475. position: relative;
  476. left: 4PX;
  477. }
  478. .steps-box .indexBorder .ssT{
  479. height: calc(50% - 5PX);
  480. width: 1PX;
  481. background: #C9C9C9;
  482. position: relative;
  483. left: 4PX;
  484. }
  485. .agree{
  486. background-color: rgba(92, 174, 119, 0.1);
  487. color:#5CAE77 ;
  488. width: 80%;
  489. text-align: center;
  490. float: right;
  491. }
  492. .in{
  493. background-color: rgba(245, 163, 39, 0.1);
  494. color:#F5A327 ;
  495. width: 80%;
  496. text-align: center;
  497. float: right;
  498. }
  499. .disagree{
  500. background-color: rgba(233, 0, 0, 0.1);
  501. color:#E90000 ;
  502. width: 80%;
  503. text-align: center;
  504. float: right;
  505. }
  506. .steps-box .van-cell__title{
  507. flex: 0.7;
  508. }
  509. .steps-box .van-cell__value{
  510. flex: 0.3;
  511. }
  512. .steps-tit{
  513. font-size: 16px;
  514. text-align: center;
  515. background-color: #2C8E68;
  516. color: #ffffff;
  517. padding: 20px 0;
  518. border-top-left-radius: 10px;
  519. border-top-right-radius: 10px;
  520. }
  521. .bottom button {
  522. width: 47%;
  523. margin: 0 auto;
  524. border-radius: 30px;
  525. display: inline-block;
  526. }
  527. .input_tit{
  528. border: 1px solid #DCDCDC;
  529. padding: 0px 10px;
  530. height: 32px;
  531. line-height: 32px;
  532. border-radius: 5px;
  533. margin-bottom: 15px;
  534. }
  535. .img_box{
  536. position: relative;
  537. width: 100%;
  538. }
  539. .cellTit{
  540. display: flex;
  541. justify-content: space-between;
  542. }
  543. .cellTit text{
  544. width: 50%;
  545. display: -webkit-box;
  546. -webkit-box-orient: vertical;
  547. -webkit-line-clamp: 1;
  548. word-break: break-all;
  549. overflow: hidden;
  550. }