From a44cb47a269eb252fe7fbf941cbb5a689631bb98 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 6 Jun 2016 14:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E7=BB=87=E6=9C=AA=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E6=A1=86=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/_show_unlogged.html.erb | 1 + public/stylesheets/org.css | 3 +++ 2 files changed, 4 insertions(+) diff --git a/app/views/users/_show_unlogged.html.erb b/app/views/users/_show_unlogged.html.erb index e69de29bb..48cf73f15 100644 --- a/app/views/users/_show_unlogged.html.erb +++ b/app/views/users/_show_unlogged.html.erb @@ -0,0 +1 @@ +
登录 后可添加回复
\ No newline at end of file diff --git a/public/stylesheets/org.css b/public/stylesheets/org.css index 3e3f59f18..459d050e1 100644 --- a/public/stylesheets/org.css +++ b/public/stylesheets/org.css @@ -178,3 +178,6 @@ a.teacher-select {font-size:13px; color:#fff; padding:3px 18px; background-color a.teacher-select:hover {background-color:#297fb8;} a.follow-button {font-size:13px; color:#272727; padding:3px 5px; background-color:#f2efef;} a.follow-button:hover {background-color:#c1c1c1;} + +/*组织未登录提示*/ +.visitor-box {width:620px; height:33px; line-height:33px; text-align:center; vertical-align: middle; border:1px solid #ccc; background-color: #fff;}