feat: PDF对比按页同步滚动+译文按页分隔显示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user