/* 返回顶部按钮 */ #back-to-top { position: fixed; bottom: 40px; right: 30px; width: 48px; height: 48px; background: #3b82f6; color: white; border: none; border-radius: 50%; font-size: 1.5rem; cursor: pointer; display: none; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.25); z-index: 9999; transition: all 0.3s; } #back-to-top:hover { background: #2563eb; transform: translateY(-3px); box-shadow: 0 6px 18px rgba(0,0,0,0.3); } #back-to-top.show { display: flex; } /* 打印样式 */ @media print { #back-to-top, .no-print { display: none !important; } body { background: white !important; } .container { max-width: 100% !important; padding: 0 !important; } } /* 火天使页脚防御 */ .huotianshi-footer, .yujian-aigc-footer, [class*="huotianshi"], [class*="yujian-aigc"] { display: none !important; }
{{ author.name }}: {{ author.contributions.join(', ') }}. {{ index < authors.length - 1 ? ' ' : '' }}