mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
fix: 资源重复2
This commit is contained in:
parent
89c4ab29a7
commit
35bde529af
15 changed files with 44 additions and 40 deletions
|
|
@ -19,7 +19,6 @@
|
|||
}
|
||||
|
||||
.rank-icon {
|
||||
width: 1.5em;
|
||||
aspect-ratio: 1;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
|
@ -35,4 +34,26 @@
|
|||
background-image: url("../images/RANK_B.png");
|
||||
}
|
||||
|
||||
.property {
|
||||
aspect-ratio: 1;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.property.fire {
|
||||
background-image: url("../images/IconFire.png");
|
||||
}
|
||||
.property.ice {
|
||||
background-image: url("../images/IconIce.png");
|
||||
}
|
||||
.property.physdmg {
|
||||
background-image: url("../images/IconPhysDmg.png");
|
||||
}
|
||||
.property.thunder {
|
||||
background-image: url("../images/IconThunder.png");
|
||||
}
|
||||
.property.dungeon {
|
||||
background-image: url("../images/IconDungeonBuffEther.png");
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
}
|
||||
|
||||
.rank-icon {
|
||||
width: 1.5em;
|
||||
aspect-ratio: 1;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
|
|
@ -59,3 +58,25 @@
|
|||
background-image: url('../images/RANK_B.png');
|
||||
}
|
||||
}
|
||||
|
||||
.property {
|
||||
aspect-ratio: 1;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
&.fire {
|
||||
background-image: url('../images/IconFire.png');
|
||||
}
|
||||
&.ice {
|
||||
background-image: url('../images/IconIce.png');
|
||||
}
|
||||
&.physdmg {
|
||||
background-image: url('../images/IconPhysDmg.png');
|
||||
}
|
||||
&.thunder {
|
||||
background-image: url('../images/IconThunder.png');
|
||||
}
|
||||
&.dungeon {
|
||||
background-image: url('../images/IconDungeonBuffEther.png');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue