* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Kanit', sans-serif;
}
body {
background: none; /* หรือใช้ background-color: transparent; */
min-height: 100vh;
display: flex;
flex-direction: column;
padding: 15px;
}
.page-container {
max-width: 600px;
margin: 0 auto;
width: 100%;
}
.header-stats {
display: flex;
gap: 10px;
margin-top: 40px;
}
.stat-box {
flex: 1;
background: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(10px);
border-radius: 12px;
padding: 12px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.stat-icon {
font-size: 1.2rem;
color: #00fff0;
margin-bottom: 5px;
}
.stat-icon i {
opacity: 0.9;
}
.stat-value {
color: #00fff0;
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 2px;
}
.stat-label {
color: #ffffff;
font-size: 0.8rem;
}
.stat-box:nth-child(1) .stat-icon i {
color: #19e021;
animation: pulse 1.5s infinite;
}
.stat-box:nth-child(2) .stat-icon i {
color: #ff5e00;
}
.stat-box:nth-child(3) .stat-icon i {
color: #00d5ff;
}
@keyframes pulse {
0%, 100% {
opacity: 0.5;
}
50% {
opacity: 1;
}
}
@media (max-width: 480px) {
body {
padding: 10px;
}
.stat-box {
padding: 8px;
}
.stat-icon {
font-size: 1rem;
margin-bottom: 3px;
}
.stat-value {
font-size: 0.9rem;
}
.stat-label {
font-size: 0.7rem;
}
}
531,153
ออนไลน์
5,897
ผู้ชนะวันนี้
฿2,766,848
รางวัลวันนี้