diff --git a/app/views/account/about_us.html.erb b/app/views/account/about_us.html.erb
index f990cd64c..a2b1c895b 100644
--- a/app/views/account/about_us.html.erb
+++ b/app/views/account/about_us.html.erb
@@ -1,4 +1,4 @@
-<%= stylesheet_link_tag 'new_user'%>
+<%= stylesheet_link_tag 'css/public'%>
关于我们
diff --git a/app/views/account/agreement.html.erb b/app/views/account/agreement.html.erb
index 921f66350..ac0b9906c 100644
--- a/app/views/account/agreement.html.erb
+++ b/app/views/account/agreement.html.erb
@@ -1,4 +1,4 @@
-<%= stylesheet_link_tag 'new_user'%>
+<%= stylesheet_link_tag 'css/public'%>
Trustie服务协议
@@ -28,24 +28,5 @@
-
-
+
diff --git a/app/views/account/login.html.erb b/app/views/account/login.html.erb
index cfe9cd695..eae72bdb6 100644
--- a/app/views/account/login.html.erb
+++ b/app/views/account/login.html.erb
@@ -1,5 +1,5 @@
-<%= stylesheet_link_tag 'new_user'%>
-<%= stylesheet_link_tag 'leftside'%>
+<%= stylesheet_link_tag 'css/common'%>
+<%= stylesheet_link_tag 'css/public'%>
-
+
<% if @action == 'fans' %>
粉丝
diff --git a/app/views/users/user_homeworks.html.erb b/app/views/users/user_homeworks.html.erb
index 6016f4101..bc762343e 100644
--- a/app/views/users/user_homeworks.html.erb
+++ b/app/views/users/user_homeworks.html.erb
@@ -1,4 +1,4 @@
-<%= stylesheet_link_tag 'pleft','header','new_user','repository','org', 'public' %>
+<%= stylesheet_link_tag 'css/common','css/structure','css/public','css/org','repository' %>