微信小程序
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

340 Zeilen
6.0 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_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: 28px;
  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. text-align: center;
  112. border-radius: 5px;
  113. white-space:pre-wrap;
  114. padding: 22px 15px;
  115. }
  116. .fj-li{
  117. margin-top: 20px;
  118. display: flex;
  119. /* flex-wrap: wrap; */
  120. }
  121. .fj-li image{
  122. width: 25%;
  123. height: 18.5vw;
  124. margin-left: 5%;
  125. }
  126. .fj-li image:nth-child(n+5){
  127. margin-top: 15px;
  128. }
  129. .bottomBtn{
  130. display: flex;
  131. width: 94%;
  132. margin: 0 auto;
  133. justify-content:space-between;
  134. }
  135. .bottomBtn view{
  136. display: flex;
  137. width: 48%;
  138. background-color: #ffffff;
  139. border-radius: 5px;
  140. box-shadow: 0px 5px 9px #DCDCDC;
  141. padding: 10px 0px;
  142. text-align: center;
  143. align-items:center;
  144. justify-content:center;
  145. font-size: 14px;
  146. color: #2C8E68;
  147. }
  148. .bottomBtn view image{
  149. width: 18px;
  150. height: 18px;
  151. margin-right: 5px;
  152. }
  153. .bottom{
  154. width: 84%;
  155. margin: 0 auto;
  156. text-align: center;
  157. margin-top: 50px;
  158. margin-bottom: 50px;
  159. display: flex;
  160. }
  161. .bottom view {
  162. width: 47%;
  163. margin: 0 auto;
  164. border-radius: 30px;
  165. display: inline-block;
  166. }
  167. .bottom .btn1{
  168. border: 1px solid #2C8E68;
  169. padding: 8px 0px;
  170. color: #2C8E68;
  171. }
  172. .bottom .btn2{
  173. border: 1px solid transparent;
  174. padding: 8px 0px;
  175. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  176. margin-left: 6%;
  177. color: #fff;
  178. }
  179. .bottom .btn3{
  180. border: 1px solid transparent;
  181. padding: 8px 0px;
  182. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  183. color: #fff;
  184. width: 100%;
  185. }
  186. .steps-box{
  187. padding: 0;
  188. margin-top: 15px;
  189. }
  190. .steps-box .van-row{
  191. padding: 0 20px;
  192. }
  193. .steps-box view{
  194. margin-bottom: 0;
  195. }
  196. .steps-box .van-col{
  197. position: relative;
  198. height: 70px;
  199. }
  200. .steps-box .van-col--21{
  201. padding: 12PX 0;
  202. padding-left: 10px;
  203. }
  204. .steps-box .van-row:nth-child(2n){
  205. background: rgba(29,111,233,0.1);
  206. }
  207. .steps-box .van-cell{
  208. background: transparent;
  209. padding: 0 10Px;
  210. }
  211. .steps-box .bq{
  212. display: inline-block;
  213. padding: 0PX 10PX;
  214. line-height: 0.64rem;
  215. border-radius: 5PX;
  216. }
  217. .steps-box .index{
  218. background: #1D6FE9;
  219. color: #ffffff;
  220. text-align: center;
  221. width: 20PX;
  222. height: 20PX;
  223. line-height: 20PX;
  224. border-radius: 50%;
  225. position: absolute;
  226. left: 0;
  227. top: 50%;
  228. transform: translate(0,-50%);
  229. }
  230. .steps-box .indexCenter{
  231. top: 0!important;
  232. }
  233. .steps-box .van-row:first-child .van-col:first-child .indexBorder{
  234. top: calc(50% - 5px);
  235. }
  236. .steps-box .indexBorder{
  237. width: 10PX;
  238. position: absolute;
  239. right: 0;
  240. top: 0;
  241. height: 100%;
  242. }
  243. .steps-box .indexBorder .yq{
  244. height: 10PX;
  245. width: 10PX;
  246. background: #C9C9C9;
  247. border-radius: 50%;
  248. }
  249. .steps-box .indexBorder .ss{
  250. height: calc(50% - 5PX);
  251. width: 1PX;
  252. background: #C9C9C9;
  253. position: relative;
  254. left: 4PX;
  255. }
  256. .steps-box .indexBorder .ssT{
  257. height: calc(50% - 5PX);
  258. width: 1PX;
  259. background: #C9C9C9;
  260. position: relative;
  261. left: 4PX;
  262. }
  263. .agree{
  264. background-color: rgba(92, 174, 119, 0.1);
  265. color:#5CAE77 ;
  266. width: 80%;
  267. text-align: center;
  268. float: right;
  269. }
  270. .in{
  271. background-color: rgba(245, 163, 39, 0.1);
  272. color:#F5A327 ;
  273. width: 80%;
  274. text-align: center;
  275. float: right;
  276. }
  277. .disagree{
  278. background-color: rgba(233, 0, 0, 0.1);
  279. color:#E90000 ;
  280. width: 80%;
  281. text-align: center;
  282. float: right;
  283. }
  284. .steps-box .van-cell__title{
  285. flex: 0.7;
  286. }
  287. .steps-box .van-cell__value{
  288. flex: 0.3;
  289. }
  290. .steps-tit{
  291. font-size: 16px;
  292. text-align: center;
  293. background-color: #2C8E68;
  294. color: #ffffff;
  295. padding: 20px 0;
  296. border-top-left-radius: 10px;
  297. border-top-right-radius: 10px;
  298. }
  299. .bottom{
  300. width: 84%;
  301. margin: 0 auto;
  302. text-align: center;
  303. margin-top: 30px;
  304. margin-bottom: 80px;
  305. }
  306. .bottom button {
  307. width: 47%;
  308. margin: 0 auto;
  309. border-radius: 30px;
  310. display: inline-block;
  311. }
  312. .bottom .btnAgree{
  313. border: 1px solid transparent;
  314. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  315. margin-left: 6%;
  316. }
  317. .input_tit{
  318. border: 1px solid #DCDCDC;
  319. padding: 0px 10px;
  320. height: 32px;
  321. line-height: 32px;
  322. border-radius: 5px;
  323. margin-bottom: 15px;
  324. }
  325. .img_box{
  326. position: relative;
  327. width: 100%;
  328. }