+
<%= @user.login %>
<% if (@user.user_extensions && (@user.user_extensions.identity != 2) ) %>
diff --git a/app/views/users/user_fanslist.html.erb b/app/views/users/user_fanslist.html.erb
index 29176aadc..8f8a4294a 100644
--- a/app/views/users/user_fanslist.html.erb
+++ b/app/views/users/user_fanslist.html.erb
@@ -7,7 +7,7 @@
}
-
+
<% if @action == 'fans' %>
粉丝
diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css
index d9f381e20..df47c9e77 100644
--- a/public/stylesheets/new_user.css
+++ b/public/stylesheets/new_user.css
@@ -10,6 +10,7 @@ a:hover,a:active{color:#000;}
/*常用*/
/*#RSide{ background:#fff;}*/
+#users_setting{clear:both;width:730px;background: #fff;padding: 10px;/*滑动门的宽度*/}
/*上传图片处理*/
.upload_img img{max-width: 100%;}
blockquote img{max-width: 100%;}
@@ -342,7 +343,7 @@ a.resourcesBlack:hover {font-size:12px; color:#000000;}
a.sendButtonBlue {color:#15bccf;}
a.sendButtonBlue:hover {color:#ffffff;}
.resourcesSelectSendButton:hover {background-color:#15bccf;}
-.db {display:block;}
+.db {display:block !important;}
.dropdown-menu {
position: absolute;
diff --git a/public/stylesheets/users.css b/public/stylesheets/users.css
index 4a54724fd..eb9309eab 100644
--- a/public/stylesheets/users.css
+++ b/public/stylesheets/users.css
@@ -69,8 +69,6 @@ a.select_btn_select{ background:#64bddb; color:#fff;}
.wlist a{ float:left; border:1px solid #64bdd9; padding:0 5px; margin-left:3px; color:#64bdd9;}
.wlist a:hover{border:1px solid #64bdd9; background-color:#64bdd9; color:#fff; text-decoration:none;}
.wlist_select a { background-color:#48aac9; color:#fff;}
-/* 设置 */
-#users_setting{clear:both;width:730px;background: #fff;padding: 10px;/*滑动门的宽度*/}
/* TAB 切换效果 */
.users_tb_{ border-bottom:3px solid #CCC; height:26px; }
.users_tb_ ul{height:26px; }