微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

paymentTemplate.wxss 3.2 KiB

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