Browse Source

更新大浅觉样式

tags/v6.6
枫谷剑仙 5 years ago
parent
commit
fa77626d45
1 changed files with 4 additions and 20 deletions
  1. +4
    -20
      style.css

+ 4
- 20
style.css View File

@@ -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;


Loading…
Cancel
Save