From 3b33732e6f68e8436e766fc4da2c07b0363804fc Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 27 May 2016 14:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E5=88=97=E8=A1=A8=E7=9A=84?= =?UTF-8?q?=E5=A7=93=E5=90=8D=E3=80=81=E5=AD=A6=E5=8F=B7=E3=80=81=E5=88=86?= =?UTF-8?q?=E7=8F=AD=E5=92=8C=E5=8A=A0=E5=85=A5=E6=97=B6=E9=97=B4=E5=81=9A?= =?UTF-8?q?=E6=88=90=E4=B8=8D=E5=8F=AF=E7=82=B9=E5=87=BB=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/courses/_new_member_list.html.erb | 8 ++++---- public/stylesheets/public.css | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/views/courses/_new_member_list.html.erb b/app/views/courses/_new_member_list.html.erb index ef8a43d5c..bff16e053 100644 --- a/app/views/courses/_new_member_list.html.erb +++ b/app/views/courses/_new_member_list.html.erb @@ -22,9 +22,9 @@
diff --git a/public/stylesheets/public.css b/public/stylesheets/public.css index 2ca221d5c..4ffc33776 100644 --- a/public/stylesheets/public.css +++ b/public/stylesheets/public.css @@ -243,6 +243,7 @@ a.c_green{ color:#28be6c;} .fontGrey3 {color:#484848;} .fontGrey4{color:#999999;} .fontGrey5 {color:#a1a1a1;} +.fontGrey6 {color:#7a7a7a;} .fontBlue {color:#3498db;} .fontBlue2 {color:#269ac9 !important;} a.underline {text-decoration:underline;} @@ -1139,4 +1140,4 @@ a.st_down{ display: block; width:8px; float:left; height:13px; background:url(.. .likeNum{color: #7f7f7f} /*弹框*/ -.apply_content{ border:1px solid #ddd;line-height: 16px; height:80px;width:420px; background:#fff; margin-bottom:10px;} +.apply_content{ border:1px solid #ddd;line-height: 16px; height:80px;width:420px; background:#fff; margin-bottom:10px;}