From 25e2d0ca8dc3f61a14078846d150379e0c7a4989 Mon Sep 17 00:00:00 2001 From: "sxw@401" Date: Sun, 13 Sep 2015 19:50:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=AE=9A=E4=B9=89=E6=AF=94?= =?UTF-8?q?=E8=B5=9Branklist=E4=B8=AD=E8=A1=A8=E7=A4=BA=E9=A2=98=E7=9B=AE?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E7=9A=84=E9=A2=9C=E8=89=B2=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?,=E6=B7=BB=E5=8A=A0=E7=AC=AC=E4=B8=80=E4=B8=AAac=E7=9A=84?= =?UTF-8?q?=E9=A2=9C=E8=89=B2,=E6=96=87=E5=AD=97=E8=89=B2=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=B8=BA=E7=99=BD=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/src/css/oj.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/src/css/oj.css b/static/src/css/oj.css index 08b6d02..04f9da2 100644 --- a/static/src/css/oj.css +++ b/static/src/css/oj.css @@ -107,4 +107,19 @@ li.list-group-item { #about-acm-logo{ width: 40%; +} + +.rank .first-achieved{ + background: #43CD80; + color: white; +} + +.rank .ac{ + background: #3c763d; + color: white; +} + +.rank .failed{ + background: #a94442; + color: white; } \ No newline at end of file