fix: 资源重复

This commit is contained in:
bietiaop 2024-07-12 23:23:08 +08:00
parent e988948770
commit 89c4ab29a7
12 changed files with 42 additions and 45 deletions

View file

@ -113,9 +113,6 @@
top: 0.2em;
left: 0.1em;
width: 1.5em;
aspect-ratio: 1;
background: url('./images/RANK_A.png') no-repeat center center;
background-size: contain;
color: white;
z-index: 2;
}
@ -123,17 +120,11 @@
&::after {
background: rgb(230, 119, 51);
}
.rank {
background-image: url('./images/RANK_S.png');
}
}
&.rankB {
&::after {
background: rgb(93, 183, 249);
}
.rank {
background-image: url('./images/RANK_B.png');
}
}
.image {
width: 100%;