recharge-active.acss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. /* pages/balance/balance.wxss */
  2. page {
  3. /* height: 100vh; */
  4. }
  5. .balance {
  6. background-repeat: no-repeat;
  7. background-position: top center;
  8. background-size: 100% 100%;
  9. height: 100%;
  10. background-color: #f6f2f3;
  11. text-align: center;
  12. padding-bottom: 150rpx;
  13. }
  14. .icon1 {
  15. height: 150rpx;
  16. margin-top: 50rpx;
  17. width: 60%;
  18. }
  19. .icon2 {
  20. width: 90%;
  21. margin-top: -110rpx;
  22. /* height: 100rpx; */
  23. }
  24. .content {
  25. width: 85%;
  26. margin: 0 auto;
  27. min-height: 600rpx;
  28. margin-top: -250rpx;
  29. border: solid 6rpx #ffc97e;
  30. background-color: #feebd6;
  31. border-radius: 12rpx;
  32. padding-bottom: 30rpx;
  33. color: #590204;
  34. padding-top: 180rpx;
  35. }
  36. .card-list {
  37. display: flex;
  38. background-color: #f6f2f3;
  39. width:85%;
  40. margin: 0 auto;
  41. padding: 20rpx;
  42. background-color: #d92424;
  43. border: solid 4rpx #ffc97e;
  44. border-radius: 12rpx;
  45. margin-bottom: 30rpx;
  46. }
  47. .left {
  48. padding-right: 30rpx;
  49. padding-left: 10rpx;
  50. line-height: 50rpx;
  51. font-size: 35rpx;
  52. font-weight: 550;
  53. color: #fff;
  54. border-right: dashed 2px #ffc97e;
  55. }
  56. .right {
  57. flex: 1;
  58. color: #fff;
  59. font-size: 30rpx;
  60. text-align: center;
  61. line-height: 45rpx;
  62. padding: 0 20rpx;
  63. }
  64. .font {
  65. font-size: 36rpx;
  66. display: inline-block;
  67. margin: 0 5rpx;
  68. }
  69. .money {
  70. font-size: 36rpx;
  71. color: #fff;
  72. margin-bottom: 15rpx;
  73. }
  74. .left text {
  75. display: block;
  76. }
  77. .time {
  78. font-size: 28rpx;
  79. }
  80. .icon3 {
  81. width: 50%;
  82. height: 100rpx;
  83. }
  84. .icon4 {
  85. width: 50%;
  86. height: 100rpx;
  87. margin-top: 20rpx;
  88. }
  89. .rules {
  90. padding: 30rpx;
  91. text-align: left;
  92. line-height: 38rpx;
  93. font-size: 26rpx;
  94. text-align: justify;
  95. }
  96. .rules-child{
  97. display: flex;
  98. }
  99. .rules view {
  100. margin-top: 10rpx;
  101. }
  102. .red {
  103. color: red;
  104. }
  105. .content-1 {
  106. border: solid 6rpx #ffc97e;
  107. background-color: #feebd6;
  108. border-radius: 12rpx;
  109. width: 80%;
  110. margin: 0 auto;
  111. margin-top: 40rpx;
  112. }
  113. .button {
  114. position: fixed;
  115. bottom: 0;
  116. height: 140rpx;
  117. background-color: #feebd6;
  118. width: 100%;
  119. border-top: solid 2rpx #ffc97e;
  120. }
  121. .buy {
  122. width: 80%;
  123. margin: 0 auto;
  124. /* border: solid 6rpx #ffc97e; */
  125. /* margin-top: 50rpx; */
  126. height: 90rpx;
  127. line-height: 90rpx;
  128. margin-top: 25rpx;
  129. color: #fff;
  130. background-color: #349995;
  131. border-radius: 12rpx;
  132. /* color: #ffc97e; */
  133. }