diff --git a/app/views/users/_show_unlogged.html.erb b/app/views/users/_show_unlogged.html.erb
index 48cf73f15..258ebe7af 100644
--- a/app/views/users/_show_unlogged.html.erb
+++ b/app/views/users/_show_unlogged.html.erb
@@ -1 +1,3 @@
-
\ No newline at end of file
+
+ <%= link_to "登录", signin_path, :class => "linkBlue", :target => "_blank" %>后可添加回复
+
\ No newline at end of file
diff --git a/public/stylesheets/users.css b/public/stylesheets/users.css
index 6fa7ec6a0..eaefb8d1b 100644
--- a/public/stylesheets/users.css
+++ b/public/stylesheets/users.css
@@ -1,4 +1,7 @@
#RSide{ min-height:1px;}
+
+
+
/* 左侧信息*/
.users_info{background:#fff; padding:10px; width:230px; padding-right:0px; margin-bottom:10px; }
.pic_head{ width:214px; height:214px; border:1px solid #cbcbcb; padding:2px; position:relative;}