|
|
|
@@ -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);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*珠子图片*/
|
|
|
|
|