| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576 |
- @font-face {
- font-family: YouSheBiaoTiHei;
- font-style: normal;
- font-weight: normal;
- src: url('@/assets/font/YouSheBiaoTiHei.ttf') format('truetype');
- font-display: swap;
- }
- .bg {
- --fvs-theme-color-1-2: #f5f9ff;
- background: url('@/assets/kb/bg.png') center center / 100% 100% no-repeat;
- background-color: #fff;
- }
- .header {
- height: 52px;
- font-family: YouSheBiaoTiHei, sans-serif;
- font-size: 32px;
- color: var(--fvs-theme-color-1-2);
- text-align: center;
- background: url('@/assets/kb/header.png') center center / 100% 100% no-repeat;
- }
- .panel {
- background: linear-gradient(180deg, rgb(235 243 255 / 76%) 0%, rgb(221 233 251 / 58%) 100%);
- border: 1px solid rgb(255 255 255 / 58%);
- border-radius: 20px;
- box-shadow:
- inset 0 1px 0 rgb(255 255 255 / 72%),
- 0 18px 36px rgb(46 90 164 / 12%);
- backdrop-filter: blur(12px);
- }
- .panel-title {
- position: relative;
- display: flex;
- padding: 0 16px 0 36px;
- font-family: YouSheBiaoTiHei, sans-serif;
- font-size: 24px;
- letter-spacing: 1px;
- color: #03409b;
- align-items: center;
- &::after {
- position: absolute;
- right: 10px;
- bottom: 0;
- left: 10px;
- height: 2px;
- background: linear-gradient(
- to right,
- rgb(3 64 155 / 15%) 0%,
- rgb(3 64 155 / 15%) calc(100% - 80px),
- #03409b calc(100% - 80px),
- #03409b 100%
- );
- content: '';
- }
- &::before {
- position: absolute;
- right: 10px;
- bottom: 0;
- z-index: 1;
- width: 80px;
- height: 4px;
- background: #03409b;
- border-radius: 2px 2px 0 0;
- content: '';
- }
- .icon-decorator {
- position: absolute;
- left: 14px;
- display: flex;
- align-items: center;
- gap: 3px;
- span {
- width: 4px;
- height: 18px;
- background: #03409b;
- border-radius: 2px;
- &:last-child {
- height: 12px;
- opacity: 0.5;
- }
- }
- }
- }
- .kb-panel-title-text {
- font-family: YouSheBiaoTiHei, sans-serif;
- font-size: 24px;
- font-weight: normal;
- line-height: 1;
- letter-spacing: 1px;
- color: #03409b;
- }
- .summary-card {
- position: relative;
- cursor: default;
- background: linear-gradient(180deg, rgb(255 255 255 / 52%) 0%, rgb(213 227 249 / 38%) 100%);
- border: 1px solid rgb(255 255 255 / 74%);
- box-shadow:
- inset 0 1px 0 rgb(255 255 255 / 78%),
- 0 6px 14px rgb(63 103 171 / 7%);
- transition:
- transform 0.28s ease,
- box-shadow 0.28s ease,
- border-color 0.28s ease,
- background 0.28s ease;
- isolation: isolate;
- }
- .summary-card::before {
- position: absolute;
- z-index: 0;
- pointer-events: none;
- background: linear-gradient(
- 135deg,
- rgb(255 255 255 / 0%) 0%,
- rgb(255 255 255 / 0%) 58%,
- rgb(255 255 255 / 18%) 100%
- );
- content: '';
- inset: 0;
- }
- .summary-card::after {
- position: absolute;
- right: -16px;
- bottom: -28px;
- z-index: 0;
- width: 84px;
- height: 84px;
- pointer-events: none;
- background: radial-gradient(circle, var(--card-glow) 0%, rgb(255 255 255 / 0%) 70%);
- content: '';
- opacity: 0.86;
- transition:
- transform 0.28s ease,
- opacity 0.28s ease;
- }
- .summary-card:hover {
- background: linear-gradient(180deg, rgb(255 255 255 / 72%) 0%, rgb(219 233 255 / 46%) 100%);
- border-color: rgb(255 255 255 / 90%);
- transform: translateY(-3px);
- box-shadow:
- inset 0 1px 0 rgb(255 255 255 / 85%),
- 0 10px 18px rgb(41 89 164 / 13%);
- }
- .summary-card:hover::after {
- opacity: 1;
- transform: scale(1.08);
- }
- .summary-card__shine {
- position: absolute;
- top: 0;
- left: -130%;
- z-index: 1;
- width: 60%;
- height: 100%;
- pointer-events: none;
- background: linear-gradient(
- 90deg,
- rgb(255 255 255 / 0%) 0%,
- rgb(255 255 255 / 18%) 45%,
- rgb(255 255 255 / 45%) 50%,
- rgb(255 255 255 / 18%) 55%,
- rgb(255 255 255 / 0%) 100%
- );
- transform: skewX(-22deg);
- }
- .summary-card:hover .summary-card__shine {
- left: 150%;
- transition: left 0.8s ease;
- }
- .summary-card__icon {
- position: relative;
- z-index: 2;
- display: flex;
- width: 48px;
- height: 48px;
- background: linear-gradient(180deg, rgb(255 255 255 / 96%) 0%, rgb(242 247 255 / 92%) 100%);
- border: 1px solid rgb(255 255 255 / 88%);
- border-radius: 12px;
- box-shadow:
- inset 0 1px 0 rgb(255 255 255 / 95%),
- 0 6px 12px rgb(152 181 230 / 15%);
- flex-shrink: 0;
- align-items: center;
- justify-content: center;
- transition:
- transform 0.28s ease,
- box-shadow 0.28s ease;
- }
- .summary-card__icon::after {
- position: absolute;
- right: -3px;
- bottom: -3px;
- width: 15px;
- height: 15px;
- background: radial-gradient(
- circle at 30% 30%,
- rgb(255 255 255 / 96%) 0%,
- var(--card-glow) 58%,
- rgb(255 255 255 / 0%) 75%
- );
- border-radius: 999px;
- content: '';
- opacity: 0.95;
- }
- .summary-card:hover .summary-card__icon {
- transform: translateY(-2px) scale(1.03);
- box-shadow:
- inset 0 1px 0 rgb(255 255 255 / 95%),
- 0 8px 14px rgb(120 158 221 / 20%);
- }
- .summary-card__icon-glyph {
- position: relative;
- z-index: 1;
- font-size: 25px;
- color: var(--card-accent);
- transition:
- transform 0.28s ease,
- filter 0.28s ease;
- }
- .summary-card:hover .summary-card__icon-glyph {
- filter: drop-shadow(0 4px 8px rgb(0 0 0 / 8%));
- transform: scale(1.08);
- }
- .summary-card__body {
- position: relative;
- z-index: 2;
- display: flex;
- min-height: 48px;
- min-width: 0;
- flex-direction: column;
- justify-content: center;
- }
- .summary-card__label {
- overflow: hidden;
- font-size: 14px;
- font-weight: 600;
- color: #24364f;
- text-overflow: ellipsis;
- white-space: nowrap;
- transition:
- transform 0.28s ease,
- color 0.28s ease;
- }
- .summary-card__value {
- margin-top: 4px;
- font-family: YouSheBiaoTiHei, sans-serif;
- font-size: 19px;
- line-height: 1;
- letter-spacing: 1px;
- color: #1f5bb8;
- transition:
- transform 0.28s ease,
- text-shadow 0.28s ease;
- }
- .summary-card:hover .summary-card__label {
- color: #173b72;
- transform: translateX(1px);
- }
- .summary-card:hover .summary-card__value {
- text-shadow: 0 4px 10px rgb(31 91 184 / 16%);
- transform: translateX(1px);
- }
- .summary-card__corner {
- position: absolute;
- top: 0;
- right: 0;
- z-index: 1;
- width: 36px;
- height: 36px;
- pointer-events: none;
- background: linear-gradient(135deg, rgb(255 255 255 / 30%) 0%, rgb(255 255 255 / 0%) 70%);
- opacity: 0.85;
- clip-path: polygon(100% 0, 0 0, 100% 100%);
- }
- .summary-card {
- animation: card-in 0.5s ease both;
- }
- .summary-card:nth-child(1) {
- animation-delay: 0.05s;
- }
- .summary-card:nth-child(2) {
- animation-delay: 0.1s;
- }
- .summary-card:nth-child(3) {
- animation-delay: 0.15s;
- }
- .summary-card:nth-child(4) {
- animation-delay: 0.2s;
- }
- .summary-card:nth-child(5) {
- animation-delay: 0.25s;
- }
- .summary-card:nth-child(6) {
- animation-delay: 0.3s;
- }
- .summary-card:nth-child(7) {
- animation-delay: 0.35s;
- }
- .summary-card:nth-child(8) {
- animation-delay: 0.4s;
- }
- .summary-card:nth-child(9) {
- animation-delay: 0.4s;
- }
- .summary-card:nth-child(10) {
- animation-delay: 0.4s;
- }
- @keyframes card-in {
- from {
- opacity: 0;
- transform: translateY(12px);
- }
- to {
- opacity: 1;
- transform: translateY(0);
- }
- }
- .summary-card__placeholder {
- display: inline-block;
- font-family: YouSheBiaoTiHei, sans-serif;
- font-size: 19px;
- line-height: 1;
- letter-spacing: 1px;
- color: rgb(31 91 184 / 45%);
- }
- .device-list-table,
- .team-list-table {
- --el-table-border-color: rgb(31 91 184 / 12%);
- --el-table-border: 1px solid rgb(31 91 184 / 12%);
- --el-table-header-bg-color: rgb(255 255 255 / 82%);
- --el-table-tr-bg-color: transparent;
- --el-table-bg-color: transparent;
- --el-table-row-hover-bg-color: rgb(31 91 184 / 6%);
- --el-fill-color-lighter: rgb(255 255 255 / 55%);
- background: transparent;
- :deep(.el-table__inner-wrapper::before) {
- display: none;
- }
- :deep(.el-table__header-wrapper th.el-table__cell) {
- // font-family: YouSheBiaoTiHei, sans-serif;
- font-size: 20px;
- font-weight: 500;
- letter-spacing: 0.5px;
- color: #03409b;
- background: linear-gradient(180deg, rgb(255 255 255 / 92%) 0%, rgb(231 240 255 / 82%) 100%);
- border-bottom: 1px solid rgb(31 91 184 / 16%);
- }
- :deep(.el-table__body td.el-table__cell) {
- padding: 8px 0;
- // font-family: YouSheBiaoTiHei, sans-serif;
- font-size: 16px;
- color: #24364f;
- background: rgb(255 255 255 / 16%);
- border-bottom: 1px solid rgb(31 91 184 / 8%);
- }
- :deep(.el-table__body tr:nth-child(2n) td.el-table__cell) {
- background: rgb(255 255 255 / 28%);
- }
- :deep(.el-table__row:hover > td.el-table__cell) {
- background: rgb(31 91 184 / 8%) !important;
- }
- :deep(.el-scrollbar__bar.is-vertical) {
- width: 8px;
- }
- :deep(.el-scrollbar__bar.is-horizontal) {
- height: 8px;
- }
- :deep(.el-scrollbar__thumb) {
- background: rgb(31 91 184 / 26%);
- border-radius: 999px;
- }
- }
- .device-list-table {
- :deep(.el-table__row) {
- cursor: pointer;
- }
- }
- .kb-stage-card {
- --panel-delay: 0s;
- --panel-glow: rgb(31 91 184 / 12%);
- position: relative;
- opacity: 0;
- transform: translateY(22px) scale(0.985);
- animation: kb-panel-enter 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
- animation-delay: var(--panel-delay);
- isolation: isolate;
- will-change: transform, opacity;
- }
- .kb-stage-card::before {
- position: absolute;
- z-index: 0;
- pointer-events: none;
- background: linear-gradient(
- 112deg,
- rgb(255 255 255 / 0%) 0%,
- rgb(255 255 255 / 0%) 34%,
- rgb(255 255 255 / 26%) 48%,
- rgb(255 255 255 / 8%) 56%,
- rgb(255 255 255 / 0%) 68%,
- rgb(255 255 255 / 0%) 100%
- );
- border-radius: 20px;
- content: '';
- opacity: 0;
- transform: translateX(-140%) skewX(-22deg);
- animation: kb-panel-sheen 1.05s ease-out forwards;
- animation-delay: calc(var(--panel-delay) + 0.18s);
- inset: 0;
- }
- .kb-stage-card::after {
- position: absolute;
- right: -24px;
- bottom: -30px;
- z-index: 0;
- width: 120px;
- height: 120px;
- pointer-events: none;
- background: radial-gradient(circle, var(--panel-glow) 0%, rgb(255 255 255 / 0%) 72%);
- content: '';
- opacity: 0.88;
- transition:
- transform 0.32s ease,
- opacity 0.32s ease;
- }
- .kb-stage-card:hover {
- transform: translateY(-4px) scale(1.005);
- transition:
- transform 0.28s ease,
- box-shadow 0.28s ease;
- }
- .kb-stage-card:hover::after {
- opacity: 1;
- transform: scale(1.08);
- }
- .kb-stage-card--list {
- --panel-glow: rgb(45 124 248 / 14%);
- }
- .kb-stage-card--1 {
- --panel-delay: 0.02s;
- }
- .kb-stage-card--2 {
- --panel-delay: 0.08s;
- }
- .kb-stage-card--3 {
- --panel-delay: 0.14s;
- }
- .kb-stage-card--4 {
- --panel-delay: 0.2s;
- }
- .kb-stage-card--5 {
- --panel-delay: 0.26s;
- }
- .kb-stage-card--6 {
- --panel-delay: 0.32s;
- }
- .kb-stage-card--7 {
- --panel-delay: 0.38s;
- }
- .kb-stage-card--8 {
- --panel-delay: 0.46s;
- }
- @keyframes kb-panel-enter {
- 0% {
- opacity: 0;
- filter: blur(4px);
- transform: translateY(22px) scale(0.985);
- }
- 100% {
- opacity: 1;
- filter: blur(0);
- transform: translateY(0) scale(1);
- }
- }
- @keyframes kb-panel-sheen {
- 0% {
- opacity: 0;
- transform: translateX(-140%) skewX(-22deg);
- }
- 18% {
- opacity: 0.85;
- }
- 100% {
- opacity: 0;
- transform: translateX(165%) skewX(-22deg);
- }
- }
- @media (prefers-reduced-motion: reduce) {
- .kb-stage-card,
- .kb-stage-card::before,
- .kb-stage-card::after {
- animation: none;
- transition: none;
- }
- .kb-stage-card {
- opacity: 1;
- transform: none;
- }
- .kb-stage-card:hover {
- transform: none;
- }
- }
|