style: 看板多语言补充

This commit is contained in:
TsMask
2024-01-29 15:21:59 +08:00
parent 028ecfb61e
commit e932256e66
4 changed files with 158 additions and 82 deletions

View File

@@ -62,7 +62,6 @@
.brand .brand-title {
color: #ffffff;
font-size: 1.4rem;
letter-spacing: 10px;
font-weight: 600;
padding-top: 1rem;
padding-bottom: 0.5rem;
@@ -95,22 +94,28 @@
}
/* 概览区域 */
.overview {
.skim {
min-height: 6.167rem;
height: 12%;
height: 14%;
}
.overview .inner {
.skim .inner {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.overview .inner h4 {
.skim .inner .item {
width: 50%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.skim .inner .item h4 {
font-size: 1.167rem;
padding-left: 0.2rem;
color: #fff;
margin-bottom: 0.333rem;
}
.overview .inner span {
.skim .inner .item span {
font-size: 0.667rem;
color: #4c9bfd;
}
@@ -129,7 +134,7 @@
/* cdr会话监控 */
.cdrEvent {
min-height: 22rem;
height: 58%;
height: 56%;
}
.cdrEvent .inner .chart {
width: 100%;
@@ -138,14 +143,14 @@
}
/* 总流量 */
.totalFlow {
.upfFlowTotal {
min-height: 6.167rem;
height: 12%;
}
.totalFlow .inner .filter {
.upfFlowTotal .inner .filter {
display: flex;
}
.totalFlow .inner .filter span {
.upfFlowTotal .inner .filter span {
display: block;
height: 0.75rem;
line-height: 1;
@@ -153,30 +158,31 @@
color: #1950c4;
font-size: 0.75rem;
border-right: 0.083rem solid #00f2f1;
cursor: pointer;
}
.totalFlow .inner .filter span:first-child {
.upfFlowTotal .inner .filter span:first-child {
padding-left: 0;
}
.totalFlow .inner .filter span:last-child {
.upfFlowTotal .inner .filter span:last-child {
border-right: none;
}
.totalFlow .inner .filter span.active {
.upfFlowTotal .inner .filter span.active {
color: #fff;
font-size: 0.833rem;
}
.totalFlow .data {
.upfFlowTotal .data {
display: flex;
margin-top: 0.833rem;
}
.totalFlow .item {
.upfFlowTotal .item {
width: 50%;
}
.totalFlow h4 {
.upfFlowTotal h4 {
font-size: 1.167rem;
color: #fff;
margin-bottom: 0.417rem;
}
.totalFlow span {
.upfFlowTotal span {
color: #4c9bfd;
font-size: 0.667rem;
}