recharge.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. min-height: 100%;
  13. background-color: #ffffff;
  14. }
  15. page .container {
  16. width: 100%;
  17. }
  18. .list-box {
  19. padding: 60rpx 30rpx;
  20. height: 350rpx;
  21. background-color: #5771df;
  22. }
  23. .list-box .list {
  24. background-color: #ffffff;
  25. border-radius: 15rpx;
  26. padding: 15rpx 23rpx;
  27. }
  28. .list-box .list .list-item {
  29. font-size: 30rpx;
  30. font-weight: bold;
  31. color: #333333;
  32. }
  33. .list-box .list .list-item image {
  34. width: 43rpx;
  35. height: 43rpx;
  36. margin-right: 15rpx;
  37. }
  38. .list-box .list .list-tpl image {
  39. width: 15rpx;
  40. height: 25rpx;
  41. margin-left: 20rpx;
  42. }
  43. .image-box {
  44. position: relative;
  45. top: -100rpx;
  46. padding: 50rpx 0rpx;
  47. text-align: center;
  48. }
  49. .image-box image {
  50. width: 300rpx;
  51. height: 300rpx;
  52. border-radius: 15rpx;
  53. }
  54. .from-box {
  55. margin: 30rpx 30rpx;
  56. padding: 44rpx 25rpx;
  57. background-color: #ffffff;
  58. border-radius: 15rpx;
  59. position: relative;
  60. top: -180rpx;
  61. }
  62. .from-box .from-title {
  63. font-size: 24rpx;
  64. font-weight: bold;
  65. color: #333333;
  66. }
  67. .from-box .input-box {
  68. font-size: 26rpx;
  69. font-weight: 500;
  70. color: #666666;
  71. margin: 35rpx 0rpx;
  72. width: 85%;
  73. }
  74. .from-box .all {
  75. font-size: 30rpx;
  76. font-weight: 500;
  77. color: #5771df;
  78. }
  79. .from-box .all-num {
  80. font-size: 24rpx;
  81. font-weight: bold;
  82. color: #333333;
  83. }
  84. .from-box .all-num text {
  85. font-size: 26rpx;
  86. padding: 0rpx 10rpx;
  87. color: #5771df;
  88. }
  89. .from-box .submit {
  90. background-color: #5771df;
  91. margin-top: 160rpx;
  92. margin-bottom: 80rpx;
  93. color: #ffffff;
  94. text-align: center;
  95. padding: 26rpx 0rpx;
  96. border-radius: 15rpx;
  97. }
  98. .from-box .tpl-box {
  99. text-align: left;
  100. font-size: 28rpx;
  101. font-weight: 500;
  102. color: #fb3a2f;
  103. margin-top: 26rpx;
  104. }
  105. .add-img-item {
  106. text-align: center;
  107. width: 100%;
  108. padding: 80rpx 0rpx;
  109. }
  110. .add-img-item .add-img {
  111. width: 280rpx;
  112. height: 280rpx;
  113. }
  114. .image {
  115. text-align: center;
  116. padding: 77rpx 0rpx 36rpx 0rpx;
  117. font-size: 30rpx;
  118. font-weight: bold;
  119. color: #333333;
  120. }
  121. .image .addr-img {
  122. width: 188rpx;
  123. height: 188rpx;
  124. margin-top: 18rpx;
  125. }
  126. .addr-text {
  127. text-align: center;
  128. width: 500rpx;
  129. margin: 0rpx auto;
  130. line-height: 80rpx;
  131. color: #ffffff;
  132. background-color: #5771df;
  133. border-radius: 50rpx;
  134. margin-bottom: 114rpx;
  135. }
  136. .text-box {
  137. font-size: 24rpx;
  138. padding: 25rpx 0rpx;
  139. line-height: 50rpx;
  140. }
  141. .popup {
  142. background-color: #ffffff;
  143. border-radius: 25rpx;
  144. font-size: 30rpx;
  145. }
  146. .popup .cancel {
  147. text-align: center;
  148. width: 100%;
  149. line-height: 60rpx;
  150. }
  151. .popup .cancel .tip {
  152. background-color: #5771df;
  153. color: #ffffff;
  154. width: 70rpx;
  155. height: 70rpx;
  156. border-top-right-radius: 25rpx;
  157. }
  158. .popup .list-boxs {
  159. padding: 0rpx 80rpx;
  160. }
  161. .popup .list-boxs .password {
  162. padding: 50rpx 0rpx;
  163. width: 100%;
  164. }
  165. .popup .list-boxs .password input {
  166. width: 90%;
  167. height: 80rpx;
  168. border: 2rpx solid #999999;
  169. padding-left: 25rpx;
  170. box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.27);
  171. border-radius: 11rpx;
  172. }
  173. .popup .list-boxs .confirm-btn {
  174. margin-left: 80rpx;
  175. padding-bottom: 120rpx;
  176. padding-top: 30rpx;
  177. }
  178. .popup .list-boxs .confirm-btn text {
  179. background-color: #5771df;
  180. color: #ffffff;
  181. width: 100%;
  182. text-align: center;
  183. padding: 25rpx 90rpx;
  184. border-radius: 15rpx;
  185. }
  186. .tuijianbox {
  187. width: 100%;
  188. display: -webkit-box;
  189. display: -webkit-flex;
  190. display: flex;
  191. height: 40rpx;
  192. margin-bottom: 60rpx;
  193. }
  194. .tuijianbox .item {
  195. margin-left: 40rpx;
  196. font-size: 20rpx;
  197. position: relative;
  198. line-height: 40rpx;
  199. color: #ffffff;
  200. }
  201. .tuijianbox .item image {
  202. width: 150rpx;
  203. height: 100rpx;
  204. }
  205. .qidai {
  206. width: 100%;
  207. font-size: 100rpx;
  208. text-align: center;
  209. }
  210. .way-wrapper {
  211. width: 90%;
  212. padding: 0 5%;
  213. display: -webkit-box;
  214. display: -webkit-flex;
  215. display: flex;
  216. height: 40rpx;
  217. margin-bottom: 60rpx;
  218. -webkit-box-pack: start;
  219. -webkit-justify-content: start;
  220. justify-content: start;
  221. }
  222. .way-wrapper .way {
  223. width: 120rpx;
  224. height: 75rpx;
  225. line-height: 75rpx;
  226. text-align: center;
  227. border: 1px solid #7c90e3;
  228. border-radius: 10rpx 10rpx 10rpx 10rpx;
  229. color: #7c90e3;
  230. background-color: #eff2ff;
  231. font-size: 36rpx;
  232. font-weight: bold;
  233. margin-right: 30rpx;
  234. }