/* ============================================
   层风页面样式 - wind.html
   包含：风数据表格
   ============================================ */

/* 表格容器 */
.table-container {
    padding: 20px;
    margin-bottom: 30px;
    overflow-x: auto;
}

/* 风数据表格 */
.wind-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.wind-table th,
.wind-table td {
    padding: 12px 5px;
    border-bottom: 1px solid #06d19e;
}

.wind-table th {
    color: #120c86;
    font-weight: normal;
}
