.detail-bg { min-height: 100vh; background: linear-gradient(180deg, #eaf1fb 0%, #f7fafd 100%); display: flex; align-items: center; justify-content: center; } .detail-card { width: 94vw; max-width: 500px; background: #fff; border-radius: 28px; box-shadow: 0 8px 32px rgba(64,158,255,0.10); padding: 38px 18px 28px 18px; display: flex; flex-direction: column; align-items: stretch; } .detail-title { font-size: 26px; font-weight: 800; color: #409eff; text-align: center; margin-bottom: 32px; letter-spacing: 2px; } .detail-list { display: flex; flex-direction: column; gap: 0; } .detail-item { display: flex; flex-direction: row; align-items: flex-start; justify-content: space-between; background: #f7fafd; border-radius: 16px; margin-bottom: 18px; padding: 18px 16px; box-shadow: 0 2px 8px rgba(64,158,255,0.04); } .detail-label { color: #888; font-size: 16px; min-width: 80px; margin-right: 10px; } .detail-value { color: #222; font-size: 16px; font-weight: 600; flex: 1; text-align: right; word-break: break-all; } .detail-value.stock { color: #409eff; font-weight: 700; } .detail-img { width: 90px; height: 90px; border-radius: 10px; margin-left: 10px; background: #f0f1f3; border: 1px solid #e3e8f0; } .img-placeholder { width: 90px; height: 90px; border-radius: 10px; background: #f0f1f3; color: #bbb; display: flex; align-items: center; justify-content: center; font-size: 14px; margin-left: 10px; } .remark-item { align-items: flex-start; } .detail-remark { color: #666; font-size: 15px; flex: 1; text-align: right; line-height: 1.7; word-break: break-all; }