微信小程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  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 .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: 48%;
  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. }
  179. .bottom view {
  180. width: 47%;
  181. margin: 0 auto;
  182. border-radius: 30px;
  183. display: inline-block;
  184. }
  185. .bottom .btn1{
  186. border: 1px solid #2C8E68;
  187. padding: 8px 0px;
  188. color: #2C8E68;
  189. }
  190. .bottom .btn2{
  191. border: 1px solid transparent;
  192. padding: 8px 0px;
  193. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  194. margin-left: 6%;
  195. color: #fff;
  196. }
  197. .bottom .btn3{
  198. border: 1px solid transparent;
  199. padding: 8px 0px;
  200. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  201. color: #fff;
  202. width: 100%;
  203. }
  204. .steps-box{
  205. padding: 0;
  206. margin-top: 15px;
  207. }
  208. .steps-box .van-row{
  209. padding: 0 20px;
  210. }
  211. .steps-box view{
  212. margin-bottom: 0;
  213. }
  214. .steps-box .van-col{
  215. position: relative;
  216. height: 70px;
  217. }
  218. .steps-box .van-col--21{
  219. padding: 12PX 0;
  220. padding-left: 10px;
  221. }
  222. .steps-box .van-row:nth-child(2n){
  223. background: rgba(29,111,233,0.1);
  224. }
  225. .steps-box .van-cell{
  226. background: transparent;
  227. padding: 0 10Px;
  228. }
  229. .steps-box .bq{
  230. display: inline-block;
  231. padding: 0PX 10PX;
  232. line-height: 0.64rem;
  233. border-radius: 5PX;
  234. }
  235. .steps-box .index{
  236. background: #1D6FE9;
  237. color: #ffffff;
  238. text-align: center;
  239. width: 20PX;
  240. height: 20PX;
  241. line-height: 20PX;
  242. border-radius: 50%;
  243. position: absolute;
  244. left: 0;
  245. top: 50%;
  246. transform: translate(0,-50%);
  247. }
  248. .steps-box .indexCenter{
  249. top: 0!important;
  250. }
  251. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  252. top: calc(50% - 5px);
  253. }
  254. .steps-box .indexBorder{
  255. width: 10PX;
  256. position: absolute;
  257. right: 0;
  258. top: 0;
  259. height: 100%;
  260. }
  261. .steps-box .indexBorder .yq{
  262. height: 10PX;
  263. width: 10PX;
  264. background: #C9C9C9;
  265. border-radius: 50%;
  266. }
  267. .steps-box .indexBorder .ss{
  268. height: calc(50% - 5PX);
  269. width: 1PX;
  270. background: #C9C9C9;
  271. position: relative;
  272. left: 4PX;
  273. }
  274. .steps-box .indexBorder .ssT{
  275. height: calc(50% - 5PX);
  276. width: 1PX;
  277. background: #C9C9C9;
  278. position: relative;
  279. left: 4PX;
  280. }
  281. .agree{
  282. background-color: rgba(92, 174, 119, 0.1);
  283. color:#5CAE77 ;
  284. width: 80%;
  285. text-align: center;
  286. float: right;
  287. }
  288. .in{
  289. background-color: rgba(245, 163, 39, 0.1);
  290. color:#F5A327 ;
  291. width: 80%;
  292. text-align: center;
  293. float: right;
  294. }
  295. .disagree{
  296. background-color: rgba(233, 0, 0, 0.1);
  297. color:#E90000 ;
  298. width: 80%;
  299. text-align: center;
  300. float: right;
  301. }
  302. .steps-box .van-cell__title{
  303. flex: 0.7;
  304. }
  305. .steps-box .van-cell__value{
  306. flex: 0.3;
  307. }
  308. .steps-tit{
  309. font-size: 16px;
  310. text-align: center;
  311. background-color: #2C8E68;
  312. color: #ffffff;
  313. padding: 20px 0;
  314. border-top-left-radius: 10px;
  315. border-top-right-radius: 10px;
  316. }
  317. .bottom{
  318. width: 84%;
  319. margin: 0 auto;
  320. text-align: center;
  321. margin-top: 30px;
  322. margin-bottom: 80px;
  323. }
  324. .bottom button {
  325. width: 47%;
  326. margin: 0 auto;
  327. border-radius: 30px;
  328. display: inline-block;
  329. }
  330. .bottom .btnAgree{
  331. border: 1px solid transparent;
  332. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  333. margin-left: 6%;
  334. }
  335. .input_tit{
  336. border: 1px solid #DCDCDC;
  337. padding: 0px 10px;
  338. height: 32px;
  339. line-height: 32px;
  340. border-radius: 5px;
  341. margin-bottom: 15px;
  342. }
  343. .img_box{
  344. position: relative;
  345. width: 100%;
  346. display: flex;
  347. flex-wrap: wrap;
  348. }
  349. .img_box .img_list{
  350. width: 25%;
  351. margin-left: 5%;
  352. position: relative;
  353. }
  354. .img_box .img_list .van-icon{
  355. font-size: 20px;
  356. position: absolute;
  357. top: 0;
  358. right: 0;
  359. transform: translate(50%,-50%);
  360. }
  361. .img_box .img_list:nth-child(n+4){
  362. margin-top: 15px;
  363. }
  364. .van-cell--required:before {
  365. left: -8px!important;
  366. }
  367. .input_money{
  368. padding: 0px 10px;
  369. height: 32px;
  370. line-height: 32px;
  371. color: #E90000;
  372. font-size: 26px;
  373. display: inline-block;
  374. width: 50%;
  375. text-align: center;
  376. }
  377. .money_box{
  378. font-size: 26px;
  379. border-bottom:1px solid #DCDCDC;
  380. width: 70%;
  381. margin: 0 auto;
  382. margin-bottom: 15px;
  383. color: #E90000;
  384. display: flex;
  385. align-items: center;
  386. justify-content: center;
  387. }
  388. .btnBox{
  389. text-align: center;
  390. position: relative;
  391. height: 26px;
  392. }
  393. .down{
  394. width: 15px;
  395. height: 8px;
  396. margin: 0 auto;
  397. margin-top: 18px;
  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. }