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

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