You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

243 lines
5.1 KiB

7 months ago
7 months ago
7 months ago
  1. .home {
  2. .liner-box {
  3. position: relative;
  4. width: 100%;
  5. height: 190px;
  6. background-color: #2d8ad7;
  7. border-radius: 0px 0px 20% 20% / 40% 40%;
  8. .start-button {
  9. width: 140px;
  10. height: 35px;
  11. border-radius: 23px;
  12. background: #f3f3f3;
  13. box-sizing: border-box;
  14. border: 1px solid #4ee1f9;
  15. box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
  16. font-weight: bold;
  17. }
  18. .logo {
  19. background-image: url("../assets/max-logo.png");
  20. width: 300px;
  21. height: 328px;
  22. background-size: 100% 100%;
  23. position: absolute;
  24. left: 230px;
  25. top: 0;
  26. }
  27. .radius {
  28. width: 100%;
  29. background: linear-gradient(180deg, #473c80 -6%, #021a56 100%);
  30. height: 180px;
  31. color: $white;
  32. border-radius: 0px 0px 20% 20% / 40% 40%;
  33. position: absolute;
  34. top: 0;
  35. left: 0;
  36. }
  37. }
  38. .product-box {
  39. width: 100%;
  40. height: 192px;
  41. border-radius: 23px;
  42. box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
  43. background-image: url('../assets/product-box.png');
  44. background-size: 100% 100%;
  45. object-fit: cover;
  46. position: relative;
  47. color: $white;
  48. .box {
  49. width: 391px;
  50. height: 172px;
  51. border-radius: 23px;
  52. background: rgba(255, 255, 255, 0.102);
  53. box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
  54. padding: 15px;
  55. }
  56. }
  57. .BinancePag {
  58. .img {
  59. @include img-size(42px, 42px);
  60. }
  61. .Locked {
  62. width: 100px;
  63. height: 30px;
  64. -webkit-clip-path: polygon(15% 0, 85% 0, 100% 50%, 100% 50%, 85% 100%, 15% 100%, 0 46%, 0 50%);
  65. clip-path: polygon(15% 0, 85% 0, 100% 50%, 100% 50%, 85% 100%, 15% 100%, 0 46%, 0 50%);
  66. background: #4ee1f9;
  67. box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
  68. border: none;
  69. font-weight: bold;
  70. }
  71. }
  72. .tabs-box {
  73. width: 82px;
  74. height: 29px;
  75. box-sizing: border-box;
  76. border: 1px solid #ffffff;
  77. border-radius: 23px;
  78. font-size: 14px;
  79. font-weight: bold;
  80. }
  81. .active-tab-box {
  82. width: 82px;
  83. height: 29px;
  84. border-radius: 23px;
  85. opacity: 1;
  86. background: #f3f3f3;
  87. box-sizing: border-box;
  88. color: $black;
  89. border: 1px solid #4ee1f9;
  90. }
  91. .divider {
  92. width: 100%;
  93. height: 6px;
  94. background: #1c1c1c;
  95. }
  96. .help {
  97. width: 430px;
  98. display: flex;
  99. align-items: center;
  100. overflow: hidden;
  101. overflow-x: scroll;
  102. &::-webkit-scrollbar {
  103. display: none;
  104. }
  105. }
  106. .Upcoming {
  107. .box {
  108. width: 100%;
  109. height: 106px;
  110. border-radius: 23px;
  111. background: #ffffff;
  112. box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
  113. padding: 15px 25px;
  114. }
  115. }
  116. @for $i from 1 through 3 {
  117. .help-bg-img-#{$i} {
  118. background-image: url('../assets/scroll-#{$i}.png');
  119. }
  120. }
  121. .help-box {
  122. min-width: 260px;
  123. height: 130px;
  124. border-radius: 17px;
  125. background-size: 100% 100%;
  126. opacity: 1;
  127. box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
  128. padding: 20px 14px;
  129. color: $white;
  130. object-fit: cover;
  131. align-items: start;
  132. .help-img-0 {
  133. width: 46px;
  134. height: 72px;
  135. object-fit: cover;
  136. margin-top: 10px;
  137. }
  138. .help-img-1 {
  139. width: 64px;
  140. height: 87px;
  141. object-fit: cover;
  142. margin-top: 10px;
  143. }
  144. .help-img-2 {
  145. width: 68px;
  146. height: 69px;
  147. object-fit: cover;
  148. margin-top: 10px;
  149. }
  150. }
  151. .refer {
  152. width: 100%;
  153. height: 178px;
  154. border-radius: 23px;
  155. opacity: 1;
  156. background: #ffffff;
  157. box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
  158. position: relative;
  159. .img {
  160. position: absolute;
  161. width: 94px;
  162. height: 92px;
  163. object-fit: cover;
  164. left: 0;
  165. bottom: -35px;
  166. }
  167. .box {
  168. width: 391px;
  169. height: 159px;
  170. border-radius: 23px;
  171. background-size: 100% 100%;
  172. background-image: url('../assets/referees-box.png');
  173. box-sizing: border-box;
  174. border: 1px solid #ffffff;
  175. box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1608);
  176. color: $white;
  177. }
  178. }
  179. .understand-button {
  180. width: 150px;
  181. height: 35px;
  182. border-radius: 23px;
  183. background: #021a56;
  184. box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
  185. color: $white;
  186. }
  187. .rv-cell {
  188. background: $white;
  189. border-radius: 10px;
  190. }
  191. .rv-collapse-item {
  192. border-radius: 20px;
  193. box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
  194. }
  195. .rv-collapse-item__title--expanded {
  196. border-radius: 10px 10px 0px 0px;
  197. }
  198. .rv-collapse-item--border {
  199. &::after {
  200. border: none;
  201. }
  202. }
  203. .rv-collapse-item__title--expanded {
  204. &::after {
  205. border: none;
  206. }
  207. }
  208. .rv-collapse-item__wrapper {
  209. box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
  210. }
  211. .rv-collapse-item__content {
  212. background: $white;
  213. color: $black;
  214. border-radius: 0px 0px 10px 10px;
  215. box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1608);
  216. }
  217. }