mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
补充命破、玄墨、裂霜等图标及面板图样式
This commit is contained in:
parent
ea1f5195b5
commit
2c6e20d846
15 changed files with 29 additions and 6 deletions
|
|
@ -81,6 +81,12 @@
|
|||
.property.dungeon {
|
||||
background-image: url("../images/IconDungeonBuffEther.png");
|
||||
}
|
||||
.property.frost {
|
||||
background-image: url("../images/IconFrost.png");
|
||||
}
|
||||
.property.auricink {
|
||||
background-image: url("../images/IconAuricInk.png");
|
||||
}
|
||||
|
||||
.prop-icon {
|
||||
aspect-ratio: 1;
|
||||
|
|
@ -142,6 +148,9 @@
|
|||
.prop-icon.thunder {
|
||||
background-image: url("../images/property/IconThunder.png");
|
||||
}
|
||||
.prop-icon.sheerforce {
|
||||
background-image: url("../images/property/IconSheerForce.png");
|
||||
}
|
||||
|
||||
.pro-icon {
|
||||
aspect-ratio: 1;
|
||||
|
|
|
|||
|
|
@ -99,6 +99,12 @@
|
|||
&.dungeon {
|
||||
background-image: url('../images/IconDungeonBuffEther.png');
|
||||
}
|
||||
&.frost {
|
||||
background-image: url('../images/IconFrost.png');
|
||||
}
|
||||
&.auricink {
|
||||
background-image: url('../images/IconAuricInk.png');
|
||||
}
|
||||
}
|
||||
|
||||
.prop-icon {
|
||||
|
|
@ -160,6 +166,9 @@
|
|||
&.thunder {
|
||||
background-image: url('../images/property/IconThunder.png');
|
||||
}
|
||||
&.sheerforce {
|
||||
background-image: url('../images/property/IconSheerForce.png');
|
||||
}
|
||||
}
|
||||
|
||||
.pro-icon {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue