/* 美化表格样式 */
.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.schedule-table th, .schedule-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.schedule-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.schedule-table tr:hover {
    background-color: #f9f9f9;
}

.schedule-table td {
    word-wrap: break-word;
}

/* 优化日期显示格式 */
.schedule-table td {
    white-space: nowrap;
}

/* 添加滚动条，避免表格内容溢出 */
#liucheng {
    overflow-x: auto;
}

/* 列表容器 */
#liucheng {
    padding: 20px;
}
