自练代码 #include
.heading-font { font-family: 'Baloo 2', cursive; } .drop-zone { transition: all 0.2s ease; } .drop-zone:hover, .drop-zone.dragover { border-color: #3B82F6; background-color: #EFF6FF; transform: scale(1.01); } .file-item { transition: all 0.2s ease; } .file-item:hover { background-color: #F1F5F9; } .btn-primary { transition: all 0.2s ease; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3); } .config-panel { transition: transform 0.3s ease; } .log-entry { font-family: 'Courier New', monospace; font-size: 0.75rem; } @media (prefers-reduced-motion: reduce) { * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } /* 打印专用样式 - 用于导出 PDF */ @media print { /* 隐藏所有非内容元素 */ nav, .drop-zone, #configPanel, #overlay, #cloudModal, button, .btn-primary, #toggleConfigBtn, #bindCloudBtn, #clearListBtn, #downloadLogBtn, .status-badge, input[type="file"], input[type="range"], input[type="checkbox"], input[type="text"] { display: none !important; } /* 优化主内容区 */ body { background: white !important; font-size: 12pt; color: black; } main { max-width: 100% !important; padding: 0 !important; margin: 0 !important; } /* 文件列表优化打印 */ .file-item { page-break-inside: avoid; border-bottom: 1px solid #ccc; padding: 8px 0; } /* 日志面板优化 */ #logPanel { max-height: none !important; overflow: visible !important; background: white !important; color: black !important; border: 1px solid #ccc; } .log-entry { color: black !important; font-size: 9pt; } /* 功能卡片打印优化 */ .grid { display: block !important; } .grid > div { display: inline-block; width: 45%; margin: 5px; vertical-align: top; page-break-inside: avoid; } /* Hero 区域优化 */ .text-center { text-align: left !important; } }
教育工作者必备 PDF 转换工具
保留教学注释 · 智能提取习题 · 添加版权水印 · 打印优化 · 云盘集成
保留批注
高亮/手写注释完整映射
提取习题
自动识别练习区块
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容,请联系我们,一经查实,本站将立刻删除。
如需转载请保留出处:https://51itzy.com/kjqy/259797.html