This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/assets/css/components/views/charts2/networkOverviewDdosDetection.scss

73 lines
1.6 KiB
SCSS
Raw Normal View History

2022-07-08 09:34:09 +08:00
.ddos-detection {
height: 100%;
border: 1px solid #E2E5EC;
border-radius: 4px;
2022-07-14 18:27:53 +08:00
background: rgba(113,113,113,0.06);
.ddos-detection-title {
font-size: 14px;
color: #353636;
font-weight: 600;
margin-top: 15px;
i {
font-size: 16px;
width: 16px;
height: 16px;
color: #38ACD2;
margin:0 8px 0 10px;
}
}
.ddos-detection-value {
height: calc(100% - 36px);
padding: 0 20px;
2022-07-08 09:34:09 +08:00
display: flex;
flex-direction: column;
2022-08-10 09:24:53 +08:00
.panel-chart__no-data {
height: calc(100% - 46px);
}
.ddos-detection-type {
2022-07-08 09:34:09 +08:00
display: flex;
justify-content: space-between;
height: calc(100% - 65px);
margin-top: 20px;
.ddos-detection-type-value {
display: flex;
flex-direction: column;
.ddos-detection-type-value-name {
font-size: 12px;
color: #575757;
line-height: 12px;
font-weight: 400;
margin-bottom: 12px;
}
.ddos-detection-type-value-number {
font-size: 18px;
color: #E26154;
line-height: 12px;
font-weight: 700;
}
2022-07-08 09:34:09 +08:00
}
}
.el-button {
margin-right: 20px;
width: 117px;
min-height: 28px;
background: #FBFBFB;
border: 1px solid #C5C5C5;
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
border-radius: 4px;
padding: 8px 5px;
span {
2022-07-08 09:34:09 +08:00
font-size: 12px;
color: #575757;
font-weight: 500;
i {
transform: rotate(-90deg);
color: #575757;
font-size: 12px;
margin-left: 4px;
}
2022-07-08 09:34:09 +08:00
}
}
}
}