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;}