myRecharge.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .my_recharge{
  2. width: 100%;
  3. min-height: 100vh;
  4. background-color: RGBA(255, 108, 56, 1);
  5. background-image: url('/assets/img/frontend/campaign/my_recharge_bg.png');
  6. background-repeat: no-repeat;
  7. background-position: top center;
  8. background-size: 100% 11.46rem;
  9. padding-top: 1.74rem;
  10. }
  11. .recharge_content{
  12. width: 6.6rem;
  13. min-height: 3rem;
  14. border-radius: 0.3rem;
  15. margin: 0rem auto;
  16. background-image: url('/assets/img/frontend/campaign/my_recharge_icon.png');
  17. background-repeat: no-repeat;
  18. background-position: top center;
  19. background-size: 100% 2.6rem;
  20. padding-top: 2.5rem;
  21. font-size: 0;
  22. position: relative;
  23. }
  24. .recharge_top{
  25. position: absolute;
  26. left: 0;
  27. top: 0;
  28. width: 100%;
  29. height: 2.5rem;
  30. font-size:0.32rem;
  31. font-family:PingFangSC-Regular;
  32. font-weight:400;
  33. color:rgba(188,146,126,1);
  34. text-align: center;
  35. }
  36. .recharge_num{
  37. font-family:Helvetica-Bold;
  38. font-weight:bold;
  39. color:rgba(255,46,69,1);
  40. font-size: 0.6rem;
  41. margin-top: 0.2rem;
  42. }
  43. .recharge_top_box{
  44. width: 6.22rem;
  45. height: 1.16rem;
  46. margin: 0.1rem auto 0;
  47. background: rgba(249, 236, 225, 1);
  48. border-radius: 0.1rem;
  49. box-sizing: border-box;
  50. }
  51. .top_left{
  52. float: left;
  53. height: 100%;
  54. border-right: 0.01rem solid rgba(239,212,189,1);
  55. box-sizing: border-box;
  56. width: 50%;
  57. }
  58. .top_right{
  59. float: left;
  60. width: 50%;
  61. }
  62. .top_box_num{
  63. font-family:PingFangSC-Regular;
  64. font-weight:400;
  65. color:rgba(255,46,69,1);
  66. font-size: 0.36rem;
  67. margin-top: 0.2rem;
  68. }
  69. .top_box_tip{
  70. font-family:PingFangSC-Regular;
  71. font-weight:400;
  72. color:rgba(188,146,126,1);
  73. font-size: 0.24rem;
  74. }
  75. .recharge_main{
  76. width: 100%;
  77. min-height: 2rem;
  78. background: rgb(255, 246, 242);
  79. border-radius: 0 0 0.3rem 0.3rem;
  80. padding: 0.2rem 0.22rem 0.5rem;
  81. box-sizing: border-box;
  82. display: none;
  83. }
  84. .recharge_common{
  85. margin-top: 0.3rem;
  86. }
  87. .recharge_title{
  88. background:rgba(104,191,89,1);
  89. width: 1.31rem;
  90. height: 0.46rem;
  91. border-radius: 0.04rem;
  92. line-height: 0.5rem;
  93. text-align: center;
  94. font-family:PingFangSC-Regular;
  95. font-weight:400;
  96. color:rgba(255,255,255,1);
  97. font-size: 0.28rem;
  98. }
  99. .recharge_item{
  100. font-family:PingFangSC-Regular;
  101. font-weight:400;
  102. color:rgba(51,51,51,1);
  103. text-shadow:0px 0.01rem 0.02rem rgba(255,255,255,0.46);
  104. position: relative;
  105. font-size: 0.3rem;
  106. margin-top: 0.2rem;
  107. }
  108. .recharge_item_num{
  109. margin-right: 0.1rem;
  110. padding-left: 0.05rem;
  111. }
  112. .recharge_item_count{
  113. margin-right: 0.1rem;
  114. }
  115. .recharge_fail .recharge_title{
  116. background: rgba(178, 165, 166, 1);
  117. }
  118. .recharge_success .recharge_title{
  119. background: rgba(255, 80, 98, 1);
  120. }
  121. .recharge_null{
  122. width: 100%;
  123. min-height: 2rem;
  124. background: rgb(255, 246, 242);
  125. border-radius: 0 0 0.3rem 0.3rem;
  126. padding: 0.2rem 0.22rem 0.2rem;
  127. box-sizing: border-box;
  128. text-align: center;
  129. }
  130. .img_null{
  131. width: 2.19rem;
  132. height: 2.78rem;
  133. margin-top: 0.6rem;
  134. }
  135. .null_btn{
  136. background:linear-gradient(90deg,rgba(255,110,53,1) 0%,rgba(255,153,63,1) 100%);
  137. box-shadow:0px 4px 1px 0px rgba(255,137,97,0.38);
  138. width: 2.03rem;
  139. height: 0.58rem;
  140. line-height: 0.58rem;
  141. text-align: center;
  142. font-family:PingFangSC-Regular;
  143. font-weight:400;
  144. color:rgba(255,255,255,1);
  145. font-size: 0.3rem;
  146. margin: 1rem auto 0.36rem;
  147. border-radius: 0.58rem;
  148. }
  149. .success_no_award{
  150. width: 1rem;
  151. height: 0.6rem;
  152. /*border-radius: 0.3rem;*/
  153. background-repeat: no-repeat;
  154. backround-size: 3rem 2rem;
  155. background-size: 100% 100%;
  156. background-image: url(/assets/img/frontend/campaign/no_award.png);
  157. position: absolute;
  158. display: block;
  159. left: 4.4rem;
  160. top: -0.2rem;
  161. }