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

3 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  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_tit{
  21. border: 1px solid #DCDCDC;
  22. padding: 0px 10px;
  23. height: 32px;
  24. line-height: 32px;
  25. border-radius: 5px;
  26. margin-bottom: 15px;
  27. }
  28. .bgPage{
  29. width: 140%;
  30. position:absolute;
  31. transform: translate(-15%, -50%);
  32. height: 300px;
  33. z-index: -1;
  34. }
  35. .center{
  36. padding-bottom: 50px;
  37. }
  38. .main-title{
  39. background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
  40. color: #ffffff;
  41. font-size: 18px;
  42. padding: 10px 0;
  43. text-align: center;
  44. }
  45. .main-box{
  46. background: #ffffff;
  47. padding: 20px;
  48. width: 94%;
  49. margin: 0 auto;
  50. border-radius: 10px;
  51. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  52. }
  53. .main-box block{
  54. float: right;
  55. }
  56. .title{
  57. padding: 10px calc(3% + 20px);
  58. }
  59. .top-box{
  60. margin-top: 20px;
  61. margin-bottom: 28px;
  62. }
  63. .top-box text{
  64. margin-bottom: 15px;
  65. }
  66. .top-box text:last-child{
  67. margin-bottom: 0px;
  68. }
  69. .box-title{
  70. color: #2C8E68;
  71. text-align: center;
  72. font-size: 16px;
  73. }
  74. .center-box .main-box{
  75. margin-bottom: 15px;
  76. }
  77. .xm van-cell:first-child .van-cell{
  78. border-bottom: 1px solid #cccccc;
  79. margin: 0;
  80. padding-bottom: 15px!important;
  81. margin-bottom: 15px;
  82. }
  83. .table-box van-field van-cell .van-cell{
  84. margin-bottom: 15px;
  85. }
  86. .table-box van-field:last-child van-cell .van-cell{
  87. margin-bottom: 0px;
  88. }
  89. .table-box view text icon{
  90. display: inline-block;
  91. font-size: 14px;
  92. border: 1px solid red;
  93. color: red;
  94. }
  95. .van-cell{
  96. padding: 0!important;
  97. }
  98. @font-face {
  99. font-family: 'my-icon';
  100. src: url('../../../image/icon/fj_icon.png') format('truetype');
  101. }
  102. .my-icon {
  103. font-family: 'my-icon';
  104. }
  105. .my-icon-extra::before {
  106. content: '\e626';
  107. }
  108. .fj-box text{
  109. background-color: #5CAE77;
  110. color: #ffffff;
  111. display: inline-block;
  112. text-align: center;
  113. border-radius: 5px;
  114. white-space:pre-wrap
  115. }
  116. .fj-li{
  117. margin-top: 20px;
  118. display: flex;
  119. flex-wrap: wrap;
  120. }
  121. .fj-li image{
  122. width: 22%;
  123. margin-left: 5%;
  124. }
  125. .fj-li image:nth-child(4n+1){
  126. margin-left: 0;
  127. }
  128. .fj-li image:nth-child(n+5){
  129. margin-top: 15px;
  130. }
  131. .bottomBtn{
  132. display: flex;
  133. width: 94%;
  134. margin: 0 auto;
  135. margin-top: 25px;
  136. justify-content:space-between;
  137. }
  138. .bottomBtn view{
  139. display: flex;
  140. width: 48%;
  141. background-color: #ffffff;
  142. border-radius: 5px;
  143. box-shadow: 0px 5px 9px #DCDCDC;
  144. padding: 10px 0px;
  145. text-align: center;
  146. align-items:center;
  147. justify-content:center;
  148. font-size: 14px;
  149. color: #2C8E68;
  150. }
  151. .bottomBtn view image{
  152. width: 18px;
  153. height: 18px;
  154. margin-right: 5px;
  155. }
  156. .bottom{
  157. width: 84%;
  158. margin: 0 auto;
  159. text-align: center;
  160. margin-top: 50px;
  161. margin-bottom: 50px;
  162. display: flex;
  163. }
  164. .bottom view {
  165. width: 47%;
  166. margin: 0 auto;
  167. border-radius: 30px;
  168. display: inline-block;
  169. }
  170. .bottom .btn1{
  171. border: 1px solid #2C8E68;
  172. padding: 8px 0px;
  173. color: #2C8E68;
  174. }
  175. .bottom .btn2{
  176. border: 1px solid transparent;
  177. padding: 8px 0px;
  178. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  179. margin-left: 6%;
  180. color: #fff;
  181. }
  182. .steps-box{
  183. padding: 0;
  184. margin-top: 15px;
  185. }
  186. .steps-box .van-row{
  187. padding: 0 20px;
  188. }
  189. .steps-box view{
  190. margin-bottom: 0;
  191. }
  192. .steps-box .van-col{
  193. position: relative;
  194. height: 70px;
  195. }
  196. .steps-box .van-col--21{
  197. padding: 12PX 0;
  198. padding-left: 10px;
  199. }
  200. .steps-box .van-row:nth-child(2n){
  201. background: rgba(29,111,233,0.1);
  202. }
  203. .steps-box .van-cell{
  204. background: transparent;
  205. padding: 0 10Px;
  206. }
  207. .steps-box .bq{
  208. display: inline-block;
  209. padding: 0PX 10PX;
  210. line-height: 0.64rem;
  211. border-radius: 5PX;
  212. }
  213. .steps-box .index{
  214. background: #1D6FE9;
  215. color: #ffffff;
  216. text-align: center;
  217. width: 20PX;
  218. height: 20PX;
  219. line-height: 20PX;
  220. border-radius: 50%;
  221. position: absolute;
  222. left: 0;
  223. top: 50%;
  224. transform: translate(0,-50%);
  225. }
  226. .steps-box .indexCenter{
  227. top: 0!important;
  228. }
  229. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  230. top: calc(50% - 5px);
  231. }
  232. .steps-box .indexBorder{
  233. width: 10PX;
  234. position: absolute;
  235. right: 0;
  236. top: 0;
  237. height: 100%;
  238. }
  239. .steps-box .indexBorder .yq{
  240. height: 10PX;
  241. width: 10PX;
  242. background: #C9C9C9;
  243. border-radius: 50%;
  244. }
  245. .steps-box .indexBorder .ss{
  246. height: calc(50% - 5PX);
  247. width: 1PX;
  248. background: #C9C9C9;
  249. position: relative;
  250. left: 4PX;
  251. }
  252. .steps-box .indexBorder .ssT{
  253. height: calc(50% - 5PX);
  254. width: 1PX;
  255. background: #C9C9C9;
  256. position: relative;
  257. left: 4PX;
  258. }
  259. .agree{
  260. background-color: rgba(92, 174, 119, 0.1);
  261. color:#5CAE77 ;
  262. width: 80%;
  263. text-align: center;
  264. float: right;
  265. }
  266. .in{
  267. background-color: rgba(245, 163, 39, 0.1);
  268. color:#F5A327 ;
  269. width: 80%;
  270. text-align: center;
  271. float: right;
  272. }
  273. .disagree{
  274. background-color: rgba(233, 0, 0, 0.1);
  275. color:#E90000 ;
  276. width: 80%;
  277. text-align: center;
  278. float: right;
  279. }
  280. .steps-box .van-cell__title{
  281. flex: 0.7;
  282. }
  283. .steps-box .van-cell__value{
  284. flex: 0.3;
  285. }
  286. .steps-tit{
  287. font-size: 16px;
  288. text-align: center;
  289. background-color: #2C8E68;
  290. color: #ffffff;
  291. padding: 20px 0;
  292. border-top-left-radius: 10px;
  293. border-top-right-radius: 10px;
  294. }
  295. .bottom{
  296. width: 84%;
  297. margin: 0 auto;
  298. text-align: center;
  299. margin-top: 30px;
  300. margin-bottom: 30px;
  301. }
  302. .bottom button {
  303. width: 47%;
  304. margin: 0 auto;
  305. border-radius: 30px;
  306. display: inline-block;
  307. }
  308. .bottom .btnAgree{
  309. border: 1px solid transparent;
  310. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  311. margin-left: 6%;
  312. }