index.less 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. .mine {
  2. padding: 1px 40px;
  3. min-height: 100vh;
  4. background-color: #041129;
  5. .banner {
  6. position: relative;
  7. border-radius: 20px;
  8. width: 100%;
  9. .banner-content {
  10. position: relative;
  11. border-radius: 20px;
  12. left: 50%;
  13. transform: translateX(-50%);
  14. width: 100%;
  15. height: 740px;
  16. }
  17. .content-img {
  18. // background-color: #545353;
  19. border-radius: 20px;
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .content-wait {
  24. border-radius: 20px;
  25. position: absolute;
  26. top: 0;
  27. left: 0;
  28. width: 100%;
  29. height: 100%;
  30. background: rgba(0, 0, 0, 0.6);
  31. .wait-date {
  32. margin-top: 12px;
  33. margin-left: 16px;
  34. font-size: 36px;
  35. font-family: PingFang SC;
  36. font-weight: bold;
  37. color: #FFFFFF;
  38. }
  39. .wait-middle {
  40. position: absolute;
  41. top: 50%;
  42. left: 50%;
  43. transform: translate(-50%, -50%);
  44. font-size: 40px;
  45. font-family: PingFang SC;
  46. font-weight: 800;
  47. color: #FFFFFF;
  48. }
  49. .wait-bottom {
  50. width: 100%;
  51. position: absolute;
  52. bottom: 40px;
  53. left: 0;
  54. font-size: 40px;
  55. font-family: PingFang SC;
  56. font-weight: 500;
  57. color: #FFFFFF;
  58. .wait-num {
  59. text-align: center;
  60. }
  61. .wait-get-num {
  62. text-align: center;
  63. margin-top: 16px;
  64. text-decoration: underline
  65. }
  66. }
  67. }
  68. }
  69. .recharge {
  70. margin-top: 30px;
  71. width: 100%;
  72. white-space: nowrap;
  73. .recharge-info {
  74. position: relative;
  75. border-radius: 10px;
  76. margin-right: 20px;
  77. display: inline-block;
  78. .recharge-image {
  79. width: 130px;
  80. height: 230px;
  81. display: block;
  82. background-color: #545353;
  83. border-radius: 10px;
  84. }
  85. .lock {
  86. border-radius: 10px;
  87. position: absolute;
  88. top: 0;
  89. left: 0;
  90. width: 100%;
  91. height: 100%;
  92. background: rgba(0, 0, 0, 0.6);
  93. .lock-content {
  94. position: relative;
  95. top: 50%;
  96. transform: translateY(-50%);
  97. .lock-img {
  98. position: relative;
  99. left: 50%;
  100. transform: translateX(-50%);
  101. width: 36px;
  102. display: block;
  103. height: 36px;
  104. }
  105. .lock-title {
  106. text-align: center;
  107. margin-top: 10px;
  108. font-size: 26px;
  109. font-family: PingFang SC;
  110. font-weight: 500;
  111. color: #FFFFFF;
  112. }
  113. }
  114. }
  115. }
  116. }
  117. .control {
  118. width: 100%;
  119. margin-top: 100px;
  120. display: flex;
  121. justify-content: space-between;
  122. align-items: center;
  123. font-size: 28px;
  124. font-family: PingFang SC;
  125. font-weight: 500;
  126. color: #FFFFFF;
  127. .download {
  128. width: 260px;
  129. height: 80px;
  130. line-height: 80px;
  131. text-align: center;
  132. background: linear-gradient(90deg, #038EFF, #3342FF);
  133. border-radius: 14px;
  134. }
  135. .toIndex {
  136. width: 260px;
  137. height: 80px;
  138. line-height: 80px;
  139. text-align: center;
  140. background: linear-gradient(90deg, #038EFF, #3342FF);
  141. border-radius: 14px;
  142. }
  143. }
  144. }