From 8d617662fd6032cbdd7baebffd6e31d399f4d338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sun, 26 Jan 2020 00:48:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=A6=82=E6=90=9E=E5=A5=BD=E9=98=9F?= =?UTF-8?q?=E4=BC=8D=E7=9A=84=E5=A4=A7=E4=BD=93=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/zh-CN.css | 12 +- multi.html | 736 ++++++++++++------------ script.js | 2 +- solo.html | 662 +++++++++++----------- style.css | 71 ++- triple.html | 1314 ++++++++++++++++++++++--------------------- 6 files changed, 1419 insertions(+), 1378 deletions(-) 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);
-
  • -
    - -
      -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    • - -
    • -
    - +
  • +
    +
    + +
      +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    • + +
    • +
    + +