phoneCharges.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. .postage{
  2. position: relative;
  3. padding: 20rpx 0;
  4. color: #848799;
  5. }
  6. .postage::before{
  7. content: '';
  8. position: absolute;
  9. top: 0;
  10. left: 0;
  11. width: 100%;
  12. height: 165rpx;
  13. /* background: linear-gradient(to bottom, #fd7428 0%,#fc8f4a 100%); */
  14. z-index: -1;
  15. }
  16. .tips{
  17. padding: 15rpx 20rpx;
  18. width: 92%;
  19. margin: 0 auto;
  20. background-color: #ffd900;
  21. color: #786700;
  22. border-radius: 10rpx;
  23. box-sizing: border-box;
  24. font-size: 26rpx;
  25. }
  26. .tabs, .rechargeGear{
  27. width: 92%;
  28. margin: 20rpx auto;
  29. border-radius: 20rpx;
  30. }
  31. .tabs-title{
  32. display: flex;
  33. justify-content: space-between;
  34. align-items: center;
  35. height: 90rpx;
  36. line-height: 90rpx;
  37. background-color: #fff;
  38. border-top-left-radius: 10rpx;
  39. border-top-right-radius: 10rpx;
  40. }
  41. .tabs-title-item{
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. width: 50%;
  46. }
  47. .tabs-title-item__icon{
  48. width: 40rpx;
  49. height: 40rpx;
  50. margin-right: 10rpx;
  51. }
  52. .tabs-title-item__text{}
  53. .tabs-title-item.active{
  54. position: relative;
  55. color: #fe7124;
  56. }
  57. .tabs-title-item.active::before{
  58. content: "";
  59. position: absolute;
  60. bottom: 0;
  61. left: 15%;
  62. right: 10%;
  63. height: 6rpx;
  64. background-color: #fe7124;
  65. }
  66. .tabs-content__tips{
  67. display: flex;
  68. height: 80rpx;
  69. align-items: center;
  70. }
  71. .tabs-content__tips-text{
  72. font-size: 26rpx;
  73. }
  74. .tabs-content__tips-add{
  75. width: 40rpx;
  76. height: 40rpx;
  77. margin-left: 50rpx;
  78. }
  79. .tabs-content,.rechargeGear-footer{
  80. padding: 30rpx 30rpx 0 70rpx;
  81. background-color: #fff;
  82. border-bottom-left-radius: 10rpx;
  83. border-bottom-right-radius: 10rpx;
  84. }
  85. .rechargeGear-footer {
  86. display: flex;
  87. justify-content: space-evenly;
  88. align-items: center;
  89. padding: 0;
  90. }
  91. .btn-rechargeNow {
  92. width: 328rpx;
  93. height: 70rpx;
  94. line-height: 70rpx;
  95. text-align: center;
  96. background-color: #fe7124;
  97. background: linear-gradient(to right, #ff7a21 0%, #feb25a 100%);
  98. text-align: center;
  99. color: #fff;
  100. border-radius: 16rpx;
  101. }
  102. .btn-rechargeNow___share {
  103. background: #fff;
  104. color: #EE7530;
  105. border: 1rpx solid #EE7530;
  106. }
  107. .btn-rechargeNow:active {
  108. opacity: .8;
  109. }
  110. .rechargeNow-tips{
  111. text-align: left;
  112. font-size: 26rpx;
  113. line-height: 1.8;
  114. }
  115. .rechargeNow-tips view{
  116. margin-bottom: 20rpx
  117. }
  118. .rechargeNow-tips view:last-child{
  119. margin-bottom: 0
  120. }
  121. /* 充值挡位 */
  122. .rechargeGear-title{
  123. height: 84rpx;
  124. line-height: 84rpx;
  125. background-color: #fff;
  126. color: #1e242e;
  127. padding-left: 30rpx;
  128. border-top-left-radius: 10rpx;
  129. border-top-right-radius: 10rpx;
  130. }
  131. .rechargeGear-content{
  132. display: flex;
  133. flex-wrap: wrap;
  134. justify-content: space-between;
  135. background-color: #fff;
  136. box-sizing: border-box;
  137. padding: 0 30rpx;
  138. }
  139. .rechargeGear-content__item{
  140. width: 30%;
  141. display: flex;
  142. flex-direction: column;
  143. align-items: center;
  144. justify-content: center;
  145. padding: 20rpx 0;
  146. border: 1rpx solid #ddd;
  147. border-radius: 4rpx;
  148. color: #333;
  149. background-color: #fff;
  150. margin-bottom: 30rpx;
  151. font-weight: bolder;
  152. }
  153. .rechargeGear-content__item.active {
  154. background-color: rgba(238,117,48,0.08);
  155. color: #EE7530;
  156. border: 1rpx solid #EE7530;
  157. }
  158. .faceValue{
  159. margin-bottom: 10rpx;
  160. }
  161. .price{
  162. font-size: 24rpx;
  163. }
  164. .card-no{
  165. height: 70rpx;
  166. font-size: 40rpx;
  167. color: #2b2b2b;
  168. }
  169. .border-top-radius{
  170. border-top-left-radius: 10rpx;
  171. border-top-right-radius: 10rpx;
  172. }
  173. .info {
  174. display: flex;
  175. align-items: center;
  176. height: 80rpx;
  177. line-height: 80rpx;
  178. }
  179. .infoIcon {
  180. width: 24rpx;
  181. height: 24rpx;
  182. margin-right: 8rpx;
  183. }
  184. .info .label {
  185. font-size: 24rpx;
  186. color: #EE7530;
  187. }
  188. .payInfo {
  189. display: flex;
  190. align-items: center;
  191. color: #999;
  192. font-size: 28rpx;
  193. }
  194. .payInfoIcon {
  195. width: 40rpx;
  196. height: 40rpx;
  197. padding-left: 30rpx;
  198. margin-right: 13rpx;
  199. }
  200. .explain {
  201. color: rgb(65,118,220);
  202. }
  203. .footerInfo {
  204. width: 660rpx;
  205. margin: 0 auto;
  206. font-size: 28rpx;
  207. color: #848799;
  208. }
  209. .footerInfo .clause {
  210. line-height: 64rpx;
  211. }
  212. .footerInfo .title {
  213. width: 150rpx;
  214. position: relative;
  215. margin: 0 auto;
  216. margin-top: 60rpx;
  217. margin-bottom: 32rpx;
  218. text-align: center;
  219. font-size: 28rpx;
  220. color: #999;
  221. }
  222. .footerInfo .title::after {
  223. content: "";
  224. position: absolute;
  225. left:-240rpx;
  226. top: 50%;
  227. height: 1rpx;
  228. width: 240rpx;
  229. transform: translateY(-50%);
  230. background: linear-gradient(to right, #fff 0%, #999 100%);
  231. }
  232. .footerInfo .title::before {
  233. content: "";
  234. position: absolute;
  235. right:-240rpx;
  236. top: 50%;
  237. height: 1rpx;
  238. width: 240rpx;
  239. transform: translateY(-50%);
  240. background:linear-gradient(to left, #fff 0%, #999 100%);
  241. }
  242. .footerInfo text {
  243. color: #EE7530;
  244. }