
        /* 鼠标悬停行变色样式 - 适配UEESHOP */
        .ueeshop-table tbody tr:hover {
            background-color: #e8f4f8 !important; /* 浅蓝高亮，可自行修改颜色值 */
            transition: background-color 0.2s ease; /* 平滑过渡效果 */
        }
        /* 表头样式强化：加深文字颜色+加粗 */
        .ueeshop-table thead tr th {
            background:#f5f5f5 !important;
            color: #222 !important; /* 深灰色，比默认更醒目 */
            font-weight: 700 !important; /* 加粗，提升辨识度 */
        }
    