mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 21:27:47 +00:00
fix: 资源重复
This commit is contained in:
parent
e988948770
commit
89c4ab29a7
12 changed files with 42 additions and 45 deletions
BIN
resources/common/images/RANK_A.png
Normal file
BIN
resources/common/images/RANK_A.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
BIN
resources/common/images/RANK_B.png
Normal file
BIN
resources/common/images/RANK_B.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
resources/common/images/RANK_S.png
Normal file
BIN
resources/common/images/RANK_S.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
|
|
@ -18,4 +18,21 @@
|
|||
font-family: "Source Han Serif", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
|
||||
}
|
||||
|
||||
.rank-icon {
|
||||
width: 1.5em;
|
||||
aspect-ratio: 1;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
}
|
||||
.rank-icon.s, .rank-icon.S {
|
||||
background-image: url("../images/RANK_S.png");
|
||||
}
|
||||
.rank-icon.a, .rank-icon.A {
|
||||
background-image: url("../images/RANK_A.png");
|
||||
}
|
||||
.rank-icon.b, .rank-icon.B {
|
||||
background-image: url("../images/RANK_B.png");
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
|
|
|
|||
|
|
@ -39,3 +39,23 @@
|
|||
'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',
|
||||
sans-serif;
|
||||
}
|
||||
|
||||
.rank-icon {
|
||||
width: 1.5em;
|
||||
aspect-ratio: 1;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
&.s,
|
||||
&.S {
|
||||
background-image: url('../images/RANK_S.png');
|
||||
}
|
||||
&.a,
|
||||
&.A {
|
||||
background-image: url('../images/RANK_A.png');
|
||||
}
|
||||
&.b,
|
||||
&.B {
|
||||
background-image: url('../images/RANK_B.png');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue