diff --git a/languages/zh-CN.css b/languages/zh-CN.css index 2ffde8fa..8a3b75d7 100644 --- a/languages/zh-CN.css +++ b/languages/zh-CN.css @@ -20,18 +20,18 @@ .monster .id::before{ content: "No."; } -.team-bigbox:nth-of-type(1)::after, -.team-bigbox:nth-of-type(1)::before +.team-bigbox:nth-of-type(1) .team-box-name::after, +.team-bigbox:nth-of-type(1) .team-box-name::before { content: "队伍\A A"; } -.team-bigbox:nth-of-type(2)::after, -.team-bigbox:nth-of-type(2)::before +.team-bigbox:nth-of-type(2) .team-box-name::after, +.team-bigbox:nth-of-type(2) .team-box-name::before { content: "队伍\A B"; } -.team-bigbox:nth-of-type(3)::after, -.team-bigbox:nth-of-type(3)::before +.team-bigbox:nth-of-type(3) .team-box-name::after, +.team-bigbox:nth-of-type(3) .team-box-name::before { content: "队伍\A C"; } diff --git a/multi.html b/multi.html index e6941aa1..d8941626 100644 --- a/multi.html +++ b/multi.html @@ -37,374 +37,378 @@ var formation = new Formation(teamsNumber,5);
diff --git a/script.js b/script.js index 965e91b9..28c69e33 100644 --- a/script.js +++ b/script.js @@ -480,7 +480,7 @@ function initialize() }); const className_ChoseBadges = "show-all-badges"; - teamBox.forEach(tb=>{ + teamBigBox.forEach(tb=>{ //徽章 const teamBadge = tb.querySelector(".team-badge"); if (!teamBadge) return; diff --git a/solo.html b/solo.html index fb29de2c..e50ba539 100644 --- a/solo.html +++ b/solo.html @@ -42,340 +42,342 @@ var formation = new Formation(teamsNumber,6);
-
  • -
    - - - +
  • +
    +
    + +
      +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    + +