From 3fd359eb148b56428bbf4bcdbe81f17b2febe818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Sat, 11 Jan 2020 15:32:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E5=92=8C=E7=B1=BB=E5=9E=8B=E7=9A=84UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- languages/zh.css | 9 +++++++-- solo.html | 43 ++++++++++++++++++++++++++++++++++++++----- style.css | 30 ++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 7 deletions(-) diff --git a/languages/zh.css b/languages/zh.css index 82d3a751..f8c4380b 100644 --- a/languages/zh.css +++ b/languages/zh.css @@ -161,11 +161,16 @@ .team-info .tIf-total-rcv::before{ content: "总回复(队伍觉醒和徽章):"; } -/* + .search-box .open-search::before{ content: "搜索怪物"; } -*/ +.attrs .attr-all::before{ + content: "不限"; +} +.attrs .attr-none::before{ + content: "无"; +} /*Some icons, style different from the Japanese version*/ .awoken-46, diff --git a/solo.html b/solo.html index 2f801510..c81020db 100644 --- a/solo.html +++ b/solo.html @@ -359,7 +359,7 @@ var formation = new Formation(1,6);
-