/* 各版论文统计页面样式 */

body {
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5f5f5;
}

.container {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

h1 {
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.description {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 14px;
}

.stats-item {
    padding: 12px;
    margin: 8px 0;
    background: #f8f9fa;
    border-left: 4px solid #007bff;
    border-radius: 4px;
}

.edition-name {
    font-weight: bold;
    color: #333;
}

.count {
    color: #007bff;
    font-weight: bold;
}

.next-index {
    color: #28a745;
    font-weight: bold;
}

.total {
    background: #e9ecef;
    border-left: 4px solid #28a745;
    font-weight: bold;
    margin-top: 20px;
}

.no-data {
    text-align: center;
    color: #dc3545;
    padding: 20px;
}
