/* 返回顶部按钮 */ #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; }
首页 我的主页 / 工具

SCI 作者贡献声明生成器

版本号:v1.1 更新时间:2026-03-24 软件作者:LXSKING 生成工具:Gemini

1. 快速识别作者

2. 作者管理与贡献勾选

#{{ index + 1 }} 重复名称!

实时预览 (Preview)

Title: {{ articleTitle }}
Author Contributions:

Generated on: {{ currentDate }}

历史记录 (本地存储)

暂无记录...
  • {{ item.saveTime }} - {{ item.title || '无标题' }}