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

464 lines
8.3 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. }
  71. .topBox .van-cell .van-cell__title{
  72. margin-right: 0!important;
  73. max-width: 76px!important;
  74. min-width: 76px!important;
  75. }
  76. .top-box{
  77. /* margin-top: 20px;
  78. margin-bottom: 28px; */
  79. }
  80. .top-box text{
  81. margin-bottom: 15px;
  82. }
  83. .top-box text:last-child{
  84. margin-bottom: 0px;
  85. }
  86. .box-title{
  87. color: #2C8E68;
  88. text-align: center;
  89. font-size: 16px;
  90. }
  91. .center-box .main-box{
  92. margin-bottom: 15px;
  93. }
  94. .xm van-cell:first-child .van-cell{
  95. border-bottom: 1px solid #cccccc;
  96. margin: 0;
  97. padding-bottom: 15px!important;
  98. margin-bottom: 15px;
  99. }
  100. .table-box van-field van-cell .van-cell{
  101. margin-bottom: 15px;
  102. }
  103. .table-box van-field:last-child van-cell .van-cell{
  104. margin-bottom: 0px;
  105. }
  106. .table-box view text icon{
  107. display: inline-block;
  108. font-size: 14px;
  109. border: 1px solid red;
  110. color: red;
  111. }
  112. .table-box .van-cell{
  113. padding: 0!important;
  114. }
  115. @font-face {
  116. font-family: 'my-icon';
  117. src: url('../../../image/icon/fj_icon.png') format('truetype');
  118. }
  119. .my-icon {
  120. font-family: 'my-icon';
  121. }
  122. .my-icon-extra::before {
  123. content: '\e626';
  124. }
  125. .fj-box text{
  126. background-color: #5CAE77;
  127. color: #ffffff;
  128. text-align: center;
  129. border-radius: 5px;
  130. white-space:pre-wrap;
  131. padding: 22px 8px;
  132. }
  133. .fj-li{
  134. margin-top: 20px;
  135. display: flex;
  136. /* flex-wrap: wrap; */
  137. }
  138. .fj-li .img_li{
  139. width: 100%;
  140. height: 18.5vw;
  141. }
  142. .fj-li .img_add{
  143. overflow: hidden;
  144. }
  145. .bottomBtn{
  146. display: flex;
  147. width: 94%;
  148. margin: 0 auto;
  149. justify-content:space-between;
  150. margin-top: 30px;
  151. }
  152. .bottomBtn view{
  153. display: flex;
  154. width: 100%;
  155. background-color: #ffffff;
  156. border-radius: 5px;
  157. box-shadow: 0px 5px 9px #DCDCDC;
  158. padding: 10px 0px;
  159. text-align: center;
  160. align-items:center;
  161. justify-content:center;
  162. font-size: 14px;
  163. color: #2C8E68;
  164. }
  165. .bottomBtn view image{
  166. width: 18px;
  167. height: 18px;
  168. margin-right: 5px;
  169. }
  170. .bottom{
  171. width: 84%;
  172. margin: 0 auto;
  173. text-align: center;
  174. margin-top: 50px;
  175. margin-bottom: 50px;
  176. display: flex;
  177. z-index: 999999;
  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: 70%;
  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: 30px;
  395. height: 26px;
  396. margin: 0 auto;
  397. }
  398. .update{
  399. width: 26px;
  400. height: 26px;
  401. position: absolute;
  402. right: 41px;
  403. }
  404. .delete{
  405. width: 26px;
  406. height: 26px;
  407. position: absolute;
  408. right: 0;
  409. }
  410. .van-collapse-item {
  411. background: transparent;
  412. margin: 0 auto;
  413. width: 100%;
  414. margin: 0 auto;
  415. margin-top: 15px;
  416. }
  417. .van-collapse-item__content{
  418. padding: 0!important;
  419. }
  420. .van-collapse .van-cell{
  421. padding: 0;
  422. background: transparent;
  423. }
  424. .van-collapse .tit_box .title{
  425. text-align: center;
  426. font-size: 18px;
  427. }
  428. .van-collapse .main-box{
  429. /* padding: 0;
  430. box-shadow: none; */
  431. }
  432. .van-collapse .tit_box{
  433. width: 94%;
  434. background: #ffffff;
  435. margin: 0 auto;
  436. border-radius: 10px;
  437. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  438. padding: 20px;
  439. }
  440. .van-collapse .tit_box .top-box .van-cell{
  441. margin-bottom: 15px;
  442. }