微信小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

paymentTemplate.wxss 3.5 KiB

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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: 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. .van-collapse-item .van-cell{
  59. width: 94%;
  60. margin: 0 auto;
  61. }
  62. .van-collapse-item .van-cell .tit_box{
  63. background: #ffffff;
  64. padding: 20px;
  65. /* width: 94%; */
  66. margin: 0 auto;
  67. border-radius: 10px;
  68. box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
  69. }
  70. .van-collapse-item__content{
  71. width: 94%;
  72. margin: 0 auto;
  73. }
  74. .top-box text{
  75. margin-bottom: 15px;
  76. }
  77. .top-box text:last-child{
  78. margin-bottom: 0px;
  79. }
  80. .box-title{
  81. color: #2C8E68;
  82. text-align: center;
  83. font-size: 16px;
  84. }
  85. .input_tit{
  86. border: 1px solid #DCDCDC;
  87. padding: 0px 10px;
  88. height: 32px;
  89. line-height: 32px;
  90. border-radius: 5px;
  91. margin-bottom: 15px;
  92. }
  93. .input_money{
  94. padding: 0px 10px;
  95. height: 32px;
  96. line-height: 32px;
  97. color: #E90000;
  98. font-size: 26px;
  99. display: inline-block;
  100. width: 50%;
  101. text-align: center;
  102. }
  103. .money_box{
  104. font-size: 26px;
  105. border-bottom:1px solid #DCDCDC;
  106. width: 70%;
  107. margin: 0 auto;
  108. margin-bottom: 15px;
  109. color: #E90000;
  110. display: flex;
  111. align-items: center;
  112. justify-content: center;
  113. }
  114. .title{
  115. padding: 10px calc(3% + 20px);
  116. color: #2C8E68;
  117. font-size: 16px;
  118. }
  119. .van-cell {
  120. padding-left: 0!important;
  121. padding-right: 0!important;
  122. }
  123. .down{
  124. width: 15px;
  125. height: 8px;
  126. margin: 0 auto;
  127. margin-top: 18px;
  128. }
  129. .update{
  130. width: 26px;
  131. height: 26px;
  132. position: absolute;
  133. right: 41px;
  134. }
  135. .delete{
  136. width: 26px;
  137. height: 26px;
  138. position: absolute;
  139. right: 0;
  140. }
  141. .btnBox{
  142. text-align: center;
  143. position: relative;
  144. height: 26px;
  145. }
  146. .bottomBtn{
  147. display: flex;
  148. width: 94%;
  149. margin: 0 auto;
  150. margin-top: 25px;
  151. justify-content:space-between;
  152. }
  153. .bottomBtn view{
  154. display: flex;
  155. width: 48%;
  156. background-color: #ffffff;
  157. border-radius: 5px;
  158. box-shadow: 0px 5px 9px #DCDCDC;
  159. padding: 10px 0px;
  160. text-align: center;
  161. align-items:center;
  162. justify-content:center;
  163. font-size: 14px;
  164. color: #2C8E68;
  165. }
  166. .bottomBtn view image{
  167. width: 18px;
  168. height: 18px;
  169. margin-right: 5px;
  170. }
  171. .bottom{
  172. width: 84%;
  173. margin: 0 auto;
  174. text-align: center;
  175. margin-top: 50px;
  176. margin-bottom: 50px;
  177. display: flex;
  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. .window{
  198. background: #fff;
  199. width: 94%;
  200. }
  201. .van-dialog__header {
  202. color: #2C8E68;
  203. font-size: 18px;
  204. }
  205. .van-button--normal {
  206. background: linear-gradient(to right, #2C8E68, #5CAE77)!important;
  207. }