Browse Source

超觉醒把副属性遮住了

tags/v1.0
枫谷剑仙 7 years ago
parent
commit
46c0f22885
1 changed files with 7 additions and 6 deletions
  1. +7
    -6
      style.css

+ 7
- 6
style.css View File

@@ -119,12 +119,6 @@ ul{
position: absolute;
left:0;
}
/*怪物-超觉醒*/
.monster .super-awoken{
position: absolute;
right:0;
bottom: 0;
}

.null .plus,.delay .plus,
.null .awoken-count,.delay .awoken-count,
@@ -167,6 +161,13 @@ ul{
text-shadow: none;
background-position: 0 -38px;
}
/*怪物-超觉醒*/
.monster .super-awoken{
position: absolute;
right:0;
top: 30px;
transform: scale(0.80) translateX(4px);
}
/*怪物-等级*/
.monster .level{
color: white;


Loading…
Cancel
Save