8644ebf81a4c510fb91610751ef08d20d62aa5c2
分辨率: 1242 × 712
文件大小: 125.9 KB
格式: JPG
下载次数: 7
分类: 动漫卡通
body { background: var(--bg-primary); } .detail-image-wrap { position: relative; overflow: hidden; } .detail-loader { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: var(--bg-tertiary); } @media (max-width: 768px) { .detail-layout { flex-direction: column; gap: 20px; } .detail-sidebar { width: 100%; flex-shrink: 1; } .detail-image-wrap { min-width: auto; max-width: 100%; } }