AI的科幻之旅
/* ===== 全局重置 ===== */ .ai-wrap { margin: 0; padding: 0; } .ai-journey-container { margin: -20px -30px 0; padding: 0; overflow-x: hidden; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #000; color: #fff; } .ai-journey-container * { box-sizing: border-box; } /* ===== 加载动画 ===== */ .loader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; display: flex; flex-direction: column; justify-co...



