mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
%深渊增加影画数显示
This commit is contained in:
parent
a134543639
commit
83ca22c3b8
7 changed files with 62 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue