โชว์การ์ดพิเศษที่ได้ + ปุ่มไปต่อ

This commit is contained in:
2026-06-02 08:29:04 +00:00
parent 18cad3e9f6
commit f98cbfa9e0
69 changed files with 725 additions and 48 deletions
+30
View File
@@ -2758,6 +2758,36 @@ code {
}
/* ===== Evidence Cards admin panel ===== */
.cm-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
margin-top: 14px;
}
.cm-pick {
border: 1px solid rgba(124, 154, 255, 0.25);
border-radius: 12px;
padding: 12px;
background: rgba(20, 26, 48, 0.4);
display: flex;
flex-direction: column;
gap: 10px;
}
.cm-pick-label {
font-weight: 800;
font-size: 0.92rem;
color: #cdd6ff;
}
.cm-pick-prev {
width: 100%;
height: 200px;
object-fit: contain;
background: #0a0e1a;
border-radius: 8px;
border: 1px solid rgba(124, 154, 255, 0.18);
}
.cm-pick select { width: 100%; }
.ev-suspect-block {
border: 1px solid rgba(124, 154, 255, 0.25);
border-radius: 12px;