fix: 资源重复2
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
|
@ -139,30 +139,11 @@
|
|||
top: 0.2em;
|
||||
right: 0.1em;
|
||||
width: 1.6em;
|
||||
aspect-ratio: 1;
|
||||
background-color: #000;
|
||||
border-radius: 50%;
|
||||
border: solid 0.1em #000;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
z-index: 2;
|
||||
}
|
||||
.card .list .item .property.fire {
|
||||
background-image: url("./images/IconFire.png");
|
||||
}
|
||||
.card .list .item .property.ice {
|
||||
background-image: url("./images/IconIce.png");
|
||||
}
|
||||
.card .list .item .property.physdmg {
|
||||
background-image: url("./images/IconPhysDmg.png");
|
||||
}
|
||||
.card .list .item .property.thunder {
|
||||
background-image: url("./images/IconThunder.png");
|
||||
}
|
||||
.card .list .item .property.dungeon {
|
||||
background-image: url("./images/IconDungeonBuffEther.png");
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=index.css.map */
|
||||
|
|
|
|||
|
|
@ -151,30 +151,11 @@
|
|||
top: 0.2em;
|
||||
right: 0.1em;
|
||||
width: 1.6em;
|
||||
aspect-ratio: 1;
|
||||
background-color: #000;
|
||||
border-radius: 50%;
|
||||
border: solid 0.1em #000;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
z-index: 2;
|
||||
&.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');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
|
|||