| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985 |
- .anomaly-dashboard-page {
- height: 100%;
- min-height: 0;
- position: relative;
- display: flex;
- flex-direction: column;
- padding: 10px;
- box-sizing: border-box;
- font-family: "Microsoft YaHei", system-ui, sans-serif;
- overflow-x: hidden;
- *,
- *::before,
- *::after {
- box-sizing: border-box;
- }
- .anomaly-page__body {
- flex: 1;
- min-height: 0;
- overflow-y: auto;
- }
- .anomaly-top-grid {
- display: grid;
- grid-template-columns: 1fr;
- gap: 12px;
- min-height: 520px;
- }
- @media (min-width: 1024px) {
- .anomaly-top-grid {
- grid-template-columns: repeat(3, minmax(0, 1fr));
- }
- }
- .anomaly-overview-card {
- padding: 16px;
- height: 100%;
- display: flex;
- flex-direction: column;
- }
- .anomaly-overview-stats {
- display: grid;
- grid-template-columns: 1fr 1px 1fr;
- align-items: stretch;
- gap: 16px;
- margin-top: 8px;
- }
- .anomaly-overview-ring-wrap {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding: 12px 0;
- }
- .anomaly-overview-ring {
- width: 80px;
- height: 80px;
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- .anomaly-num {
- font-size: 32px;
- line-height: 1;
- }
- }
- .anomaly-overview-ring-label {
- margin-top: 16px;
- font-size: 13px;
- font-weight: 500;
- }
- .anomaly-overview-side {
- display: flex;
- flex-direction: column;
- justify-content: center;
- min-height: 0;
- padding: 4px 0;
- }
- .anomaly-overview-watchlist {
- display: flex;
- flex-direction: column;
- height: 100%;
- min-height: 120px;
- max-height: 168px;
- overflow: hidden;
- }
- .anomaly-overview-watchlist__head {
- display: grid;
- grid-template-columns: 1fr 52px;
- gap: 8px;
- align-items: end;
- padding: 0 4px 8px;
- border-bottom: 1px solid rgba(141, 171, 194, 0.22);
- flex-shrink: 0;
- }
- .anomaly-overview-watchlist__title {
- grid-column: 1 / -1;
- font-size: 12px;
- font-weight: 600;
- line-height: 1.4;
- }
- .anomaly-overview-watchlist__col {
- font-size: 11px;
- line-height: 1.3;
- opacity: 0.85;
- }
- .anomaly-overview-watchlist__col--action {
- text-align: right;
- }
- .anomaly-overview-watchlist__empty {
- display: flex;
- align-items: center;
- justify-content: center;
- flex: 1;
- min-height: 88px;
- font-size: 12px;
- color: var(--anomaly-muted, #909399);
- }
- .anomaly-overview-watchlist__list {
- flex: 1;
- min-height: 0;
- overflow-y: auto;
- margin: 0;
- padding: 4px 0 0;
- list-style: none;
- }
- .anomaly-overview-watchlist__row {
- display: grid;
- grid-template-columns: 1fr 52px;
- gap: 8px;
- align-items: center;
- min-height: 32px;
- padding: 4px 4px;
- border-radius: 4px;
- transition: background-color 0.2s ease;
- &:hover {
- background: rgba(34, 211, 238, 0.06);
- }
- }
- .anomaly-overview-watchlist__name {
- min-width: 0;
- font-size: 12px;
- font-weight: 500;
- line-height: 1.4;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .anomaly-overview-watchlist__detail {
- display: inline-flex;
- align-items: center;
- justify-content: flex-end;
- gap: 2px;
- padding: 0;
- border: 0;
- background: transparent;
- font-size: 11px;
- line-height: 1.4;
- cursor: pointer;
- white-space: nowrap;
- .el-icon-arrow-right {
- font-size: 11px;
- }
- }
- .anomaly-stat-card {
- display: flex;
- align-items: center;
- gap: 12px;
- padding: 12px;
- border-radius: 12px;
- }
- .anomaly-stat-icon {
- width: 48px;
- height: 48px;
- border-radius: 12px;
- display: flex;
- align-items: center;
- justify-content: center;
- flex-shrink: 0;
- font-size: 20px;
- font-weight: 700;
- }
- .anomaly-stat-label {
- font-size: 12px;
- font-weight: 500;
- line-height: 1.3;
- }
- .anomaly-stat-ratio {
- font-size: 10px;
- margin-top: 4px;
- }
- .anomaly-radar-wrap {
- margin-top: 14px;
- padding-top: 14px;
- display: grid;
- grid-template-columns: 1fr 1fr;
- gap: 8px;
- }
- .anomaly-radar-panel {
- min-width: 0;
- border-radius: 10px;
- padding: 10px 8px 4px;
- overflow: hidden;
- }
- .anomaly-radar-panel-head {
- display: flex;
- justify-content: space-between;
- align-items: center;
- gap: 2px;
- padding: 0 6px 4px;
- }
- .anomaly-radar-panel-title {
- font-size: 14px;
- font-weight: 600;
- display: flex;
- align-items: center;
- gap: 4px;
- }
- .anomaly-radar-panel-unit {
- font-size: 10px;
- white-space: nowrap;
- }
- .anomaly-radar-chart {
- width: 100%;
- height: 220px;
- }
- .anomaly-heatmap-card {
- padding: 12px;
- height: 100%;
- display: flex;
- flex-direction: column;
- min-height: 520px;
- }
- .anomaly-heatmap-chart {
- flex: 1;
- min-height: 0;
- width: 100%;
- }
- .anomaly-carousel-card {
- padding: 12px;
- margin-top: 12px;
- }
- .anomaly-carousel-head {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 12px;
- }
- .anomaly-carousel-controls {
- display: flex;
- align-items: center;
- gap: 8px;
- position: relative;
- z-index: 5;
- flex-shrink: 0;
- }
- .anomaly-carousel-btn {
- width: 28px;
- height: 28px;
- border-radius: 50%;
- display: inline-flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- transition: background 0.2s ease;
- padding: 0;
- }
- .anomaly-carousel-dots {
- display: flex;
- align-items: center;
- gap: 10px;
- padding: 6px 10px;
- margin: 0 4px;
- }
- .anomaly-carousel-dot {
- width: 10px;
- height: 10px;
- border-radius: 50%;
- cursor: pointer;
- flex-shrink: 0;
- position: relative;
- z-index: 6;
- transition: all 0.2s ease;
- }
- .anomaly-carousel-chart {
- height: 340px;
- width: 100%;
- position: relative;
- z-index: 1;
- }
- .anomaly-wind-list-head {
- display: flex;
- align-items: center;
- justify-content: space-between;
- gap: 12px;
- margin: 12px 0 8px;
- }
- .anomaly-wind-list-title {
- margin: 0;
- font-size: 14px;
- font-weight: 600;
- }
- .anomaly-wind-list-sort {
- display: inline-flex;
- align-items: center;
- gap: 6px;
- flex-shrink: 0;
- }
- .anomaly-wind-list-sort__label {
- font-size: 12px;
- color: var(--anomaly-muted, #8db6d1);
- }
- .anomaly-wind-list-sort__select {
- width: 108px;
- }
- .anomaly-wind-grid {
- display: grid;
- grid-template-columns: repeat(1, minmax(0, 1fr));
- gap: 12px;
- padding-bottom: 12px;
- }
- @media (min-width: 768px) {
- .anomaly-wind-grid {
- grid-template-columns: repeat(2, minmax(0, 1fr));
- }
- }
- @media (min-width: 1280px) {
- .anomaly-wind-grid {
- grid-template-columns: repeat(4, minmax(0, 1fr));
- }
- }
- .anomaly-wind-empty-card {
- grid-column: 1 / -1;
- min-height: 160px;
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 24px 12px;
- }
- .anomaly-wind-empty-card__text {
- font-size: 14px;
- letter-spacing: 0.5px;
- }
- .anomaly-wind-card {
- position: relative;
- min-height: 200px;
- padding: 12px;
- }
- .anomaly-wind-card__header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- gap: 8px;
- margin-bottom: 10px;
- }
- .anomaly-wind-card__title-wrap {
- min-width: 0;
- flex: 1;
- }
- .anomaly-wind-card__meta {
- display: flex;
- flex-wrap: wrap;
- gap: 4px 10px;
- margin-top: 6px;
- }
- .anomaly-wind-card__meta-item {
- font-size: 11px;
- line-height: 1.3;
- color: var(--anomaly-muted, #8da3c7);
- max-width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .anomaly-wind-card__modules {
- display: flex;
- flex-direction: column;
- gap: 10px;
- }
- .anomaly-wind-module {
- padding: 8px;
- border-radius: 6px;
- background: rgba(0, 36, 64, 0.22);
- border: 1px solid rgba(126, 172, 199, 0.18);
- }
- .anomaly-wind-module__title {
- margin-bottom: 8px;
- font-size: 11px;
- font-weight: 600;
- line-height: 1.2;
- color: var(--anomaly-title, #b7dff5);
- }
- .anomaly-wind-module--sensor {
- .anomaly-wind-sensors {
- font-size: 11px;
- line-height: 1.5;
- word-break: break-all;
- }
- }
- .anomaly-wind-turbine {
- grid-column: 3;
- grid-row: 1;
- display: flex;
- align-items: center;
- justify-content: center;
- min-height: 0;
- opacity: 0.9;
- }
- .anomaly-wind-turbine__icon {
- width: 100%;
- max-width: 96px;
- height: auto;
- max-height: 92px;
- display: block;
- object-fit: contain;
- }
- .anomaly-wind-id {
- flex-shrink: 0;
- font-size: 12px;
- font-weight: 700;
- line-height: 1;
- padding: 4px 8px;
- border-radius: 10px;
- }
- .anomaly-wind-metrics {
- display: grid;
- grid-template-columns: repeat(3, minmax(0, 1fr));
- grid-template-rows: auto auto;
- gap: 12px 8px;
- align-items: center;
- }
- .anomaly-wind-metric {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- text-align: center;
- min-width: 0;
- .anomaly-num {
- display: block;
- font-size: 18px;
- line-height: 1.4;
- }
- .anomaly-num--high {
- color: #f56c6c;
- }
- }
- .anomaly-wind-metric--wind {
- grid-column: 1;
- grid-row: 1;
- }
- .anomaly-wind-metric--yaw {
- grid-column: 2;
- grid-row: 1;
- }
- .anomaly-wind-metric--pitch {
- grid-column: 1;
- grid-row: 2;
- }
- .anomaly-wind-metric--run {
- grid-column: 2;
- grid-row: 2;
- }
- .anomaly-wind-metric--aero {
- grid-column: 3;
- grid-row: 2;
- }
- .anomaly-wind-label {
- display: block;
- margin-top: 4px;
- font-size: 11px;
- line-height: 1.35;
- min-height: 2.8em;
- word-break: break-all;
- }
- .anomaly-wind-sensors {
- min-width: 0;
- font-size: 11px;
- line-height: 1.5;
- }
- .anomaly-wind-detail__btn {
- flex-shrink: 0;
- display: inline-flex;
- align-items: center;
- gap: 4px;
- padding: 4px 12px;
- border-radius: 4px;
- font-size: 11px;
- line-height: 1.4;
- cursor: pointer;
- transition: all 0.25s ease;
- background: rgba(34, 211, 238, 0.08);
- border: 1px solid rgba(103, 232, 249, 0.45);
- color: #67e8f9;
- &:hover {
- background: rgba(34, 211, 238, 0.18);
- border-color: rgba(103, 232, 249, 0.75);
- color: #a5f3fc;
- }
- }
- .anomaly-wind-detail__icon {
- font-size: 12px;
- }
- /* —— 非科技蓝:浅色业务主题 —— */
- html:not([data-theme="tech-blue"]) & {
- background-color: var(--anomaly-page-bg, var(--content-bg, #f5f7fa));
- color: var(--anomaly-page-text, #303133);
- .el-loading-mask {
- background-color: var(--anomaly-loading-bg, rgba(255, 255, 255, 0.72)) !important;
- }
- .anomaly-card {
- background: var(--anomaly-card-bg, #ffffff);
- border: 1px solid var(--anomaly-card-border, #ebeef5);
- border-radius: 8px;
- box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
- }
- .anomaly-title {
- color: var(--anomaly-title, #303133);
- font-size: 14px;
- font-weight: 600;
- margin-bottom: 10px;
- display: flex;
- align-items: center;
- gap: 6px;
- }
- .anomaly-num {
- color: var(--anomaly-num, var(--primary-color, #82780c));
- font-weight: 700;
- }
- .anomaly-overview-ring {
- border: 1px solid var(--anomaly-ring-border, #dcdfe6);
- background: var(--anomaly-ring-bg, #f5f7fa);
- box-shadow: none;
- .anomaly-num {
- color: var(--anomaly-ring-num, var(--primary-color, #82780c));
- }
- }
- .anomaly-overview-ring-label {
- color: var(--anomaly-ring-label, #606266);
- }
- .anomaly-overview-divider {
- background: var(--anomaly-divider, #ebeef5);
- }
- .anomaly-overview-watchlist__head {
- border-bottom-color: var(--anomaly-divider, #ebeef5);
- }
- .anomaly-overview-watchlist__title,
- .anomaly-overview-watchlist__name {
- color: var(--anomaly-title, #303133);
- }
- .anomaly-overview-watchlist__col {
- color: var(--anomaly-muted, #909399);
- }
- .anomaly-overview-watchlist__detail {
- color: var(--primary-color, #008080);
- }
- .anomaly-overview-watchlist__row:hover {
- background: rgba(0, 128, 128, 0.06);
- }
- .anomaly-overview-watchlist__empty {
- color: var(--anomaly-muted, #909399);
- }
- .anomaly-stat-card.sensor {
- background: var(--anomaly-stat-sensor-bg, rgba(64, 158, 255, 0.08));
- border: 1px solid var(--anomaly-stat-sensor-border, rgba(64, 158, 255, 0.2));
- }
- .anomaly-stat-card.detect {
- background: var(--anomaly-stat-detect-bg, rgba(103, 194, 58, 0.08));
- border: 1px solid var(--anomaly-stat-detect-border, rgba(103, 194, 58, 0.2));
- }
- .anomaly-stat-card.sensor .anomaly-stat-icon {
- background: rgba(64, 158, 255, 0.15);
- color: var(--anomaly-stat-sensor-icon, #409eff);
- box-shadow: none;
- }
- .anomaly-stat-card.detect .anomaly-stat-icon {
- background: rgba(103, 194, 58, 0.15);
- color: var(--anomaly-stat-detect-icon, #67c23a);
- box-shadow: none;
- }
- .anomaly-stat-label {
- color: var(--anomaly-stat-label, #606266);
- }
- .anomaly-stat-ratio {
- color: var(--anomaly-stat-ratio, #909399);
- }
- .anomaly-radar-wrap {
- border-top: 1px solid var(--anomaly-divider, #ebeef5);
- }
- .anomaly-radar-panel {
- background: var(--anomaly-radar-panel-bg, #f5f7fa);
- border: 1px solid var(--anomaly-radar-panel-border, #ebeef5);
- box-shadow: none;
- }
- .anomaly-radar-panel-title {
- color: var(--anomaly-radar-title, #303133);
- }
- .anomaly-radar-panel-unit {
- color: var(--anomaly-radar-unit, #909399);
- }
- .anomaly-carousel-btn {
- border: 1px solid var(--anomaly-carousel-btn-border, #dcdfe6);
- background: var(--anomaly-carousel-btn-bg, #ffffff);
- color: var(--anomaly-carousel-btn-text, #606266);
- &:hover {
- background: var(--anomaly-carousel-btn-hover, #f5f7fa);
- }
- }
- .anomaly-carousel-dot {
- background: var(--anomaly-carousel-dot, #dcdfe6);
- &.active {
- background: var(--anomaly-carousel-dot-active, var(--primary-color, #82780c));
- }
- }
- .anomaly-wind-list-title {
- color: var(--anomaly-title, #303133);
- }
- .anomaly-wind-empty-card__text {
- color: var(--anomaly-muted, #909399);
- }
- .anomaly-wind-turbine__icon {
- opacity: 0.72;
- }
- .anomaly-wind-id {
- color: var(--anomaly-wind-id-text, #303133);
- border: 1px solid var(--anomaly-wind-id-border, #dcdfe6);
- background: var(--anomaly-wind-id-bg, #f5f7fa);
- }
- .anomaly-wind-label {
- color: var(--anomaly-wind-label, #909399);
- }
- .anomaly-wind-module {
- background: var(--anomaly-module-bg, #f8fafc);
- border-color: var(--anomaly-divider, #ebeef5);
- }
- .anomaly-wind-module__title {
- color: var(--anomaly-title, #303133);
- }
- .anomaly-wind-sensors {
- color: var(--anomaly-muted, #909399);
- }
- .anomaly-wind-detail__btn {
- background: var(--anomaly-detail-btn-bg, rgba(0, 128, 128, 0.06));
- border-color: var(--anomaly-detail-btn-border, var(--primary-color, #82780c));
- color: var(--anomaly-detail-btn-text, var(--primary-color, #82780c));
- &:hover {
- background: var(
- --anomaly-detail-btn-hover-bg,
- var(--bgopacity-color, rgba(0, 128, 128, 0.12))
- );
- border-color: var(--primary-color, #82780c);
- color: var(--primary-color, #82780c);
- }
- }
- .anomaly-heatmap-ratio {
- color: var(--anomaly-heatmap-ratio, #909399);
- font-size: 10px;
- }
- }
- /* —— 科技蓝大屏(保持不变) —— */
- html[data-theme="tech-blue"] & {
- background-color: #090a10;
- color: #d8efff;
- .anomaly-card {
- background: #101628;
- border: 1px solid rgba(73, 183, 228, 0.28);
- border-radius: 8px;
- box-shadow: inset 0 0 14px rgba(65, 176, 225, 0.06);
- }
- .anomaly-title {
- color: #b7dff5;
- font-size: 14px;
- font-weight: 600;
- margin-bottom: 10px;
- display: flex;
- align-items: center;
- gap: 6px;
- }
- .anomaly-num {
- color: #4facca;
- font-weight: 700;
- }
- .anomaly-overview-ring {
- border: 1px solid rgba(95, 189, 227, 0.45);
- background: linear-gradient(
- 145deg,
- rgba(29, 145, 211, 0.35),
- rgba(22, 30, 56, 0.35)
- );
- box-shadow: 0 0 18px rgba(52, 182, 242, 0.22);
- .anomaly-num {
- color: #d8efff;
- }
- }
- .anomaly-overview-ring-label {
- color: #d6eefc;
- }
- .anomaly-overview-divider {
- background: linear-gradient(
- to bottom,
- transparent,
- rgba(95, 189, 227, 0.35),
- transparent
- );
- }
- .anomaly-overview-watchlist__head {
- border-bottom-color: rgba(95, 189, 227, 0.22);
- }
- .anomaly-overview-watchlist__title,
- .anomaly-overview-watchlist__name {
- color: #d8efff;
- }
- .anomaly-overview-watchlist__col {
- color: #9abed3;
- }
- .anomaly-overview-watchlist__detail {
- color: #67e8f9;
- }
- .anomaly-overview-watchlist__row:hover {
- background: rgba(34, 211, 238, 0.08);
- }
- .anomaly-overview-watchlist__empty {
- color: #9abed3;
- }
- .anomaly-stat-card.sensor {
- background: rgba(77, 141, 255, 0.12);
- border: 1px solid rgba(77, 141, 255, 0.22);
- }
- .anomaly-stat-card.detect {
- background: rgba(77, 230, 152, 0.1);
- border: 1px solid rgba(77, 230, 152, 0.22);
- }
- .anomaly-stat-card.sensor .anomaly-stat-icon {
- background: linear-gradient(
- 145deg,
- rgba(77, 141, 255, 0.55),
- rgba(77, 141, 255, 0.15)
- );
- color: #6ba3ff;
- box-shadow: 0 4px 12px rgba(77, 141, 255, 0.2);
- }
- .anomaly-stat-card.detect .anomaly-stat-icon {
- background: linear-gradient(
- 145deg,
- rgba(77, 230, 152, 0.5),
- rgba(77, 230, 152, 0.15)
- );
- color: #6effb0;
- box-shadow: 0 4px 12px rgba(77, 230, 152, 0.18);
- }
- .anomaly-stat-label {
- color: #d8efff;
- }
- .anomaly-stat-ratio {
- color: #8db6d1;
- }
- .anomaly-radar-wrap {
- border-top: 1px solid rgba(95, 189, 227, 0.22);
- }
- .anomaly-radar-panel {
- background: #111627;
- border: 1px solid rgba(95, 189, 227, 0.18);
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
- }
- .anomaly-radar-panel-title {
- color: #b7dff5;
- }
- .anomaly-radar-panel-unit {
- color: #6a9bb5;
- }
- .anomaly-carousel-btn {
- border: 1px solid rgba(95, 189, 227, 0.35);
- background: rgba(22, 30, 56, 0.88);
- color: #b7dff5;
- &:hover {
- background: rgba(29, 145, 211, 0.35);
- }
- }
- .anomaly-carousel-dot {
- background: rgba(95, 189, 227, 0.35);
- &.active {
- background: #5ecdee;
- }
- }
- .anomaly-wind-list-title {
- color: #9cc7df;
- }
- .anomaly-wind-empty-card__text {
- color: #8db6d1;
- }
- .anomaly-wind-turbine__icon {
- filter: drop-shadow(0 0 8px rgba(83, 217, 255, 0.35));
- }
- .anomaly-wind-id {
- color: #d8efff;
- border: 1px solid rgba(95, 189, 227, 0.45);
- background: rgba(22, 30, 56, 0.88);
- }
- .anomaly-wind-label {
- color: #b8d3e6;
- }
- .anomaly-wind-metric .anomaly-num--high {
- color: #ff6b81;
- }
- .anomaly-wind-module {
- background: rgba(17, 22, 39, 0.72);
- border-color: rgba(95, 189, 227, 0.22);
- }
- .anomaly-wind-module__title {
- color: #9cc7df;
- }
- .anomaly-wind-sensors {
- color: #9abed3;
- }
- .anomaly-wind-detail__btn {
- background: rgba(34, 211, 238, 0.08);
- border-color: rgba(103, 232, 249, 0.45);
- color: #67e8f9;
- &:hover {
- background: rgba(34, 211, 238, 0.18);
- border-color: rgba(103, 232, 249, 0.75);
- color: #a5f3fc;
- }
- }
- .anomaly-heatmap-ratio {
- color: #6a9bb5;
- font-size: 10px;
- }
- }
- }
|