微信小程序
您最多选择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 年前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  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. .bottom{
  173. width: 84%;
  174. margin: 0 auto;
  175. text-align: center;
  176. margin-top: 50px;
  177. margin-bottom: 50px;
  178. display: flex;
  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. }
  348. .van-cell--required:before {
  349. left: -8px!important;
  350. }
  351. .input_money{
  352. padding: 0px 10px;
  353. height: 32px;
  354. line-height: 32px;
  355. color: #E90000;
  356. font-size: 26px;
  357. display: inline-block;
  358. width: 50%;
  359. text-align: center;
  360. }
  361. .money_box{
  362. font-size: 26px;
  363. border-bottom:1px solid #DCDCDC;
  364. width: 70%;
  365. margin: 0 auto;
  366. margin-bottom: 15px;
  367. color: #E90000;
  368. display: flex;
  369. align-items: center;
  370. justify-content: center;
  371. }
  372. .btnBox{
  373. text-align: center;
  374. position: relative;
  375. height: 26px;
  376. }
  377. .down{
  378. width: 15px;
  379. height: 8px;
  380. margin: 0 auto;
  381. margin-top: 18px;
  382. }
  383. .update{
  384. width: 26px;
  385. height: 26px;
  386. position: absolute;
  387. right: 41px;
  388. }
  389. .delete{
  390. width: 26px;
  391. height: 26px;
  392. position: absolute;
  393. right: 0;
  394. }
  395. .van-collapse-item {
  396. background: transparent;
  397. margin: 0 auto;
  398. width: 100%;
  399. margin: 0 auto;
  400. margin-top: 15px;
  401. }
  402. .van-collapse-item__content{
  403. padding: 0!important;
  404. }
  405. .van-collapse .van-cell{
  406. padding: 0;
  407. background: transparent;
  408. }
  409. .van-collapse .tit_box .title{
  410. text-align: center;
  411. font-size: 18px;
  412. }
  413. .van-collapse .main-box{
  414. /* padding: 0;
  415. box-shadow: none; */
  416. }
  417. .van-collapse .tit_box{
  418. width: 94%;
  419. background: #ffffff;
  420. margin: 0 auto;
  421. border-radius: 10px;
  422. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  423. padding: 20px;
  424. }
  425. .van-collapse .tit_box .top-box .van-cell{
  426. margin-bottom: 15px;
  427. }