recharge.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  1. @charset "UTF-8";
  2. .text-center {
  3. text-align: center;
  4. }
  5. .font-weight {
  6. font-weight: bold;
  7. }
  8. .page-width {
  9. width: 100%;
  10. }
  11. .goods-hover-class {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width {
  27. width: 100%;
  28. }
  29. .u-hover-class {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. page {
  39. background: #FFFFFF;
  40. }
  41. @charset "UTF-8";
  42. .text-center.data-v-682d97f3 {
  43. text-align: center;
  44. }
  45. .font-weight.data-v-682d97f3 {
  46. font-weight: bold;
  47. }
  48. .page-width.data-v-682d97f3 {
  49. width: 100%;
  50. }
  51. .goods-hover-class.data-v-682d97f3 {
  52. opacity: .9;
  53. background-color: #f7f7f7;
  54. }
  55. .background-image.data-v-682d97f3 {
  56. background-repeat: no-repeat;
  57. background-size: 100% 100%;
  58. background-position: center;
  59. }
  60. /*全局文字大小*/
  61. /* 屏幕宽度*/
  62. page.data-v-682d97f3 {
  63. font-size: 32rpx;
  64. background: #f7f7f7;
  65. }
  66. .page-width.data-v-682d97f3 {
  67. width: 100%;
  68. }
  69. .u-hover-class.data-v-682d97f3 {
  70. opacity: .9;
  71. background-color: #f7f7f7;
  72. }
  73. .safe-area-inset-bottom.data-v-682d97f3 {
  74. padding-bottom: 0;
  75. padding-bottom: constant(safe-area-inset-bottom);
  76. padding-bottom: env(safe-area-inset-bottom);
  77. }
  78. .recharge.data-v-682d97f3 {
  79. background: #FFFFFF;
  80. padding: 40rpx 24rpx 0;
  81. min-height: 100vh;
  82. }
  83. .recharge .btn .app-view .app-secondary.data-v-682d97f3 {
  84. border-width: 0px !important;
  85. }
  86. .recharge .account.data-v-682d97f3 {
  87. font-size: 24rpx;
  88. border-left: 6rpx solid #ff4544;
  89. padding-left: 24rpx;
  90. color: #666666;
  91. margin-bottom: 32rpx;
  92. }
  93. .recharge .bg.data-v-682d97f3 {
  94. background-repeat: no-repeat;
  95. background-size: 702rpx 160rpx;
  96. height: 160rpx;
  97. width: 702rpx;
  98. color: #666666;
  99. }
  100. .recharge .bg .image.data-v-682d97f3 {
  101. width: 72rpx;
  102. height: 72rpx;
  103. margin-left: 40rpx;
  104. }
  105. .recharge .bg .balance-text.data-v-682d97f3 {
  106. font-size: 42rpx;
  107. margin-left: 20rpx;
  108. }
  109. .recharge .bg .balance-price.data-v-682d97f3 {
  110. font-size: 46rpx;
  111. margin-right: 56rpx;
  112. }
  113. .recharge .amount-text.data-v-682d97f3 {
  114. font-size: 24rpx;
  115. color: #999999;
  116. margin-top: 56rpx;
  117. }
  118. .recharge .select.data-v-682d97f3 {
  119. margin: 0 -12rpx;
  120. }
  121. .recharge .select .box.data-v-682d97f3 {
  122. height: 183rpx;
  123. width: 339rpx;
  124. margin: 24rpx 12rpx 0 12rpx;
  125. padding: 0 24rpx;
  126. border: 1px solid #cccccc;
  127. border-radius: 16rpx;
  128. }
  129. .recharge .select .box .price.data-v-682d97f3 {
  130. font-size: 32rpx;
  131. font-weight: bold;
  132. color: #666666;
  133. }
  134. .recharge .select .box .send.data-v-682d97f3 {
  135. font-size: 24rpx;
  136. color: #999999;
  137. }
  138. .recharge .select .box .member-info.data-v-682d97f3 {
  139. border: 1rpx solid #999999;
  140. border-radius: 24rpx;
  141. height: 30rpx;
  142. width: 60rpx;
  143. font-size: 18rpx;
  144. margin-left: 10rpx;
  145. }
  146. .recharge .select .active.data-v-682d97f3 {
  147. border: 1px solid #ff4544;
  148. }
  149. .recharge .select .active .price.data-v-682d97f3 {
  150. color: #ff4544;
  151. }
  152. .recharge .select .active .send.data-v-682d97f3 {
  153. color: #ff4544;
  154. }
  155. .recharge .select .active .member-info.data-v-682d97f3 {
  156. border-color: #ff4544;
  157. }
  158. .recharge .input.data-v-682d97f3 {
  159. margin-top: 40rpx;
  160. border-radius: 14rpx;
  161. }
  162. .recharge .input input.data-v-682d97f3 {
  163. color: #666666;
  164. height: 88rpx;
  165. padding: 0 12rpx;
  166. }
  167. .recharge .input.red.data-v-682d97f3 {
  168. border: 1px solid #ff4544;
  169. }
  170. .recharge .input.grey.data-v-682d97f3 {
  171. border: 1px solid #cccccc;
  172. }
  173. .recharge .btn.data-v-682d97f3 {
  174. margin-top: 56rpx;
  175. margin-bottom: 72rpx;
  176. }
  177. .recharge .text.data-v-682d97f3 {
  178. margin-top: -8rpx;
  179. }