|
|
|
@@ -631,10 +631,13 @@ ul{ |
|
|
|
margin-left: 0; |
|
|
|
margin-right: 0; |
|
|
|
display: inline-block !important; |
|
|
|
background: linear-gradient(#4499EE 33%, #2277EE 80%); |
|
|
|
background: linear-gradient(#2277EE , #1155AA 80%); |
|
|
|
border-color: #CCEEFF; |
|
|
|
box-shadow: black 1px 1px 1px; |
|
|
|
border-radius: 0 0 5px 5px; |
|
|
|
border-top: none; |
|
|
|
margin-top: 4px;; |
|
|
|
transform: translatey(-4px) scaley(1.2); |
|
|
|
} |
|
|
|
.team-latents .latent-icon[data-latent-icon='13']+.latent-icon::before, |
|
|
|
.team-latents .latent-icon[data-latent-icon='14']+.latent-icon::before, |
|
|
|
@@ -644,25 +647,6 @@ ul{ |
|
|
|
{ |
|
|
|
background: none; |
|
|
|
} |
|
|
|
.team-latents .latent-icon[data-latent-icon='13']+.latent-icon::after, |
|
|
|
.team-latents .latent-icon[data-latent-icon='14']+.latent-icon::after, |
|
|
|
.team-latents .latent-icon[data-latent-icon='15']+.latent-icon::after, |
|
|
|
.team-latents .latent-icon[data-latent-icon='37']+.latent-icon::after, |
|
|
|
.team-latents .latent-icon[data-latent-icon='38']+.latent-icon::after |
|
|
|
{ |
|
|
|
border-left: 2px ridge #CCEEFF; |
|
|
|
border-right: 2px ridge #CCEEFF; |
|
|
|
box-shadow: black 1px 0px 0px; |
|
|
|
width: 76px; |
|
|
|
height: 10px; |
|
|
|
transform: translatey(-35px); |
|
|
|
background: linear-gradient(#2277EE 33%, #4499EE 80%); |
|
|
|
content: " "; |
|
|
|
box-sizing: border-box; |
|
|
|
position: absolute; |
|
|
|
left: 0; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
/*队长的边框*/ |
|
|
|
.team-box .team-members .team-leader .monster{ |
|
|
|
border-radius: 10px; |
|
|
|
|