%深渊增加影画数显示

This commit is contained in:
UCPr 2025-04-26 01:22:03 +08:00
parent a134543639
commit 83ca22c3b8
7 changed files with 62 additions and 13 deletions

View file

@ -209,6 +209,28 @@
color: white;
display: flex;
text-align: center;
.ranks {
background: rgb(117, 117, 117);
padding: 0 0.2em;
&.r1 {
background: rgb(58, 116, 43);
}
&.r2 {
background: rgb(61, 132, 214);
}
&.r3 {
background: rgb(223, 118, 118);
}
&.r4 {
background: rgb(51, 54, 161);
}
&.r5 {
background: rgb(102, 127, 19);
}
&.r6 {
background: rgb(218, 48, 32);
}
}
.level {
flex-grow: 1;
flex-shrink: 1;