b64543a98226cffcda2b9c9dc7a8e29df703ead7
分辨率: 1242 × 699
文件大小: 105.7 KB
格式: JPG
下载次数: 1
分类: 动漫卡通
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%; } }