diff --git a/app/views/users/user_messages.html.erb b/app/views/users/user_messages.html.erb
index 3d3752dc4..48d0d8472 100644
--- a/app/views/users/user_messages.html.erb
+++ b/app/views/users/user_messages.html.erb
@@ -1,254 +1,267 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/public/stylesheets/new_public.css b/public/stylesheets/new_public.css
index 17b17f59f..651c760d5 100644
--- a/public/stylesheets/new_public.css
+++ b/public/stylesheets/new_public.css
@@ -679,4 +679,18 @@ a.box_close{background:url(../images/img_floatbox.png) -22px 0 no-repeat;}
.uppicBox{ width:265px; height:265px; background:#f2f2f5; float:left; color:#666; text-align:center;}
.showpicBox{width:133px; height:250px; background:#f2f2f5; float:left; margin-left:20px; text-align:center; padding-top:15px; color:#666;}
.mr15{ margin-right:15px;}
-.uppic_btn{border:none; width:150px; background:none; margin-bottom:5px; color:#666; margin-top:105px;}
\ No newline at end of file
+.uppic_btn{border:none; width:150px; background:none; margin-bottom:5px; color:#666; margin-top:105px;}
+
+/*消息*/
+.newsReadSetting{
+ width: 700px;
+ background-color: #F6F6F6;
+ border-bottom: 1px solid #EEE;
+ margin: 10px auto;
+ height: 39px;
+ line-height: 39px;
+ vertical-align: middle;
+ font-size: 14px;
+ color: #7A7A7A;
+ padding-left: 10px;
+}
\ No newline at end of file