Browse Source

固定队伍名垂直高度

tags/v8.0
枫谷剑仙 6 years ago
parent
commit
cccd1be0f0
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      style.css

+ 2
- 0
style.css View File

@@ -20,6 +20,7 @@
body{
font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif, "Malgun Gothic", "맑은 고딕", "Gulim", AppleGothic;
--head-block-width: 108px;
--head-block-height: 108px;
--search-icon-unchecked: 0.4;
--team-1-bgcolor : pink;
--team-2-bgcolor : lightblue;
@@ -349,6 +350,7 @@ ul{
white-space: pre-wrap;
display: none;
width: var(--head-block-width);
height: var(--head-block-height);
}
.show-team-name-left .team-box-name::before{
display: inline-block;


Loading…
Cancel
Save