Authored by 鲁尚清

系统资源统计,数量显示不够明显

... ... @@ -37,15 +37,15 @@
.listItem-health{
display: flex;
position: absolute;
left: 18px;
left: 16px;
top:30px;
}
.listItem:nth-child(1) .listItem-health{
/*left: 7px;*/
}
.listItem:nth-child(3) .listItem-health{
/*left: 18px;*/
.listItem:nth-child(4) .listItem-health{
left: 13px;
}
.listItem{
... ... @@ -57,9 +57,9 @@
}
.listItem-num{
position: absolute;
top:36%;
font-size: 15px;
color:#61c5d5;
top:35.2%;
font-size: 16px;
color:#FFFFFF;
width: 24px;
}
.listItem-icon{
... ... @@ -102,13 +102,14 @@
flex-flow: column;
font-size: 12px;
font-family: "PingFang SC";
width: 29px;
min-width: 29px;
flex: 1;
}
.healthList span{
padding:0 5px;
/*padding:0 5px;*/
}
.healthList span.listNum{
padding: 2px 5px;
padding: 2px 0px;
}
.listText{
font-size: 13px;
... ...