/* 页面标题区域样式 */
.page-header {
    border: none; /* 从 index.html 提取 */
    text-align: center;
    margin-top: 20px;
}

.page-header h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.page-header .btn-default {
    margin-left: 10px;
}
