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
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue