英语和韩语技能解析里封觉醒的图标

This commit is contained in:
枫谷剑仙 2021-09-10 05:17:21 +08:00
parent 593c8bc064
commit 6f42c565ef
3 changed files with 7 additions and 6 deletions

View File

@ -537,9 +537,6 @@ label[for="box-have"]::after
transform: scaleX(0.6);
margin: calc(-100px * (1 - 0.6) / 2);
}
.icon-skill[data-icon-type="resolve"] {
background-position-x: calc(-36px * 1);
}
.control-box .btn-qrcode::before{
content: "\f029 QR Code";
}
@ -657,4 +654,7 @@ label[for="qr-data-type-pdchu"]::before {
.badge[data-badge-icon='20']::before
{
background-position-x: -36px;
}
.icon-skill[data-icon-type="resolve"] {
background-position-x: calc(-36px * 1);
}

View File

@ -23,6 +23,7 @@
background-position-x: -20px;
}
.icon-skill[data-icon-type="mass-attack"],
.icon-skill[data-icon-type="unbind-awakenings"],
.icon-skill[data-icon-type="reduce-damage"],
.icon-skill[data-icon-type="damage-absorb"],
.icon-skill[data-icon-type="damage-void"]

View File

@ -494,9 +494,6 @@ label[for="box-have"]::after
{
content: "루프 변신";
}
.icon-skill[data-icon-type="resolve"] {
background-position-x: calc(-36px * 2);
}
.control-box .btn-qrcode::before{
content: "\f029 QR 코드";
@ -620,4 +617,7 @@ label[for="qr-data-type-pdchu"]::before {
.badge[data-badge-icon='3']::before
{
background-position-x: -36px;
}
.icon-skill[data-icon-type="resolve"] {
background-position-x: calc(-36px * 2);
}