微信小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

509 righe
9.1 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: #444444;
  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 .img_li{
  140. width: 100%;
  141. height: 18.5vw;
  142. }
  143. .fj-li .img_add{
  144. overflow: hidden;
  145. }
  146. .bottomBtn{
  147. display: flex;
  148. width: 94%;
  149. margin: 0 auto;
  150. justify-content:space-between;
  151. margin-top: 30px;
  152. }
  153. .bottomBtn view{
  154. display: flex;
  155. width: 100%;
  156. background-color: #ffffff;
  157. border-radius: 5px;
  158. box-shadow: 0px 5px 9px #DCDCDC;
  159. padding: 10px 0px;
  160. text-align: center;
  161. align-items:center;
  162. justify-content:center;
  163. font-size: 14px;
  164. color: #2C8E68;
  165. }
  166. .bottomBtn view image{
  167. width: 18px;
  168. height: 18px;
  169. margin-right: 5px;
  170. }
  171. .bottom{
  172. width: 84%;
  173. margin: 0 auto;
  174. text-align: center;
  175. margin-top: 50px;
  176. margin-bottom: 50px;
  177. display: flex;
  178. z-index: 999999;
  179. }
  180. .bottom view {
  181. width: 47%;
  182. margin: 0 auto;
  183. border-radius: 30px;
  184. display: inline-block;
  185. }
  186. .bottom .btn1{
  187. border: 1px solid #2C8E68;
  188. padding: 8px 0px;
  189. color: #2C8E68;
  190. }
  191. .bottom .btn2{
  192. border: 1px solid transparent;
  193. padding: 8px 0px;
  194. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  195. margin-left: 6%;
  196. color: #fff;
  197. }
  198. .bottom .btn3{
  199. border: 1px solid transparent;
  200. padding: 8px 0px;
  201. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  202. color: #fff;
  203. width: 100%;
  204. }
  205. .steps-box{
  206. padding: 0;
  207. margin-top: 15px;
  208. }
  209. .steps-box .van-row{
  210. padding: 0 20px;
  211. }
  212. .steps-box view{
  213. margin-bottom: 0;
  214. }
  215. .steps-box .van-col{
  216. position: relative;
  217. height: 70px;
  218. }
  219. .steps-box .van-col--21{
  220. padding: 12PX 0;
  221. padding-left: 10px;
  222. }
  223. .steps-box .van-row:nth-child(2n){
  224. background: rgba(29,111,233,0.1);
  225. }
  226. .steps-box .van-cell{
  227. background: transparent;
  228. padding: 0 10Px;
  229. }
  230. .steps-box .bq{
  231. display: inline-block;
  232. padding: 0PX 10PX;
  233. line-height: 0.64rem;
  234. border-radius: 5PX;
  235. }
  236. .steps-box .index{
  237. background: #1D6FE9;
  238. color: #ffffff;
  239. text-align: center;
  240. width: 20PX;
  241. height: 20PX;
  242. line-height: 20PX;
  243. border-radius: 50%;
  244. position: absolute;
  245. left: 0;
  246. top: 50%;
  247. transform: translate(0,-50%);
  248. }
  249. .steps-box .indexCenter{
  250. top: 0!important;
  251. }
  252. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  253. top: calc(50% - 5px);
  254. }
  255. .steps-box .indexBorder{
  256. width: 10PX;
  257. position: absolute;
  258. right: 0;
  259. top: 0;
  260. height: 100%;
  261. }
  262. .steps-box .indexBorder .yq{
  263. height: 10PX;
  264. width: 10PX;
  265. background: #C9C9C9;
  266. border-radius: 50%;
  267. }
  268. .steps-box .indexBorder .ss{
  269. height: calc(50% - 5PX);
  270. width: 1PX;
  271. background: #C9C9C9;
  272. position: relative;
  273. left: 4PX;
  274. }
  275. .steps-box .indexBorder .ssT{
  276. height: calc(50% - 5PX);
  277. width: 1PX;
  278. background: #C9C9C9;
  279. position: relative;
  280. left: 4PX;
  281. }
  282. .agree{
  283. background-color: rgba(92, 174, 119, 0.1);
  284. color:#5CAE77 ;
  285. width: 80%;
  286. text-align: center;
  287. float: right;
  288. }
  289. .in{
  290. background-color: rgba(245, 163, 39, 0.1);
  291. color:#F5A327 ;
  292. width: 80%;
  293. text-align: center;
  294. float: right;
  295. }
  296. .disagree{
  297. background-color: rgba(233, 0, 0, 0.1);
  298. color:#E90000 ;
  299. width: 80%;
  300. text-align: center;
  301. float: right;
  302. }
  303. .steps-box .van-cell__title{
  304. flex: 0.7;
  305. }
  306. .steps-box .van-cell__value{
  307. flex: 0.3;
  308. }
  309. .steps-tit{
  310. font-size: 16px;
  311. text-align: center;
  312. background-color: #2C8E68;
  313. color: #ffffff;
  314. padding: 20px 0;
  315. border-top-left-radius: 10px;
  316. border-top-right-radius: 10px;
  317. }
  318. .bottom{
  319. width: 84%;
  320. margin: 0 auto;
  321. text-align: center;
  322. margin-top: 30px;
  323. margin-bottom: 80px;
  324. }
  325. .bottom button {
  326. width: 47%;
  327. margin: 0 auto;
  328. border-radius: 30px;
  329. display: inline-block;
  330. }
  331. .bottom .btnAgree{
  332. border: 1px solid transparent;
  333. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  334. margin-left: 6%;
  335. }
  336. .input_tit{
  337. border: 1px solid #DCDCDC;
  338. padding: 0px 10px;
  339. height: 32px;
  340. line-height: 32px;
  341. border-radius: 5px;
  342. margin-bottom: 15px;
  343. }
  344. .img_box{
  345. position: relative;
  346. width: 100%;
  347. display: flex;
  348. flex-wrap: wrap;
  349. }
  350. .img_box .img_list{
  351. width: 25%;
  352. margin-left: 5%;
  353. position: relative;
  354. }
  355. .img_box .img_list .van-icon{
  356. font-size: 20px;
  357. position: absolute;
  358. top: 0;
  359. right: 0;
  360. transform: translate(50%,-50%);
  361. }
  362. .img_box .img_list:nth-child(n+4){
  363. margin-top: 15px;
  364. }
  365. .van-cell--required:before {
  366. left: -8px!important;
  367. }
  368. .input_money{
  369. padding: 0px 10px;
  370. height: 32px;
  371. line-height: 32px;
  372. color: #E90000;
  373. font-size: 26px;
  374. display: inline-block;
  375. width: 70%;
  376. text-align: center;
  377. }
  378. .money_box{
  379. font-size: 26px;
  380. border-bottom:1px solid #DCDCDC;
  381. width: 70%;
  382. margin: 0 auto;
  383. margin-bottom: 15px;
  384. color: #E90000;
  385. display: flex;
  386. align-items: center;
  387. justify-content: center;
  388. }
  389. .btnBox{
  390. text-align: center;
  391. position: relative;
  392. height: 26px;
  393. }
  394. .down{
  395. width: 30px;
  396. height: 26px;
  397. margin: 0 auto;
  398. }
  399. .update{
  400. width: 26px;
  401. height: 26px;
  402. position: absolute;
  403. right: 41px;
  404. }
  405. .delete{
  406. width: 26px;
  407. height: 26px;
  408. position: absolute;
  409. right: 0;
  410. }
  411. .van-collapse-item {
  412. background: transparent;
  413. margin: 0 auto;
  414. width: 100%;
  415. margin: 0 auto;
  416. margin-top: 15px;
  417. }
  418. .van-collapse-item__content{
  419. padding: 0!important;
  420. }
  421. .van-collapse .van-cell{
  422. padding: 0;
  423. background: transparent;
  424. }
  425. .van-collapse .tit_box .title{
  426. text-align: center;
  427. font-size: 18px;
  428. }
  429. .van-collapse .main-box{
  430. /* padding: 0;
  431. box-shadow: none; */
  432. }
  433. .van-collapse .tit_box{
  434. width: 94%;
  435. background: #ffffff;
  436. margin: 0 auto;
  437. border-radius: 10px;
  438. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  439. padding: 20px;
  440. }
  441. .van-collapse .tit_box .top-box .van-cell{
  442. margin-bottom: 15px;
  443. }
  444. .van-field__label {
  445. color: var(--field-label-color,#646566);
  446. }
  447. .van-field__control {
  448. color: var(--field-label-color,#646566)!important;
  449. }
  450. .payee_box{
  451. display: flex;
  452. justify-content: space-between;
  453. align-items: center;
  454. }
  455. .payee_box view{
  456. display: flex;
  457. justify-content: space-between;
  458. align-items: center;
  459. padding: 10px calc(3% + 20px);
  460. }
  461. .payee_box view text{
  462. margin-left: 5px;
  463. color: #2C8E68;
  464. }
  465. .aaa{
  466. color: red;
  467. }
  468. .payeeList {
  469. padding: 10px 20px!important;
  470. }
  471. .payeeList .van-collapse-item {
  472. margin-top: 0;
  473. }
  474. .payeeList .van-collapse .van-cell {
  475. padding: 10px 0!important;
  476. }
  477. .payeeList van-field van-cell .van-cell{
  478. margin-bottom: 0;
  479. }
  480. .payeeList .van-cell__value {
  481. color: #E90000;
  482. }
  483. .payeeList .van-cell__title{
  484. flex-shrink: 0;
  485. max-width: inherit;
  486. }