.header { margin-bottom: 16px; } .meta { display: flex; gap: 18px; margin-top: 10px; font-size: 19px; color: var(--jx3-text-muted); } .item-icon { width: 34px; height: 34px; border-radius: 6px; flex: 0 0 auto; background: var(--jx3-surface-muted); } .item-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; color: var(--jx3-text); } .price { display: inline-flex; align-items: center; justify-content: center; gap: 4px; white-space: nowrap; font-weight: 700; color: var(--jx3-gold-bright); } .money-part { display: inline-flex; align-items: center; gap: 2px; margin-right: 3px; } .money-icon { width: 17px; height: 17px; object-fit: contain; } .sample { font-weight: 700; color: var(--jx3-text-secondary); } .time { color: var(--jx3-text-muted); font-size: 18px; white-space: nowrap; }