diff --git a/languages/zh-CN.css b/languages/zh-CN.css index 20bb58ab..2ffde8fa 100644 --- a/languages/zh-CN.css +++ b/languages/zh-CN.css @@ -20,16 +20,27 @@ .monster .id::before{ content: "No."; } -.formation-A-bigbox::after{ +.team-bigbox:nth-of-type(1)::after, +.team-bigbox:nth-of-type(1)::before +{ content: "队伍\A A"; } -.formation-B-bigbox::before{ +.team-bigbox:nth-of-type(2)::after, +.team-bigbox:nth-of-type(2)::before +{ content: "队伍\A B"; } -.formation-A-box .formation-assist .member::after{ +.team-bigbox:nth-of-type(3)::after, +.team-bigbox:nth-of-type(3)::before +{ + content: "队伍\A C"; +} +.team-box .team-assist .member::after +{ content: "▼辅助"; } -.formation-B-box .formation-assist .member::before{ +.team-box .team-assist .member::before +{ content: "▲辅助"; } .abilitys .hp::before{ diff --git a/multi.html b/multi.html index a3a2563e..e6941aa1 100644 --- a/multi.html +++ b/multi.html @@ -36,376 +36,378 @@ var formation = new Formation(teamsNumber,5);