/* ========== 行情页样式 ========== */

/* 指数卡片 */
.index-card {
    transition: all 0.2s ease;
}

.index-card:active {
    transform: scale(0.98);
    background: #f9f9f9;
}

/* 板块列表项 */
.plate-item {
    transition: background 0.2s ease;
}

.plate-item:active {
    background: #f9f9f9;
}

/* 个股列表项 */
.stock-item {
    transition: background 0.2s ease;
}

.stock-item:active {
    background: #f9f9f9;
}

/* 全球市场项 */
.global-item {
    transition: background 0.2s ease;
}

.global-item:active {
    background: #f9f9f9;
}
