detail.html 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Mega Loto - Detail</title>
  8. <link rel="preconnect" href="https://fonts.googleapis.com">
  9. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  10. <link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,500;12..96,600;12..96,700;12..96,800&display=swap" rel="stylesheet">
  11. <link rel="stylesheet" href="css/all.min.css"/>
  12. <script src="lib/jquery/jquery.min.js"></script>
  13. <script src="js/all.min.js"></script>
  14. </head>
  15. <body>
  16. <div class="main-content h-dvh max-w-[500px] mx-auto bg-[#ececec] relative overflow-hidden">
  17. <!-- Header gradient -->
  18. <div class="header-bg absolute inset-x-0 top-0 h-[160px] flex flex-col items-center pt-4 px-3 z-0">
  19. <div class="w-full flex items-center justify-between">
  20. <button class="js-back w-6 h-6 flex items-center justify-center">
  21. <img src="assets/icons/arrow-left.svg" alt="Back" class="w-6 h-6"/>
  22. </button>
  23. <p class="text-white text-base font-bold">Kết quả Jackpot</p>
  24. <span class="w-6 h-6"></span>
  25. </div>
  26. <p class="text-white/80 text-xs -mt-1">Draw #<span class="font-bold">0015</span></p>
  27. </div>
  28. <!-- White rounded body (overlaps header, scrollable) -->
  29. <div class="absolute inset-x-0 top-[56px] bottom-0 bg-white rounded-t-[32px] flex flex-col gap-2 px-5 pt-4 pb-3 overflow-y-auto z-10">
  30. <!-- Top: Draw info + MB ball + Jackpot prize -->
  31. <div class="flex items-start justify-between shrink-0">
  32. <div class="flex flex-col gap-1 items-start">
  33. <span class="bg-[#0062ff] text-white text-base font-bold rounded-xl px-2 py-1">Draw #0015</span>
  34. <div class="flex items-center gap-1">
  35. <img src="assets/icons/calendar.png" alt="" class="w-5 h-5"/>
  36. <span class="text-xs text-black">Friday, Mar 20, 2026</span>
  37. </div>
  38. <div class="flex items-center gap-1">
  39. <svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" stroke="#0062ff" stroke-width="2"><circle cx="12" cy="12" r="9"/><path d="M12 7v5l3 2" stroke-linecap="round"/></svg>
  40. <span class="text-xs text-black">21:00</span>
  41. </div>
  42. </div>
  43. <div class="flex items-center gap-2 relative">
  44. <div class="relative">
  45. <img src="assets/icons/crown.png" alt="" class="absolute -top-3 -right-1 w-5 h-auto rotate-[15deg] z-0 pointer-events-none"/>
  46. <div class="ball ball-mb relative z-10" style="width:52px;height:52px;font-size:22px;">12</div>
  47. <span class="absolute -bottom-1 -right-1 bg-[#ee0033] text-white text-[10px] font-bold px-1 py-0.5 rounded z-20">MB</span>
  48. </div>
  49. <div class="flex flex-col">
  50. <span class="text-xs font-bold text-black">Jackpot Prize</span>
  51. <p class="leading-none mt-1">
  52. <span class="text-[28px] font-condensed font-bold text-[#002bff] tracking-tight">30,000,000</span><span class="text-xs font-bold text-black ml-1 align-top">HTG</span>
  53. </p>
  54. <span class="text-[8px] font-bold text-[#8e8e93] mt-1">Mega Jackpot</span>
  55. </div>
  56. </div>
  57. </div>
  58. <!-- Winning Numbers box -->
  59. <div class="result-box rounded-[32px] py-3 flex flex-col gap-2 shrink-0">
  60. <p class="text-xs font-bold text-black text-center">Winning Numbers</p>
  61. <div class="flex items-center justify-center gap-3 px-4">
  62. <div class="ball ball-blue">7</div>
  63. <div class="ball ball-blue">16</div>
  64. <div class="ball ball-blue">32</div>
  65. <div class="ball ball-blue">35</div>
  66. <div class="ball ball-blue">40</div>
  67. <div class="relative">
  68. <img src="assets/icons/crown.png" alt="" class="absolute -top-4 -right-1 w-7 h-auto rotate-[15deg] z-0 pointer-events-none"/>
  69. <div class="ball ball-mb relative z-10">12</div>
  70. <span class="absolute -bottom-1 -right-2 bg-[#ee0033] text-white text-[8px] font-bold px-1.5 py-0.5 rounded z-20">MB</span>
  71. </div>
  72. </div>
  73. </div>
  74. <!-- Winning Subscribes -->
  75. <div class="result-box rounded-xl py-3 flex flex-col gap-2 shrink-0">
  76. <div class="flex flex-col px-5 gap-1">
  77. <p class="text-xs font-bold text-black">Winning Subscribes (10)</p>
  78. <p class="text-xs text-black">10 subscribers won the jackpot prize</p>
  79. </div>
  80. <div class="grid grid-cols-2 gap-1 px-5">
  81. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  82. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  83. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  84. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  85. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  86. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  87. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  88. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  89. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  90. <div class="flex items-center gap-2 border border-[#ccc] rounded-lg px-2 py-1.5"><span class="bg-[#0062ff] text-white text-xs font-bold rounded-lg w-4 h-4 flex items-center justify-center">1</span><span class="text-xs font-bold text-black">+059 22***66</span></div>
  91. </div>
  92. </div>
  93. <!-- Draw information -->
  94. <div class="result-box rounded-xl py-3 flex flex-col gap-2 px-5">
  95. <p class="text-xs font-bold text-black">Draw information</p>
  96. <div class="grid grid-cols-2 gap-x-1 gap-y-1 text-xs">
  97. <p class="text-[#8e8e93]">Game Type</p>
  98. <p class="font-bold text-black">Mega Jackpot</p>
  99. <p class="text-[#8e8e93]">Total Participants</p>
  100. <p class="font-bold text-black">125.689</p>
  101. <p class="text-[#8e8e93]">Draw Date &amp; Time</p>
  102. <p class="font-bold text-black">Mar 20, 2026 - 21:05</p>
  103. </div>
  104. </div>
  105. <!-- Note -->
  106. <div class="bg-[#ecf3fd] rounded-xl px-3 py-2 flex flex-col gap-1 shrink-0">
  107. <div class="flex items-center gap-1">
  108. <span class="bg-[#0062ff] text-white text-sm font-bold rounded-xl w-[17px] h-5 flex items-center justify-center leading-none">i</span>
  109. <p class="text-[10px] font-bold text-[#0062ff]">Note</p>
  110. </div>
  111. <div class="text-xs text-[#8e8e93] leading-tight">
  112. <p>The result is public announced and verified</p>
  113. <p>Thank you for your trust and support</p>
  114. </div>
  115. </div>
  116. <!-- Back button -->
  117. <a href="kq.html" class="bg-[#0062ff] text-white text-sm font-bold text-center rounded-xl px-3 py-3 mt-2 mb-1 shrink-0">Back to Results list</a>
  118. </div>
  119. </div>
  120. </body>
  121. </html>