更改属性的图标
This commit is contained in:
parent
b9ce71ee65
commit
d9f1e2b0bc
BIN
images/attrs.png
BIN
images/attrs.png
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 27 KiB |
Binary file not shown.
After Width: | Height: | Size: 101 KiB |
|
@ -983,23 +983,24 @@ icon.type
|
|||
.attr
|
||||
{
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
background-image: url(images/attrs.png);
|
||||
background-position-y:calc(32px);
|
||||
background-position-y:calc(36px);
|
||||
background-repeat: no-repeat;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.attr[data-attr-icon='any'],
|
||||
.attr[data-attr-icon='self']
|
||||
{
|
||||
background-position-x: -32px;
|
||||
background-position-y:calc(-32px * 0);
|
||||
background-position-x: -36px;
|
||||
background-position-y:calc(-36px * 0);
|
||||
}
|
||||
.attr[data-attr-icon='fixed']
|
||||
{
|
||||
background-position-x: -32px;
|
||||
background-position-y:calc(-32px * 1);
|
||||
background-position-x: -36px;
|
||||
background-position-y:calc(-36px * 1);
|
||||
}
|
||||
|
||||
.attr[data-attr-icon='-1']
|
||||
|
@ -1008,31 +1009,31 @@ icon.type
|
|||
}
|
||||
.attr[data-attr-icon='0']
|
||||
{
|
||||
background-position-y:calc(-32px * 0);
|
||||
background-position-y:calc(-36px * 0);
|
||||
}
|
||||
.attr[data-attr-icon='1']
|
||||
{
|
||||
background-position-y:calc(-32px * 1);
|
||||
background-position-y:calc(-36px * 1);
|
||||
}
|
||||
.attr[data-attr-icon='2']
|
||||
{
|
||||
background-position-y:calc(-32px * 2);
|
||||
background-position-y:calc(-36px * 2);
|
||||
}
|
||||
.attr[data-attr-icon='3']
|
||||
{
|
||||
background-position-y:calc(-32px * 3);
|
||||
background-position-y:calc(-36px * 3);
|
||||
}
|
||||
.attr[data-attr-icon='4']
|
||||
{
|
||||
background-position-y:calc(-32px * 4);
|
||||
background-position-y:calc(-36px * 4);
|
||||
}
|
||||
.attr[data-attr-icon='5']
|
||||
{
|
||||
background-position-y:calc(-32px * 5);
|
||||
background-position-y:calc(-36px * 5);
|
||||
}
|
||||
.attr[data-attr-icon='6']
|
||||
{
|
||||
background-position-y:calc(-32px * 6);
|
||||
background-position-y:calc(-36px * 6);
|
||||
}
|
||||
|
||||
/*珠子图片*/
|
||||
|
|
|
@ -1508,10 +1508,7 @@ icon.inflicts::after
|
|||
.attrs-div .attr-list>li>label
|
||||
{
|
||||
width: 55px;
|
||||
height: 32px;
|
||||
line-height:32px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.attrs-div .attr-list input:checked+label,
|
||||
.qr-data-type-ul>li input:checked+label
|
||||
|
@ -3182,6 +3179,8 @@ table .orb-icon
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
.icon-skill,
|
||||
.attr-list .attr,
|
||||
.skill-datail-parsed icon.attr,
|
||||
.skill-datail-parsed icon.orb,
|
||||
.skill-datail-parsed icon.type,
|
||||
.skill-datail-parsed icon.awoken-icon
|
||||
|
|
Loading…
Reference in New Issue