diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 330872247..a1e62049f 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -41,6 +41,15 @@
未认证
<% end %>
+
+
+
+
+
+
+
+
+
diff --git a/public/stylesheets/css/edu-user.css b/public/stylesheets/css/edu-user.css
index a3cd41c9a..70631d40d 100644
--- a/public/stylesheets/css/edu-user.css
+++ b/public/stylesheets/css/edu-user.css
@@ -196,3 +196,9 @@ input.new_loggin_input{ -webkit-box-shadow: 0 0 0px 1000px white inset; outline
.new_login_form ul li{ margin-bottom:20px; }
.new-login-error{ display: inline-block; background-color:#fffafa; box-shadow: 0px 2px 8px rgba(255, 217, 217, 0.5); border:1px solid #ffd9d9; padding:5px; border-radius:5px; color:#dd6f75; width: 235px; position: absolute; left:360px; top:3px;}
input.new_loggin_input_test{ -webkit-box-shadow: 0 0 0px 1000px white inset; outline: none;width:260px; height:45px; border-radius:5px; padding-left:5px; line-height: 45px; font-size:14px; border:1px solid #ccc;}
+
+
+/*头部排版更改*/
+.u-color-light-red{color: #FF6666}
+.u-color-light-grey{color: #CCCCCC}
+.user-info-span{border-radius: 50%;display: inline-block;background: #F3F5F7;text-align: center;padding: 3px 6px;}
\ No newline at end of file