feat: PDF对比按页同步滚动+译文按页分隔显示

This commit is contained in:
2026-04-17 10:12:51 +08:00
parent 5157561e83
commit f9c7caae26
2 changed files with 129 additions and 20 deletions

View File

@@ -121,6 +121,27 @@ body {
background: white;
}
.translated-page {
padding-bottom: 30px;
border-bottom: 2px dashed #ddd;
margin-bottom: 20px;
}
.translated-page:last-child {
border-bottom: none;
}
.page-header {
font-size: 0.9em;
padding: 5px 10px;
background: #f0f0f0;
border-radius: 3px;
}
.page-content {
padding: 10px;
}
/* 会员卡片 */
.pricing-card {
transition: transform 0.3s ease;