Meta Description" name="description" />
<!DOCTYPE html>
<html lang="km">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gmi Store - Top Up</title>
<style>
body { font-family: 'Khmer OS Battambang', sans-serif; background-color: #33312e; color: #fff; margin: 0; padding: 15px; }
.header { display: flex; align-items: center; justify-content: space-between; padding: 10px; margin-bottom: 20px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo img { width: 40px; border-radius: 50%; border: 2px solid #a8c948; }
.logo span { font-weight: bold; color: #a8c948; font-size: 20px; }
.grid-container { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
/* រចនាប័ទ្មប្រអប់ពេជ្រនីមួយៗ */
.card { background-color: #5c5a57; border-radius: 15px; padding: 15px; position: relative; display: flex; flex-direction: column; justify-content: space-between; border: 2px solid transparent; min-height: 80px; }
.card .price { color: #f1c40f; font-size: 22px; font-weight: bold; }
.card .dm-text { color: #d1d1d1; font-size: 14px; }
.card img { position: absolute; right: 10px; bottom: 10px; width: 45px; }
/* រចនាប័ទ្ម Weekly Pass */
.weekly-card { border: 2px solid #f1c40f; }
.weekly-card .price { color: #3be2d0; } /* ពណ៌ទឹកសមុទ្រដូចក្នុងរូប */
.hot-tag { position: absolute; top: -10px; right: 10px; background: #ff4747; color: white; padding: 2px 8px; border-radius: 5px; font-size: 12px; font-weight: bold; }
/* ផ្នែកខាងក្រោម (Bottom Bar) */
.footer-bar { position: fixed; bottom: 0; left: 0; width: 100%; background: #222; padding: 15px; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; }
.total { font-size: 20px; font-weight: bold; }
.total span { color: #a8c948; }
.btn-pay { background: linear-gradient(to right, #6a8e23, #a8c948); color: black; padding: 12px 30px; border-radius: 10px; border: none; font-weight: bold; font-size: 16px; cursor: pointer; }
</style>
</head>
<body>
<div class="header">
<div class="logo">
<img src="https://via.placeholder.com/40" alt="Logo"> <span>Gmi Store</span>
</div>
<div style="font-size: 24px;">🔍</div>
</div>
<div class="grid-container">
<div class="card weekly-card">
<span class="hot-tag">Hot!</span>
<div class="dm-text" style="color: white; font-weight: bold;">Weekly Pass</div>
<div class="price">$1.43</div>
<img src="https://i.imgur.com/8mYn7k0.png" alt="chest">
</div>
<div class="card">
<div class="price">$2.25</div>
<div class="dm-text">86 Dm</div>
<img src="https://i.imgur.com/8mYn7k0.png" alt="chest">
</div>
<div class="card">
<div class="price">$0.85</div>
<div class="dm-text">165 Dm</div>
<img src="https://i.imgur.com/8mYn7k0.png" alt="chest">
</div>
<div class="card">
<div class="price">$2.39</div>
<div class="dm-text">172 Dm</div>
<img src="https://i.imgur.com/8mYn7k0.png" alt="chest">
</div>
<div class="card">
<div class="price">$3.45</div>
<div class="dm-text">257 Dm</div>
<img src="https://i.imgur.com/8mYn7k0.png" alt="chest">
</div>
<div class="card">
<div class="price">$9.15</div>
<div class="dm-text">706 Dm</div>
<img src="https://i.imgur.com/8mYn7k0.png" alt="chest">
</div>
<div class="card">
<div class="price">$8.20</div>
<div class="dm-text">Twilight Pass</div>
<img src="https://i.imgur.com/E0l0K8X.png" alt="pass" style="width: 40px; border-radius: 50%;">
</div>
</div>
<div style="height: 100px;"></div> <div class="footer-bar">
<div class="total">Total: <span>$0.00</span></div>
<button class="btn-pay">🛍️ Pay Now</button>
</div>
</body>
</html>
6
3
5KB
5KB
118.0ms
200.0ms
269.0ms