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

255 regels
3.9 KiB

  1. /* pages/apply/paymentTemplate/paymentTemplate.wxss */
  2. text{display: block;}
  3. .ns{
  4. position: fixed;
  5. top: 0;
  6. background: linear-gradient(to right, #429a68, #9ecf67);
  7. }
  8. .pure_top {
  9. width: 100%;
  10. height: 120px;
  11. position: absolute;
  12. z-index: -1;
  13. overflow: hidden
  14. }
  15. .pure_top::after {
  16. content: '';
  17. width: 140%;
  18. height: 120px;
  19. position: absolute;
  20. left: -20%;
  21. top: 0;
  22. z-index: -1;
  23. border-radius: 0 0 50% 50%;
  24. background: linear-gradient(to right, #2C8E68, #B3DB62);
  25. }
  26. .top{
  27. height: 64px;
  28. width: 100%;
  29. position: fixed;
  30. z-index: 999;
  31. top:0px;
  32. }
  33. .top text{
  34. position: relative;
  35. top: 30px;
  36. margin-right: 30px;
  37. display: block;
  38. color: #eee;
  39. text-align: center;
  40. width: 100%;
  41. font-size: 16px;
  42. }
  43. .bgPage{
  44. width: 140%;
  45. position:absolute;
  46. transform: translate(-15%, -50%);
  47. height: 300px;
  48. z-index: -1;
  49. }
  50. .main-box{
  51. background: #ffffff;
  52. padding: 10px 0;
  53. width: 100%;
  54. margin: 0 auto;
  55. }
  56. .topBox{
  57. background: #ffffff;
  58. padding: 20px;
  59. width: 94%;
  60. margin: 0 auto;
  61. border-radius: 10px;
  62. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  63. }
  64. .van-collapse-item {
  65. background: #ffffff;
  66. padding: 20px;
  67. /* width: 94%; */
  68. margin: 0 auto;
  69. border-radius: 10px;
  70. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  71. width: 94%;
  72. margin: 0 auto;
  73. padding-top: 0;
  74. margin-top: 15px;
  75. }
  76. .van-collapse-item__content{
  77. padding: 0!important;
  78. }
  79. .top-box text{
  80. margin-bottom: 15px;
  81. }
  82. .top-box text:last-child{
  83. margin-bottom: 0px;
  84. }
  85. .box-title{
  86. color: #2C8E68;
  87. text-align: center;
  88. font-size: 16px;
  89. }
  90. .input_tit{
  91. border: 1px solid #DCDCDC;
  92. padding: 0px 10px;
  93. height: 32px;
  94. line-height: 32px;
  95. border-radius: 5px;
  96. margin-bottom: 15px;
  97. }
  98. .input_money{
  99. padding: 0px 10px;
  100. height: 32px;
  101. line-height: 32px;
  102. color: #E90000;
  103. font-size: 26px;
  104. display: inline-block;
  105. width: 50%;
  106. text-align: center;
  107. }
  108. .money_box{
  109. font-size: 26px;
  110. border-bottom:1px solid #DCDCDC;
  111. width: 70%;
  112. margin: 0 auto;
  113. margin-bottom: 15px;
  114. color: #E90000;
  115. display: flex;
  116. align-items: center;
  117. justify-content: center;
  118. }
  119. .title{
  120. padding: 10px 0;
  121. color: #2C8E68;
  122. font-size: 16px;
  123. }
  124. .van-cell {
  125. padding-left: 0!important;
  126. padding-right: 0!important;
  127. }
  128. .down{
  129. width: 15px;
  130. height: 8px;
  131. margin: 0 auto;
  132. margin-top: 18px;
  133. }
  134. .update{
  135. width: 26px;
  136. height: 26px;
  137. position: absolute;
  138. right: 41px;
  139. }
  140. .delete{
  141. width: 26px;
  142. height: 26px;
  143. position: absolute;
  144. right: 0;
  145. }
  146. .btnBox{
  147. text-align: center;
  148. position: relative;
  149. height: 26px;
  150. }
  151. .bottomBtn{
  152. display: flex;
  153. width: 94%;
  154. margin: 0 auto;
  155. margin-top: 25px;
  156. justify-content:space-between;
  157. }
  158. .bottomBtn view{
  159. display: flex;
  160. width: 48%;
  161. background-color: #ffffff;
  162. border-radius: 5px;
  163. box-shadow: 0px 5px 9px #DCDCDC;
  164. padding: 10px 0px;
  165. text-align: center;
  166. align-items:center;
  167. justify-content:center;
  168. font-size: 14px;
  169. color: #2C8E68;
  170. }
  171. .bottomBtn view image{
  172. width: 18px;
  173. height: 18px;
  174. margin-right: 5px;
  175. }
  176. .bottom{
  177. width: 84%;
  178. margin: 0 auto;
  179. text-align: center;
  180. margin-top: 50px;
  181. margin-bottom: 50px;
  182. display: flex;
  183. }
  184. .bottom view {
  185. width: 47%;
  186. margin: 0 auto;
  187. border-radius: 30px;
  188. display: inline-block;
  189. }
  190. .bottom .btn1{
  191. border: 1px solid #2C8E68;
  192. padding: 8px 0px;
  193. color: #2C8E68;
  194. }
  195. .bottom .btn2{
  196. border: 1px solid transparent;
  197. padding: 8px 0px;
  198. background-image: linear-gradient(to right, #2C8E68, #5CAE77);
  199. margin-left: 6%;
  200. color: #fff;
  201. }
  202. .window{
  203. background: #fff;
  204. width: 94%;
  205. }
  206. .van-dialog__header {
  207. color: #2C8E68;
  208. font-size: 18px;
  209. }
  210. .van-button--normal {
  211. background: linear-gradient(to right, #2C8E68, #5CAE77)!important;
  212. }
  213. .fj-box text{
  214. background-color: #5CAE77;
  215. color: #ffffff;
  216. text-align: center;
  217. border-radius: 5px;
  218. white-space:pre-wrap;
  219. padding: 22px 15px;
  220. }
  221. .fj-li{
  222. margin-top: 20px;
  223. display: flex;
  224. /* flex-wrap: wrap; */
  225. }
  226. .fj-li image{
  227. width: 25%;
  228. height: 18.5vw;
  229. margin-left: 5%;
  230. }
  231. .fj-li image:nth-child(n+5){
  232. margin-top: 15px;
  233. }