index.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. /* 余额 */
  2. .wallet.data-v-1efc2e21 {
  3. width: 100%;
  4. height: 260rpx;
  5. background: -webkit-linear-gradient(top, #FCD202, #F5F5F5);
  6. }
  7. .wallet_header.data-v-1efc2e21 {
  8. width: 94%;
  9. margin: 0 auto;
  10. background-color: #FFFFFF;
  11. border-radius: 18rpx;
  12. position: relative;
  13. top: 100rpx;
  14. }
  15. .wallet_header_text.data-v-1efc2e21 {
  16. padding: 3% 3% 1%;
  17. line-height: 32rpx;
  18. font-size: 30rpx;
  19. font-weight: 500;
  20. color: #333333;
  21. line-height: 32px;
  22. }
  23. .wallet_header_xin.data-v-1efc2e21 {
  24. padding: 2% 3% 5%;
  25. display: flex;
  26. }
  27. .wallet_header_le.data-v-1efc2e21 {
  28. flex: 2;
  29. font-size: 68rpx;
  30. font-weight: 500;
  31. color: #333333;
  32. }
  33. .wallet_header_le text.data-v-1efc2e21 {
  34. font-size: 34rpx;
  35. }
  36. .wallet_header_ri.data-v-1efc2e21 {
  37. margin-top: 20rpx;
  38. }
  39. .wallet_header_ri image.data-v-1efc2e21 {
  40. width: 40rpx;
  41. height: 30rpx;
  42. }
  43. .wallet_header_ri text.data-v-1efc2e21 {
  44. font-size: 34rpx;
  45. font-weight: 500;
  46. color: #333333;
  47. }
  48. /* 充值 */
  49. .wallet_topup.data-v-1efc2e21 {
  50. width: 94%;
  51. margin: 13% auto 0;
  52. background-color: #FFFFFF;
  53. border-radius: 18rpx;
  54. padding: 0 0 3%;
  55. }
  56. .wallet_header_xin2.data-v-1efc2e21 {
  57. /* padding: 0 3% 2%; */
  58. display: flex;
  59. flex-wrap: wrap;
  60. justify-content: space-between;
  61. padding: 0 2%;
  62. }
  63. .wallet_header_xin2_sty.data-v-1efc2e21 {
  64. width: 48.5%;
  65. /* margin: 1% 0 0 3%; */
  66. border: 2rpx solid #E6E6E6;
  67. border-radius: 18rpx;
  68. text-align: center;
  69. line-height: 3;
  70. margin-bottom: 2%;
  71. }
  72. .wallet_header_xin2_sty text.data-v-1efc2e21 {
  73. font-size: 44rpx;
  74. }
  75. .wallet_header_xin2_sty.data-v-1efc2e21:first-child {
  76. margin-left: 0;
  77. }
  78. .topup.data-v-1efc2e21 {
  79. color: #FF130A;
  80. border: 2rpx solid #FF130A;
  81. position: relative;
  82. }
  83. .topup_img.data-v-1efc2e21 {
  84. position: absolute;
  85. bottom: 61rpx;
  86. }
  87. .topup_img image.data-v-1efc2e21 {
  88. width: 48rpx;
  89. height: 40rpx;
  90. }
  91. /* 消费 */
  92. .wallet_header_consum.data-v-1efc2e21 {
  93. width: 94%;
  94. margin: 3% auto;
  95. background-color: #FFFFFF;
  96. border-radius: 18rpx;
  97. padding: 3%;
  98. display: flex;
  99. }
  100. .wallet_header_consum_le.data-v-1efc2e21 {
  101. width: 97%;
  102. font-family: PingFang SC;
  103. font-weight: 500;
  104. color: #333333;
  105. }
  106. .wallet_header_consum_ri.data-v-1efc2e21 {
  107. line-height: 1.5;
  108. }
  109. .wallet_header_consum_ri image.data-v-1efc2e21 {
  110. width: 16rpx;
  111. height: 28rpx;
  112. }
  113. /* 立即充值 */
  114. .wallet_bottom.data-v-1efc2e21 {
  115. width: 94%;
  116. position: fixed;
  117. bottom: 3%;
  118. left: 3%;
  119. line-height: 2.5;
  120. background: #FCD202;
  121. text-align: center;
  122. border-radius: 49rpx;
  123. font-size: 38rpx;
  124. font-weight: bold;
  125. color: #333333;
  126. }
  127. .popup_pay.data-v-1efc2e21 {
  128. width: 100%;
  129. position: relative;
  130. padding-bottom: 45rpx;
  131. }
  132. .pay_btn.data-v-1efc2e21 {
  133. width: 90%;
  134. margin: 0 auto;
  135. text-align: center;
  136. background: #FCD202;
  137. height: 80rpx;
  138. border-radius: 16rpx;
  139. color: #ffffff;
  140. line-height: 80rpx;
  141. }