diff --git a/solo.html b/solo.html
index 1358cea6..295de751 100644
--- a/solo.html
+++ b/solo.html
@@ -401,22 +401,22 @@ var formation = new Formation(teamsCount,6);
diff --git a/style-monsterimages.css b/style-monsterimages.css
index 379bc5f0..fd85c207 100644
--- a/style-monsterimages.css
+++ b/style-monsterimages.css
@@ -903,10 +903,9 @@
background-position-y:calc(-30px * 17);
}
-/*搜索框中用到的属性图片*/
-.attr::before
+/*属性图片*/
+.attr
{
- content:"";
display: inline-block;
width: 32px;
height: 32px;
@@ -914,36 +913,40 @@
background-position-y:calc(32px);
background-repeat: no-repeat;
}
-.attr[data-attr-icon='any']::before
+.attr[data-attr-icon='any']
{
background-position-x: -32px;
background-position-y:calc(-32px * 0);
}
-.attr[data-attr-icon='0']::before
+.attr[data-attr-icon='-1']
+{
+ width: auto;
+}
+.attr[data-attr-icon='0']
{
background-position-y:calc(-32px * 0);
}
-.attr[data-attr-icon='1']::before
+.attr[data-attr-icon='1']
{
background-position-y:calc(-32px * 1);
}
-.attr[data-attr-icon='2']::before
+.attr[data-attr-icon='2']
{
background-position-y:calc(-32px * 2);
}
-.attr[data-attr-icon='3']::before
+.attr[data-attr-icon='3']
{
background-position-y:calc(-32px * 3);
}
-.attr[data-attr-icon='4']::before
+.attr[data-attr-icon='4']
{
background-position-y:calc(-32px * 4);
}
-.attr[data-attr-icon='5']::before
+.attr[data-attr-icon='5']
{
background-position-y:calc(-32px * 5);
}
-.attr[data-attr-icon='6']::before
+.attr[data-attr-icon='6']
{
background-position-y:calc(-32px * 6);
}
\ No newline at end of file
diff --git a/style.css b/style.css
index 5cc77733..ca499f05 100644
--- a/style.css
+++ b/style.css
@@ -973,7 +973,7 @@ ul{
.attrs-div .attr-list>li:last-of-type{
border-radius: 0 8px 8px 0;
}
-.attrs-div .attr-list .attr
+.attrs-div .attr-list>li>label
{
width: 55px;
height: 32px;
diff --git a/triple.html b/triple.html
index e3e176c1..e0637339 100644
--- a/triple.html
+++ b/triple.html
@@ -1096,22 +1096,22 @@ var formation = new Formation(teamsCount,6);